summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski1-0/+1
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells4-0/+51
2023-06-09tcp: let tcp_mtu_probe() build headless packetsEric Dumazet1-2/+58
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+13
2023-06-07tcp: fix formatting in sysctl_net_ipv4.cDavid Morley1-7/+7
2023-06-07tcp: Set route scope properly in cookie_v4_check().Guillaume Nault1-2/+2
2023-06-07ipv4: Set correct scope in inet_csk_route_*().Guillaume Nault1-2/+2
2023-06-07tcp: gso: really support BIG TCPEric Dumazet1-10/+9
2023-06-02ip_gre: clean up some inconsistent indentingJiapeng Chong1-4/+4
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda1-4/+4
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+25
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli2-4/+14
2023-05-31net: Use umd_cleanup_helper()Jarkko Sakkinen1-10/+1
2023-05-31net: Make gro complete function to return voidParav Pandit1-4/+3
2023-05-30tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-05-30tcp: deny tcp_disconnect() when threads are waitingEric Dumazet3-0/+9
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-57/+250
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski2-2/+2
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-18/+98
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2-6/+12
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart1-1/+1
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima1-0/+2
2023-05-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-16/+81
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-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-24ip, udp: Support MSG_SPLICE_PAGESDavid Howells1-0/+17