aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-08-11tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-08-11net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni
2023-05-30tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-08-11tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-05-12tcp: make sure treq->af_specific is initializedEric Dumazet
2022-05-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2021-03-17tcp: annotate tp->write_seq lockless readsEric Dumazet
2021-03-04tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet
2021-02-03tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-04-29tcp: cache line align MAX_TCP_HEADEREric Dumazet
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2019-12-21tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-21tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-21tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-12-13tcp: make tcp_space() aware of socket backlogEric Dumazet
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-08-11tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-13tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-07-11tcp: expose both send and receive intervals for rate sampleDeepti Raghavan
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-18tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng