summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet1-1/+1
2023-11-20tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet1-3/+9
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell1-0/+3
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-2/+4
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-1/+0
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-1/+5
2023-07-27net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-0/+1
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-0/+2
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-1/+4
2022-08-03tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima1-2/+2
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+2
2022-05-12tcp: make sure treq->af_specific is initializedEric Dumazet1-0/+5
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-0/+6
2021-03-04tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet1-2/+7
2021-02-07tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen1-0/+1
2021-02-04tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang1-1/+1
2020-08-19tcp: correct read of TFO keys on big endian systemsJason Baron1-0/+2
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet1-0/+13
2020-04-29tcp: cache line align MAX_TCP_HEADEREric Dumazet1-1/+1
2020-01-23bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend1-2/+4
2019-12-18tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault1-3/+3
2019-12-18tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault1-3/+13
2019-12-18tcp: fix rejected syncookies due to stale timestampsGuillaume Nault1-2/+3
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-2/+2
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-1/+1
2019-10-10net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+2
2019-10-10tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-1/+1
2019-09-01tcp: ulp: add functions to dump ulp-specific informationDavide Caratti1-0/+3
2019-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+10
2019-08-09tcp: Update TCP_BASE_MSS commentJosh Hunt1-1/+1
2019-07-31tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov1-0/+10
2019-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+3
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend1-0/+3
2019-07-22tcp: be more careful in tcp_fragment()Eric Dumazet1-0/+5
2019-07-19tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet1-1/+2
2019-07-08bpf: avoid unused variable warning in tcp_bpf_rtt()Arnd Bergmann1-3/+1
2019-07-03bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev1-0/+8
2019-06-23net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel1-4/+4
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel1-6/+4
2019-06-16tcp: limit payload size of sacked skbsEric Dumazet1-0/+2
2019-06-15ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet1-3/+6
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+19
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30tcp: add backup TFO key infrastructureJason Baron1-3/+38
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1