summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-26net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever
2023-05-24net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever
2023-05-24net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever
2023-05-24net/handshake: Fix uninitialized local variableChuck Lever
2023-05-24net/handshake: Fix handshake_dup() ref countingChuck Lever
2023-05-24net/handshake: Remove unneeded check from handshake_dup()Chuck Lever
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko
2023-05-24devlink: remove duplicate port notificationJiri Pirko
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault
2023-05-23net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav
2023-05-23unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-05-23af_unix: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23ip: Remove ip_append_page()David Howells
2023-05-23udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-05-23ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23ip, udp: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells
2023-05-23tls: Inline do_tcp_sendpages()David Howells
2023-05-23espintcp: Inline do_tcp_sendpages()David Howells
2023-05-23tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells
2023-05-23tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGESDavid Howells
2023-05-23tcp: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells
2023-05-23net: Pass max frags into skb_append_pagefrags()David Howells
2023-05-23net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend
2023-05-23bpf, sockmap: Wake up polling after data copyJohn Fastabend
2023-05-23bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend
2023-05-23bpf, sockmap: Handle fin correctlyJohn Fastabend
2023-05-23bpf, sockmap: Improved check for empty queueJohn Fastabend
2023-05-23bpf, sockmap: Reschedule is now done through backlogJohn Fastabend
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-05-22net/handshake: Fix sock->file allocationChuck Lever