summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2022-11-25tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet1-0/+2
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima3-80/+25
2022-11-03tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell1-1/+2
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet5-11/+13
2022-10-26tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet1-4/+10
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2-7/+14
2022-10-26netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter1-0/+3
2022-09-15tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell1-7/+18
2022-08-25tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4
2022-08-25tcp: make retransmitted SKB fit into the send windowYonglong Li1-7/+16
2022-07-29igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima1-1/+1
2022-07-29igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima1-8/+13
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima1-1/+1
2022-07-21ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima1-2/+2
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima1-1/+1
2022-07-21icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima1-1/+2
2022-07-21icmp: Fix data-races around sysctl.Kuniyuki Iwashima1-2/+3
2022-07-21cipso: Fix data-races around sysctl.Kuniyuki Iwashima1-5/+7
2022-07-21inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima1-4/+8
2022-07-12esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca1-3/+2
2022-06-25tcp: drop the hash_32() part from the index calculationWilly Tarreau1-1/+1
2022-06-25tcp: increase source port perturb table to 2^16Willy Tarreau1-4/+5
2022-06-25tcp: dynamically allocate the perturb table used by source portsWilly Tarreau1-2/+13
2022-06-25tcp: add small random increments to the source portWilly Tarreau1-4/+5
2022-06-25tcp: use different parts of the port_offset for index and offsetWilly Tarreau1-1/+1
2022-06-25tcp: add some entropy in __inet_hash_connect()Eric Dumazet1-0/+5
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet1-4/+7
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-06secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau1-4/+6
2022-06-06tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2022-05-18ping: fix address binding wrt vrfNicolas Dichtel1-1/+11
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-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2-1/+12
2022-05-12ip_gre: Make o_seqno start from 0 in native modePeilin Ye1-5/+3
2022-04-27tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2022-04-27tcp: fix race condition when creating child sockets from syncookiesRicardo Dias3-11/+74
2022-04-20net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2022-04-20tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2022-03-28esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-0/+5
2022-03-23tcp: make tcp_read_sock() more robustEric Dumazet1-4/+6
2022-03-02gso: do not skip outer ip header in case of ipip and net_failoverTao Liu1-1/+4
2022-03-02ping: remove pr_err from ping_lookupXin Long1-1/+0
2022-02-23ping: fix the dif and sdif check in ping_lookupXin Long1-2/+9
2022-02-23xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault1-1/+2
2022-02-16ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet1-0/+2
2022-02-08ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet1-2/+9
2022-02-08ipv4: raw: lock the socket in raw_bind()Eric Dumazet1-1/+4