summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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