summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-01-07net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu
2022-12-08tcp: configurable source port perturb table sizeGleb Mazovetskiy
2022-11-25tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet
2022-11-03tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-10-26tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-09-15tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell
2022-08-25tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-07-29igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima
2022-07-29igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima
2022-07-21ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima
2022-07-21icmp: Fix data-races around sysctl.Kuniyuki Iwashima
2022-07-21cipso: Fix data-races around sysctl.Kuniyuki Iwashima
2022-06-25tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-06-25tcp: increase source port perturb table to 2^16Willy Tarreau
2022-06-25tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-06-25tcp: add small random increments to the source portWilly Tarreau
2022-06-25tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-06-25secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-06-25tcp: add some entropy in __inet_hash_connect()Eric Dumazet
2022-06-25tcp: change source port randomizarion at connect() timeEric Dumazet
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
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-05-18ping: fix address binding wrt vrfNicolas Dichtel
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-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-05-12ip_gre: Make o_seqno start from 0 in native modePeilin Ye
2022-03-23tcp: make tcp_read_sock() more robustEric Dumazet
2022-03-02gso: do not skip outer ip header in case of ipip and net_failoverTao Liu
2022-02-23xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault
2022-02-16ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet
2022-02-08ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet
2022-02-08ipv4: raw: lock the socket in raw_bind()Eric Dumazet
2022-01-27cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu
2022-01-05net: fix use-after-free in tw_timer_handlerMuchun Song
2021-12-08net: return correct error codeliuguoqiang
2021-12-08tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-09-22tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy
2021-09-22ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva
2021-09-22ipv4: make exception cache less predictibleEric Dumazet
2021-09-22tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau
2021-09-22ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers
2021-09-22igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian
2021-09-03ip_gre: add validation for csum_startShreyansh Chouhan