summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2022-07-22nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima
2022-07-22ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima
2022-07-22tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.Kuniyuki Iwashima
2022-07-22icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima
2022-07-22icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima
2022-07-22ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima
2022-07-22icmp: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-22cipso: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-22inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima
2022-07-22ip: fix dflt addr selection for connected nexthopNicolas Dichtel
2022-07-07tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet
2022-07-07tcp: add a missing nf_reset_ct() in 3WHS handlingEric 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-29ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti
2022-06-22net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
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-06-09tcp: consume incoming skb leading to a resetEric Dumazet
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet
2022-05-06ipv4: drop dst in multicast routing pathLokesh Dhoundiyal
2022-05-05ping: fix address binding wrt vrfNicolas Dichtel
2022-05-04tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-05-04tcp: increase source port perturb table to 2^16Willy Tarreau
2022-05-04tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-05-04tcp: add small random increments to the source portWilly Tarreau
2022-05-04tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-04-30net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-04-25ip_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-04-25netfilter: flowtable: Remove the empty fileRongguang Wei