summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-31net: Use umd_cleanup_helper()Jarkko Sakkinen2-11/+2
2023-05-30devlink: Spelling correctionsSimon Horman1-2/+2
2023-05-30net: fix signedness bug in skb_splice_from_iter()Dan Carpenter1-2/+2
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-258/+313
2023-05-26net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)1-0/+32
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski6-6/+6
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach2-4/+7
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-182/+427
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds28-189/+445
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2-6/+12
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart1-1/+1
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2-0/+4
2023-05-25net/handshake: Enable the SNI extension to work properlyChuck Lever1-0/+8
2023-05-25net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-25net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-25net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-25net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-25net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-05-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-69/+124
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko1-8/+3
2023-05-24devlink: remove duplicate port notificationJiri Pirko1-44/+1
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia1-0/+2
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault1-11/+6
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault1-6/+4
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault1-10/+5
2023-05-24net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-24unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-127/+7
2023-05-24af_unix: Support MSG_SPLICE_PAGESDavid Howells1-16/+33
2023-05-24ip: Remove ip_append_page()David Howells1-144/+4
2023-05-24udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-45/+6
2023-05-24ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-05-24ip, udp: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-05-24tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells1-14/+7
2023-05-24tls: Inline do_tcp_sendpages()David Howells1-9/+15
2023-05-24espintcp: Inline do_tcp_sendpages()David Howells1-3/+7
2023-05-24tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells1-8/+12
2023-05-24tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGESDavid Howells1-151/+7
2023-05-24tcp: Support MSG_SPLICE_PAGESDavid Howells1-7/+36
2023-05-24net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells1-0/+88
2023-05-24net: Pass max frags into skb_append_pagefrags()David Howells3-4/+5
2023-05-24net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells1-0/+2
2023-05-24page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin1-2/+26
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend3-18/+35
2023-05-23bpf, sockmap: Wake up polling after data copyJohn Fastabend1-1/+10
2023-05-23bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend1-0/+20
2023-05-23bpf, sockmap: Handle fin correctlyJohn Fastabend1-0/+31
2023-05-23bpf, sockmap: Improved check for empty queueJohn Fastabend1-24/+8
2023-05-23bpf, sockmap: Reschedule is now done through backlogJohn Fastabend1-2/+0
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2-8/+16