summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-261-2/+2
* 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: annotate data-race around challenge_timestampEric Dumazet2022-09-151-2/+2
* 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
* tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima2022-08-111-1/+2
* tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima2022-08-111-1/+2
* tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima2022-08-111-1/+1
* igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima2022-08-111-11/+13
* tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_nometrics_save.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima2022-08-111-2/+2
* tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima2022-07-292-3/+6
* tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima2022-07-293-5/+7
* tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-293-7/+7
* tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-293-5/+10
* igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-291-1/+1
* igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima2022-07-291-8/+13
* tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-292-2/+2
* ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-291-1/+1
* ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima2022-07-211-2/+2
* icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima2022-07-211-1/+1
* icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima2022-07-211-1/+2
* icmp: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-2/+3
* cipso: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-5/+7
* inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-4/+8
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-07-121-3/+2
* erspan: do not assume transport header is always setEric Dumazet2022-07-021-5/+10
* tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-06-251-1/+1
* tcp: increase source port perturb table to 2^16Willy Tarreau2022-06-251-4/+5