summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-07-21nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima
2022-07-21ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima
2022-07-21tcp: Fix a data-race around sysctl_tcp_ecn_fallback.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-21icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima
2022-07-21icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima
2022-07-21icmp: Fix data-races around sysctl_icmp_echo_enable_probe.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-21tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima
2022-07-21ip: fix dflt addr selection for connected nexthopNicolas Dichtel
2022-07-07tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet
2022-07-07tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet
2022-06-29sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-29erspan: do not assume transport header is always setEric Dumazet
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
2022-06-14tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song
2022-06-14ip_gre: test csum_start instead of transport headerWillem de Bruijn
2022-06-14net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-05-25xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-05-18ping: fix address binding wrt vrfNicolas Dichtel
2022-05-18tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-05-18tcp: increase source port perturb table to 2^16Willy Tarreau
2022-05-18tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-05-18tcp: add small random increments to the source portWilly Tarreau
2022-05-18tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-05-18secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-05-18ipv4: drop dst in multicast routing pathLokesh Dhoundiyal
2022-05-12net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet
2022-05-09tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang
2022-05-09tcp: make sure treq->af_specific is initializedEric Dumazet
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-05-09ip_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2022-05-09tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri
2022-04-27esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-04-13net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov
2022-04-13ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel
2022-04-13tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior
2022-04-08tcp: ensure PMTU updates are processed during fastopenJakub Kicinski
2022-04-08ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault
2022-04-08bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen
2022-04-08bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen
2022-03-19tcp: make tcp_read_sock() more robustEric Dumazet