summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-22net/tcp: refactor tcp_inet6_sk()Pavel Begunkov1-7/+3
2023-05-22net: ipconfig: move ic_nameservers_fallback into #ifdef blockArnd Bergmann1-3/+3
2023-05-19mptcp: introduces more address related mibsPaolo Abeni4-3/+32
2023-05-19mptcp: refactor mptcp_stream_accept()Paolo Abeni1-9/+12
2023-05-19inet: factor out locked section of inet_accept() in a new helperPaolo Abeni1-15/+17
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski38-216/+245
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds32-170/+179
2023-05-18netfilter: flowtable: split IPv6 datapath in helper functionsPablo Neira Ayuso1-41/+71
2023-05-18netfilter: flowtable: split IPv4 datapath in helper functionsPablo Neira Ayuso1-42/+77
2023-05-18netfilter: flowtable: simplify route logicPablo Neira Ayuso2-25/+11
2023-05-18netfilter: conntrack: allow insertion clash of gre protocolFaicker Mo1-0/+1
2023-05-18netfilter: nft_set_pipapo: Use struct_size()Christophe JAILLET1-4/+2
2023-05-18netfilter: nft_exthdr: add boolean DCCP option matchingJeremy Sowden1-0/+106
2023-05-18netfilter: nf_tables: always increment set element countFlorian Westphal1-4/+7
2023-05-18netfilter: nf_tables: relax set/map validation checksFlorian Westphal1-8/+15
2023-05-18Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski3-10/+18
2023-05-18Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski7-37/+63
2023-05-18bridge: always declare tunnel functionsArnd Bergmann1-4/+4
2023-05-18atm: hide unused procfs functionsArnd Bergmann1-0/+2
2023-05-18net: openvswitch: Use struct_size()Christophe JAILLET1-3/+1
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds6-46/+66
2023-05-17netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal1-7/+13
2023-05-17netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal1-3/+1
2023-05-17netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet1-2/+2
2023-05-17seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima2-5/+1
2023-05-17net/tcp: optimise io_uring zc ubuf refcountingPavel Begunkov1-3/+6
2023-05-17net/tcp: don't peek at tail for io_uring zcPavel Begunkov1-2/+1
2023-05-17Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5-74/+29
2023-05-17Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-2/+2
2023-05-17Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski4-17/+23
2023-05-17devlink: Fix crash with CONFIG_NET_NS=nIdo Schimmel1-1/+1
2023-05-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-3/+6
2023-05-16wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg1-0/+3
2023-05-16wifi: mac80211: consider reserved chanctx for mindefJohannes Berg3-30/+47
2023-05-16wifi: mac80211: simplify chanctx allocationJohannes Berg1-1/+1
2023-05-16wifi: mac80211: Abort running color change when stopping the APMichael Lee1-1/+2
2023-05-16wifi: mac80211: fix min center freq offset tracingJohannes Berg1-1/+1
2023-05-16wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET1-2/+2
2023-05-16wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac1-2/+3
2023-05-16wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer1-1/+5
2023-05-15can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-05-15can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1