summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-10-25net: ipv4: fix return value check in esp_remove_trailerMa Ke
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-10ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-09-23igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2023-09-23lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-23net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong
2023-08-30net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing
2023-08-30ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao
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-11tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-08-11tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-08-11tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-08-11tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-05-30netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2023-05-17ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2023-04-20icmp: guard against too small mtuEric Dumazet
2023-03-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao
2023-03-11tcp: Fix listen() regression in 4.14.303.Kuniyuki Iwashima
2023-03-11tcp: tcp_check_req() can be called from process contextEric Dumazet
2023-03-11inet: fix fast path in __inet_hash_connect()Pietro Borrello
2023-01-18net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-18net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu
2023-01-18once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-12-08tcp: configurable source port perturb table sizeGleb Mazovetskiy
2022-12-08dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-11-25tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-11-03tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-10-26tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-10-26netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter
2022-09-15tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell
2022-08-25tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-08-25tcp: make retransmitted SKB fit into the send windowYonglong Li
2022-07-29igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima
2022-07-29igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima