aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2024-03-01tcp: factor out __tcp_close() helperPaolo Abeni
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-11-20tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet
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-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-27net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu
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-03tcp: 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-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2021-03-04tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet
2021-02-07tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-02-03tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang
2020-08-19tcp: correct read of TFO keys on big endian systemsJason Baron
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet
2020-04-29tcp: cache line align MAX_TCP_HEADEREric Dumazet
2020-01-23bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2019-12-18tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-18tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-18tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-09tcp: Update TCP_BASE_MSS commentJosh Hunt
2019-07-30tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-08bpf: avoid unused variable warning in tcp_bpf_rtt()Arnd Bergmann
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet
2019-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30tcp: add backup TFO key infrastructureJason Baron