summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-07-21nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier1-6/+8
2023-07-21nexthop: Factor out neighbor validity checkBenjamin Poirier1-13/+16
2023-07-21nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier1-2/+20
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-68/+73
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2-3/+5
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet1-3/+3
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2-4/+4
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+3
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-1/+2
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet2-4/+5
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-20tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet1-5/+11
2023-07-20tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-2/+1
2023-07-20udp: use indirect call wrapper for data ready()Paolo Abeni1-1/+1
2023-07-20Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2-19/+6
2023-07-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+0
2023-07-19ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong1-1/+2
2023-07-19ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong1-1/+2
2023-07-19net: ipv4: Use kfree_sensitive instead of kfreeWang Ming1-1/+1
2023-07-19tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet3-5/+8
2023-07-19tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet3-4/+5
2023-07-19tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet2-12/+18
2023-07-19bpf: Drop useless btf_vmlinux in bpf_tcp_caGeliang Tang1-2/+0
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai1-5/+11
2023-07-13tcp: add a scheduling point in established_get_first()Jian Wen1-0/+3
2023-07-03tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet1-3/+9
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells7-100/+6
2023-06-25tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells1-2/+3
2023-06-25net/tcp: optimise locking for blocking splicePavel Begunkov1-1/+1
2023-06-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-10/+1
2023-06-23tcp: fix comment typoYueh-Shun Li1-1/+1
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2023-06-22inet: Cleanup on charging memory for newly accepted socketsAbel Wu1-7/+10
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2-0/+4
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy1-8/+37
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com3-9/+62
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells1-1/+2
2023-06-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior1-0/+3
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao5-42/+56
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-06-16udplite: Print deprecation notice.Kuniyuki Iwashima1-0/+2
2023-06-13tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells1-40/+9
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet2-8/+8
2023-06-12tcp: remove some dead codeEric Dumazet1-28/+12
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet2-13/+20
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet7-0/+7