summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-08-30ipv4: fix data-races around inet->inet_idEric Dumazet3-4/+4
2023-08-23net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing1-1/+3
2023-08-23ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-16nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel1-5/+1
2023-08-16nexthop: Make nexthop bucket dump more efficientIdo Schimmel1-11/+5
2023-08-16nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel1-5/+1
2023-08-16tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal1-1/+1
2023-08-11tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet1-4/+5
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet1-4/+7
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet1-9/+14
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet1-2/+4
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet1-6/+13
2023-08-11tcp_metrics: fix addr_same() helperEric Dumazet1-1/+1
2023-08-11net: annotate data-races around sk->sk_priorityEric Dumazet4-5/+5
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet4-7/+7
2023-08-11net: gro: fix misuse of CB in udp socket lookupRichard Gobert2-4/+11
2023-08-11net: move gso declarations and functions to their own filesEric Dumazet7-0/+7
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2-3/+5
2023-07-27tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet1-3/+3
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet2-4/+4
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+3
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+2
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-1/+2
2023-07-27tcp: annotate data-races around tp->tsoffsetEric Dumazet2-4/+5
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-27Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2-19/+6
2023-07-27net: ipv4: Use kfree_sensitive instead of kfreeWang Ming1-1/+1
2023-07-27tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet3-5/+8
2023-07-27tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet3-4/+5
2023-07-27net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2-6/+12
2023-07-27gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai1-5/+11
2023-07-27bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag1-3/+2
2023-07-19tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet1-3/+9
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-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior1-0/+3
2023-06-16udplite: Print deprecation notice.Kuniyuki Iwashima1-0/+2
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski1-0/+1
2023-06-07tcp: gso: really support BIG TCPEric Dumazet1-10/+9
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda1-4/+4
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli2-4/+14
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-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-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2-10/+28
2023-05-23bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend1-0/+20
2023-05-23bpf, sockmap: Handle fin correctlyJohn Fastabend1-0/+31