summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-19Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima
2023-07-19ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong
2023-07-19ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong
2023-07-19net: ipv4: Use kfree_sensitive instead of kfreeWang Ming
2023-07-18tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet
2023-07-18tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai
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