summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-09-13igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2023-09-13lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-13net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong
2023-09-13udp: re-score reuseport groups when connected sockets are presentLorenz Bauer
2023-09-13tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-08-30ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-23net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing
2023-08-23ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao
2023-08-16nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel
2023-08-16nexthop: Make nexthop bucket dump more efficientIdo Schimmel
2023-08-16nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel
2023-08-16tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal
2023-08-11tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet
2023-08-11tcp_metrics: fix addr_same() helperEric Dumazet
2023-08-11net: annotate data-races around sk->sk_priorityEric Dumazet
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet
2023-08-11net: gro: fix misuse of CB in udp socket lookupRichard Gobert
2023-08-11net: move gso declarations and functions to their own filesEric Dumazet
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-27tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet
2023-07-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2023-07-27tcp: annotate data-races around tp->tsoffsetEric Dumazet
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-27Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima
2023-07-27net: ipv4: Use kfree_sensitive instead of kfreeWang Ming
2023-07-27tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet
2023-07-27tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet
2023-07-27net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart
2023-07-27gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai
2023-07-27bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag
2023-07-19tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2023-06-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior
2023-06-15udplite: Print deprecation notice.Kuniyuki Iwashima
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski
2023-06-06tcp: gso: really support BIG TCPEric Dumazet
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli
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