aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-07-29Merge tag 'v5.4.208' into v5.4/standard/baseBruce Ashfield
2022-07-29Merge tag 'v5.4.207' into v5.4/standard/baseBruce Ashfield
2022-07-29tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-29ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
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
2022-07-29tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima
2022-07-21ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima
2022-07-21ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima
2022-07-21icmp: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-21cipso: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-21inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-21ip: fix dflt addr selection for connected nexthopNicolas Dichtel
2022-07-14Merge tag 'v5.4.205' into v5.4/standard/baseBruce Ashfield
2022-07-12esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-07-05Merge tag 'v5.4.202' into v5.4/standard/baseBruce Ashfield
2022-07-05Merge tag 'v5.4.201' into v5.4/standard/baseBruce Ashfield
2022-06-29erspan: do not assume transport header is always setEric Dumazet
2022-06-25tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-06-25tcp: increase source port perturb table to 2^16Willy Tarreau
2022-06-25tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-06-25tcp: add small random increments to the source portWilly Tarreau
2022-06-25tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-06-25tcp: add some entropy in __inet_hash_connect()Eric Dumazet
2022-06-21Merge tag 'v5.4.198' into v5.4/standard/baseBruce Ashfield
2022-06-21Merge tag 'v5.4.197' into v5.4/standard/baseBruce Ashfield
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet