summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller-2/+2
2023-08-15net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing-1/+3
2023-08-09nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel-5/+1
2023-08-09nexthop: Make nexthop bucket dump more efficientIdo Schimmel-11/+5
2023-08-09nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel-5/+1
2023-08-04tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal-1/+1
2023-08-03tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet-4/+5
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet-4/+7
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet-9/+14
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet-2/+4
2023-08-03tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet-6/+13
2023-08-03tcp_metrics: fix addr_same() helperEric Dumazet-1/+1
2023-08-02udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells-0/+9
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet-5/+5
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-7/+7
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert-4/+11
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet-3/+5
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet-3/+3
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet-2/+2
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet-5/+6
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet-4/+4
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet-4/+4
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet-2/+3
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet-2/+2
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet-1/+2
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet-4/+5
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet-2/+2
2023-07-19Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima-19/+6
2023-07-19ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong-1/+2
2023-07-19ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong-1/+2
2023-07-19net: ipv4: Use kfree_sensitive instead of kfreeWang Ming-1/+1
2023-07-18tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet-5/+8
2023-07-18tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet-4/+5
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai-5/+11
2023-07-11ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao-2/+2
2023-07-03tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet-3/+9
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-100/+6
2023-06-24tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells-2/+3
2023-06-24net/tcp: optimise locking for blocking splicePavel Begunkov-1/+1
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-10/+1
2023-06-22tcp: fix comment typoYueh-Shun Li-1/+1
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2023-06-21inet: Cleanup on charging memory for newly accepted socketsAbel Wu-7/+10
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller-0/+4
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy-8/+37
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com-9/+62
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells-1/+2
2023-06-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior-0/+3
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao-42/+56
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2