summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-202-3/+5
* tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet2023-07-201-3/+3
* tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-07-201-2/+2
* tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-07-201-5/+6
* tcp: annotate data-races around tp->linger2Eric Dumazet2023-07-201-4/+4
* tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2023-07-202-4/+4
* tcp: annotate data-races around tp->keepalive_probesEric Dumazet2023-07-201-2/+3
* tcp: annotate data-races around tp->keepalive_intvlEric Dumazet2023-07-201-2/+2
* tcp: annotate data-races around tp->keepalive_timeEric Dumazet2023-07-201-1/+2
* tcp: annotate data-races around tp->tsoffsetEric Dumazet2023-07-202-4/+5
* tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet2023-07-201-2/+2
* Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-192-19/+6
* ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong2023-07-191-1/+2
* ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong2023-07-191-1/+2
* net: ipv4: Use kfree_sensitive instead of kfreeWang Ming2023-07-191-1/+1
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-183-5/+8
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-183-4/+5
* gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2023-07-141-5/+11
* tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-07-031-3/+9
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-247-100/+6
* tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-241-2/+3
* net/tcp: optimise locking for blocking splicePavel Begunkov2023-06-241-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-241-10/+1
|\
| * net: Use umd_cleanup_helper()Jarkko Sakkinen2023-05-311-10/+1
* | tcp: fix comment typoYueh-Shun Li2023-06-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-222-0/+4
|\ \
| * \ Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-06-202-0/+4
| |\ \
| | * | xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-161-0/+3
| | * | xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski2023-06-091-0/+1
* | | | inet: Cleanup on charging memory for newly accepted socketsAbel Wu2023-06-211-7/+10
* | | | tcp: Use per-vma locking for receive zerocopyArjun Roy2023-06-181-8/+37
* | | | tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com2023-06-173-9/+62
* | | | ip, ip6: Fix splice to raw and ping socketsDavid Howells2023-06-161-1/+2
* | | | net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-155-42/+56
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-0/+2
|\| | |
| * | | udplite: Print deprecation notice.Kuniyuki Iwashima2023-06-151-0/+2
* | | | tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-121-40/+9
* | | | tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet2023-06-122-8/+8
* | | | tcp: remove some dead codeEric Dumazet2023-06-121-28/+12
* | | | tcp: let tcp_send_syn_data() build headless packetsEric Dumazet2023-06-122-13/+20
* | | | net: move gso declarations and functions to their own filesEric Dumazet2023-06-107-0/+7
* | | | ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-084-0/+51
* | | | tcp: let tcp_mtu_probe() build headless packetsEric Dumazet2023-06-081-2/+58
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-082-14/+13
|\| | |
| * | | tcp: gso: really support BIG TCPEric Dumazet2023-06-061-10/+9
| * | | net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-021-4/+4
* | | | tcp: fix formatting in sysctl_net_ipv4.cDavid Morley2023-06-071-7/+7
* | | | tcp: Set route scope properly in cookie_v4_check().Guillaume Nault2023-06-061-2/+2
* | | | ipv4: Set correct scope in inet_csk_route_*().Guillaume Nault2023-06-061-2/+2
* | | | ip_gre: clean up some inconsistent indentingJiapeng Chong2023-06-021-4/+4