summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada2022-06-141-1/+0
* tcp: tcp_rtx_synack() can be called from process contextEric Dumazet2022-06-141-2/+2
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-06-1423-185/+190
* xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-251-5/+18
* ping: fix address binding wrt vrfNicolas Dichtel2022-05-181-2/+13
* tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-05-181-1/+1
* tcp: increase source port perturb table to 2^16Willy Tarreau2022-05-181-4/+5
* tcp: dynamically allocate the perturb table used by source portsWilly Tarreau2022-05-181-2/+10
* tcp: add small random increments to the source portWilly Tarreau2022-05-181-4/+5
* tcp: use different parts of the port_offset for index and offsetWilly Tarreau2022-05-181-1/+1
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-181-4/+6
* ipv4: drop dst in multicast routing pathLokesh Dhoundiyal2022-05-181-0/+1
* net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-05-121-3/+6
* tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-05-091-1/+2
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-05-091-1/+7
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-092-1/+12
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-05-091-3/+3
* ip_gre: Make o_seqno start from 0 in native modePeilin Ye2022-05-091-5/+3
* tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-05-091-3/+8
* tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri2022-05-091-1/+1
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-271-3/+2
* net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov2022-04-131-1/+6
* ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2022-04-132-3/+11
* tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior2022-04-131-21/+32
* tcp: ensure PMTU updates are processed during fastopenJakub Kicinski2022-04-081-1/+4
* ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault2022-04-081-4/+14
* bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen2022-04-081-4/+3
* bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen2022-04-081-2/+5
* tcp: make tcp_read_sock() more robustEric Dumazet2022-03-191-4/+6
* esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2022-03-161-0/+3
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-161-0/+5
* Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-03-081-1/+1
* net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-03-021-1/+1
* udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter2022-03-021-1/+1
* gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-03-021-1/+4
* ping: remove pr_err from ping_lookupXin Long2022-03-021-1/+0
* ping: fix the dif and sdif check in ping_lookupXin Long2022-02-231-2/+9
* ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet2022-02-234-18/+21
* ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-161-0/+2
* tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-051-0/+2
* ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-02-011-2/+9
* ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-02-011-1/+4
* ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski2022-02-011-3/+12
* ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-02-011-1/+2
* gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault2022-01-271-2/+3
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-272-4/+7
* ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-271-19/+17
* ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-271-3/+8
* bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend2022-01-271-0/+27
* netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong2022-01-271-1/+4