summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-10ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier
2023-10-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-10-10bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend
2023-10-10bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend
2023-10-06ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-09-23net/ipv4: return the real errno instead of -EINVALxu xin
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima
2023-09-19tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima
2023-09-19ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima
2023-09-19net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman
2023-09-19net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-09-19ipv4: annotate data-races around fi->fib_deadEric Dumazet
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-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