summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet2023-11-201-1/+1
* tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet2023-11-201-5/+4
* tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-11-081-4/+5
* net: ipv4: fix return value check in esp_remove_trailerMa Ke2023-10-251-1/+3
* tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell2023-10-101-0/+13
* ipv4: fix null-deref in ipv4_link_failureKyle Zeng2023-10-101-1/+3
* igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-231-1/+2
* lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-09-231-1/+1
* net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong2023-09-231-1/+17
* net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing2023-08-301-1/+3
* ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao2023-08-301-2/+2
* tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet2023-08-111-4/+5
* tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet2023-08-111-4/+7
* tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet2023-08-111-9/+14
* tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet2023-08-111-2/+4
* tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet2023-08-111-6/+13
* tcp_metrics: fix addr_same() helperEric Dumazet2023-08-111-1/+1
* tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-08-112-3/+5
* tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-08-111-2/+2
* tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-08-111-5/+6
* tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-08-111-3/+9
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-3/+3
* xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-281-0/+3
* tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-06-091-1/+2
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-301-9/+9
* ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-05-171-3/+13
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2023-04-262-3/+14
* icmp: guard against too small mtuEric Dumazet2023-04-201-0/+5
* ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-221-0/+3
* net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-221-6/+6
* tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-221-1/+1
* tcp: Fix listen() regression in 4.14.303.Kuniyuki Iwashima2023-03-111-0/+1
* tcp: tcp_check_req() can be called from process contextEric Dumazet2023-03-111-2/+5
* inet: fix fast path in __inet_hash_connect()Pietro Borrello2023-03-111-11/+1
* net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-181-1/+15
* net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2023-01-181-0/+1
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2023-01-181-2/+2
* tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-12-082-5/+15
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-12-081-0/+2
* tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-11-251-0/+2
* tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-11-103-80/+25
* tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-11-031-1/+2
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-265-11/+13
* tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet2022-10-261-4/+10
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-262-7/+14
* netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-10-261-0/+3
* tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-151-7/+18
* tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet2022-08-251-3/+4
* tcp: make retransmitted SKB fit into the send windowYonglong Li2022-08-251-7/+16
* igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-291-1/+1