index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
tcp: check skb is non-NULL in tcp_rto_delta_us()
Josh Hunt
1
-2
/
+19
2024-03-01
tcp: factor out __tcp_close() helper
Paolo Abeni
1
-0
/
+1
2023-11-20
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
1
-1
/
+1
2023-11-20
tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp
Eric Dumazet
1
-3
/
+9
2023-10-25
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
1
-0
/
+3
2023-10-10
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
1
-2
/
+4
2023-09-23
tcp: tcp_enter_quickack_mode() should be static
Eric Dumazet
1
-1
/
+0
2023-07-27
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
1
-1
/
+5
2023-07-27
net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX
Cambda Zhu
1
-0
/
+1
2022-11-10
tcp/udp: Make early_demux back namespacified.
Kuniyuki Iwashima
1
-0
/
+2
2022-10-26
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
1
-1
/
+4
2022-08-03
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-29
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
1
-1
/
+2
2022-05-12
tcp: make sure treq->af_specific is initialized
Eric Dumazet
1
-0
/
+5
2022-05-09
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
1
-0
/
+1
2022-05-09
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
1
-0
/
+6
2021-03-04
tcp: fix SO_RCVLOWAT related hangs under mem pressure
Eric Dumazet
1
-2
/
+7
2021-02-07
tcp: make TCP_USER_TIMEOUT accurate for zero window probes
Enke Chen
1
-0
/
+1
2021-02-03
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Pengcheng Yang
1
-1
/
+1
2020-08-19
tcp: correct read of TFO keys on big endian systems
Jason Baron
1
-0
/
+2
2020-05-20
tcp: fix SO_RCVLOWAT hangs with fat skbs
Eric Dumazet
1
-0
/
+13
2020-04-29
tcp: cache line align MAX_TCP_HEADER
Eric Dumazet
1
-1
/
+1
2020-01-23
bpf: Sockmap/tls, push write_space updates through ulp updates
John Fastabend
1
-2
/
+4
2019-12-18
tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()
Guillaume Nault
1
-3
/
+3
2019-12-18
tcp: tighten acceptance of ACKs not matching a child socket
Guillaume Nault
1
-3
/
+13
2019-12-18
tcp: fix rejected syncookies due to stale timestamps
Guillaume Nault
1
-2
/
+3
2019-10-13
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
1
-2
/
+2
2019-10-13
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
1
-1
/
+2
2019-10-13
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
1
-1
/
+1
2019-10-09
net: silence KCSAN warnings about sk->sk_backlog.len reads
Eric Dumazet
1
-1
/
+2
2019-10-09
tcp: annotate lockless access to tcp_memory_pressure
Eric Dumazet
1
-1
/
+1
2019-08-31
tcp: ulp: add functions to dump ulp-specific information
Davide Caratti
1
-0
/
+3
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+10
2019-08-09
tcp: Update TCP_BASE_MSS comment
Josh Hunt
1
-1
/
+1
2019-07-30
tcp: add skb-less helpers to retrieve SYN cookie
Petar Penkov
1
-0
/
+10
2019-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+3
2019-07-22
bpf: sockmap/tls, close can race with map free
John Fastabend
1
-0
/
+3
2019-07-21
tcp: be more careful in tcp_fragment()
Eric Dumazet
1
-0
/
+5
2019-07-18
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
1
-1
/
+2
2019-07-08
bpf: avoid unused variable warning in tcp_bpf_rtt()
Arnd Bergmann
1
-3
/
+1
2019-07-03
bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT
Stanislav Fomichev
1
-0
/
+8
2019-06-22
net: fastopen: robustness and endianness fixes for SipHash
Ard Biesheuvel
1
-4
/
+4
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2019-06-17
net: ipv4: move tcp_fastopen server side code to SipHash library
Ard Biesheuvel
1
-6
/
+4
2019-06-15
tcp: limit payload size of sacked skbs
Eric Dumazet
1
-0
/
+2
2019-06-14
ipv4: tcp: fix ACK/RST sent with a transmit delay
Eric Dumazet
1
-3
/
+6
2019-06-12
tcp: add optional per socket transmit delay
Eric Dumazet
1
-0
/
+19
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
[next]