summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-101-2/+2
* tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima2023-03-311-0/+2
* tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-181-2/+2
* tcp: annotate lockless access to sk->sk_errEric Dumazet2023-03-171-3/+3
* tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-24/+43
|\
| * tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed2022-11-221-1/+1
| * tcp: annotate data-race around queue->synflood_warnedEric Dumazet2022-11-161-1/+1
| * tcp: Add listening address to SYN flood messageJamie Bainbridge2022-11-141-3/+11
| * tcp: refine tcp_prune_ofo_queue() logicEric Dumazet2022-11-011-20/+31
* | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+2
|/
* tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-10-241-1/+2
* tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-061-7/+18
* tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-08-311-10/+11
* tcp: annotate data-race around challenge_timestampEric Dumazet2022-08-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-19/+22
|\
| * tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima2022-07-251-1/+1
| * tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima2022-07-251-1/+1
| * tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima2022-07-251-1/+2
| * net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-6/+7
| * tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima2022-07-251-2/+2
| * tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima2022-07-221-1/+2
| * tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima2022-07-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-20/+31
|\ \ | |/
| * tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima2022-07-201-2/+2
| * tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima2022-07-201-1/+1
| * tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima2022-07-201-1/+2
| * tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-201-3/+3
| * tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima2022-07-181-2/+4
| * tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-181-3/+7
| * tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-181-8/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+1
|\ \ | |/
| * tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-131-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-1/+2
|\ \
| * | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-1/+2
| |/
* | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-4/+0
* | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-1/+1
|/
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-05-281-4/+7
* tcp: improve PRR loss recoveryYuchung Cheng2022-05-191-5/+5
* tcp: drop skb dst in tcp_rcv_established()Eric Dumazet2022-04-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-2/+13
|\
| * tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
| * tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-251-1/+11
* | tcp: fix signed/unsigned comparisonEric Dumazet2022-04-181-2/+3