summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-261-1/+4
* tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-291-1/+2
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-05-121-0/+5
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-121-0/+1
* tcp: annotate tp->write_seq lockless readsEric Dumazet2021-03-171-1/+1
* tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet2021-03-041-2/+7
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-031-1/+1
* tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-201-0/+13
* tcp: cache line align MAX_TCP_HEADEREric Dumazet2020-04-291-1/+1
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2020-01-271-1/+1
* tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-211-3/+3
* tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-211-3/+13
* tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-211-2/+3
* tcp: make tcp_space() aware of socket backlogEric Dumazet2019-12-131-1/+1
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-281-1/+2
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-281-0/+5
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-171-0/+2
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-161-0/+4
* tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-111-2/+28
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-0/+7
|\
| * net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-211-0/+5
| * tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-201-0/+1
| * tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-201-0/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-2/+4
|\|
| * tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-131-2/+0
| * bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-071-0/+4
* | tcp: use monotonic timestamps for PAWSArnd Bergmann2018-07-121-7/+10
* | tcp: expose both send and receive intervals for rate sampleDeepti Raghavan2018-07-111-0/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-1/+2
|\|
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+2
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-261-1/+1
* | tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet2018-06-221-0/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-5/+25
|\
| * tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2018-05-311-2/+1
| * tcp: add SACK compressionEric Dumazet2018-05-181-0/+3
| * tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet2018-05-181-1/+1
| * tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2018-05-171-0/+2
| * tcp: account lost retransmit after timeoutYuchung Cheng2018-05-171-0/+1
| * tcp: simpler NewReno implementationYuchung Cheng2018-05-171-0/+1
| * tcp: support DUPACK threshold in RACKYuchung Cheng2018-05-171-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-161-2/+1
| |\
| | * bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-2/+1
| * | tcp: switch pacing timer to softirq based hrtimerEric Dumazet2018-05-111-1/+3
| |/
| * tcp: Add clean acked data hookIlya Lesokhin2018-05-011-0/+8
| * tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-161-0/+2
| * tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-161-0/+1
| * tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-0/+1