summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet1-4/+7
2022-06-14tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song1-4/+6
2022-06-14ip_gre: test csum_start instead of transport headerWillem de Bruijn1-6/+5
2022-06-14net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada1-1/+0
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet1-2/+2
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet23-185/+190
2022-06-09tcp: consume incoming skb leading to a resetEric Dumazet1-12/+16
2022-05-25xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger1-5/+18
2022-05-18ping: fix address binding wrt vrfNicolas Dichtel1-1/+11
2022-05-18tcp: drop the hash_32() part from the index calculationWilly Tarreau1-1/+1
2022-05-18tcp: increase source port perturb table to 2^16Willy Tarreau1-4/+5
2022-05-18tcp: dynamically allocate the perturb table used by source portsWilly Tarreau1-2/+10
2022-05-18tcp: add small random increments to the source portWilly Tarreau1-4/+5
2022-05-18tcp: use different parts of the port_offset for index and offsetWilly Tarreau1-1/+1
2022-05-18secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau1-4/+6
2022-05-18ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2022-05-12net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet1-3/+6
2022-05-09tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang1-1/+2
2022-05-09tcp: make sure treq->af_specific is initializedEric Dumazet1-1/+7
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2-1/+12
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye1-3/+3
2022-05-09ip_gre: Make o_seqno start from 0 in native modePeilin Ye1-5/+3
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-3/+8
2022-05-09tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri1-1/+1
2022-04-27esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca1-3/+2
2022-04-13net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov1-1/+6
2022-04-13ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2-3/+11
2022-04-13tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior1-21/+32
2022-04-08tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2022-04-08ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault1-4/+14
2022-04-08bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen1-4/+3
2022-04-08bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen1-2/+5
2022-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-2/+9
2022-03-07net: Fix esp GSO on inter address family tunnels.Steffen Klassert1-2/+1
2022-03-07esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert1-0/+3
2022-03-07esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-0/+5
2022-03-03tcp: make tcp_read_sock() more robustEric Dumazet1-4/+6
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2022-02-24ping: remove pr_err from ping_lookupXin Long1-1/+0
2022-02-23udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter1-1/+1
2022-02-21gso: do not skip outer ip header in case of ipip and net_failoverTao Liu1-1/+4
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet1-1/+1
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet4-18/+21
2022-02-17ping: fix the dif and sdif check in ping_lookupXin Long1-2/+9
2022-02-15ipv4: add description about martian sourceZhang Yunkai1-0/+3
2022-02-09ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet1-0/+2
2022-02-05tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet1-14/+19
2022-02-03tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet1-0/+2
2022-02-02tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet1-2/+5
2022-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-4/+0