summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-07-03tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-24tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells
2023-06-24net/tcp: optimise locking for blocking splicePavel Begunkov
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-22tcp: fix comment typoYueh-Shun Li
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-21inet: Cleanup on charging memory for newly accepted socketsAbel Wu
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells
2023-06-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-15udplite: Print deprecation notice.Kuniyuki Iwashima
2023-06-12tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet
2023-06-12tcp: remove some dead codeEric Dumazet
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells
2023-06-08tcp: let tcp_mtu_probe() build headless packetsEric Dumazet
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-07tcp: fix formatting in sysctl_net_ipv4.cDavid Morley
2023-06-06tcp: Set route scope properly in cookie_v4_check().Guillaume Nault
2023-06-06ipv4: Set correct scope in inet_csk_route_*().Guillaume Nault
2023-06-06tcp: gso: really support BIG TCPEric Dumazet
2023-06-02ip_gre: clean up some inconsistent indentingJiapeng Chong
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli
2023-05-31net: Use umd_cleanup_helper()Jarkko Sakkinen
2023-05-31net: Make gro complete function to return voidParav Pandit
2023-05-29tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault
2023-05-23ip: Remove ip_append_page()David Howells
2023-05-23udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-05-23ip, udp: Support MSG_SPLICE_PAGESDavid Howells