index
:
linux.git
cached
cdir_v2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
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
/
net
/
ipv4
/
tcp_minisocks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-07
tcp: Defer ts_recent changes until req is owned
Wang Hai
1
-6
/
+4
2024-11-30
tcp: populate XPS related fields of timewait sockets
Eric Dumazet
1
-0
/
+4
2024-09-11
tcp: RX path for devmem TCP
Mina Almasry
1
-0
/
+2
2024-08-28
tcp: annotate data-races around tcptw->tw_rcv_nxt
Eric Dumazet
1
-12
/
+15
2024-08-28
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
1
-2
/
+2
2024-07-16
tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().
Kuniyuki Iwashima
1
-7
/
+8
2024-06-10
net: tcp: un-pin the tw_timer
Florian Westphal
1
-6
/
+0
2024-06-10
net: tcp/dccp: prepare for tw_timer un-pinning
Valentin Schneider
1
-2
/
+1
2024-06-05
tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp
Eric Dumazet
1
-8
/
+14
2024-05-27
tcp: reduce accepted window in NEW_SYN_RECV state
Eric Dumazet
1
-2
/
+5
2024-05-13
tcp: rstreason: fully support in tcp_check_req()
Jason Xing
1
-1
/
+1
2024-04-26
rstreason: prepare for passive reset
Jason Xing
1
-1
/
+2
2024-04-22
tcp: do not export tcp_twsk_purge()
Eric Dumazet
1
-1
/
+0
2024-04-09
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
1
-2
/
+2
2024-04-01
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
1
-3
/
+3
2024-03-12
rds: tcp: Fix use-after-free of net in reqsk_timer_handler().
Kuniyuki Iwashima
1
-4
/
+0
2024-02-28
tcp: make the dropreason really work when calling tcp_rcv_state_process()
Jason Xing
1
-5
/
+5
2023-12-06
net/tcp: Consistently align TCP-AO option in the header
Dmitry Safonov
1
-1
/
+1
2023-10-27
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
1
-1
/
+14
2023-10-27
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
1
-0
/
+10
2023-10-27
net/tcp: Add TCP-AO sign to twsk
Dmitry Safonov
1
-1
/
+3
2023-10-27
net/tcp: Prepare tcp_md5sig_pool for TCP-AO
Dmitry Safonov
1
-6
/
+15
2023-10-23
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
1
-5
/
+14
2023-10-23
tcp: introduce tcp_clock_ms()
Eric Dumazet
1
-2
/
+2
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
1
-1
/
+1
2023-09-16
tcp: new TCP_INFO stats for RTO events
Aananth V
1
-0
/
+4
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
1
-2
/
+1
2023-08-06
tcp: set TCP_DEFER_ACCEPT locklessly
Eric Dumazet
1
-1
/
+1
2023-08-04
tcp: Disable header prediction for MD5 flow.
Kuniyuki Iwashima
1
-2
/
+0
2023-07-18
tcp: annotate data-races around tcp_rsk(req)->ts_recent
Eric Dumazet
1
-3
/
+6
2023-07-18
tcp: annotate data-races around tcp_rsk(req)->txhash
Eric Dumazet
1
-1
/
+1
2023-05-25
net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 too
Antoine Tenart
1
-1
/
+1
2023-03-18
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
1
-2
/
+3
2023-02-27
tcp: tcp_check_req() can be called from process context
Eric Dumazet
1
-2
/
+5
2022-12-01
net/tcp: Separate initialization of twsk
Dmitry Safonov
1
-26
/
+35
2022-12-01
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
1
-4
/
+12
2022-10-13
tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
Kuniyuki Iwashima
1
-4
/
+5
2022-10-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+1
2022-09-29
bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
Martin KaFai Lau
1
-0
/
+1
2022-09-20
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
1
-2
/
+7
2022-09-20
tcp: Save unnecessary inet_twsk_purge() calls.
Kuniyuki Iwashima
1
-0
/
+15
2022-09-20
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-20
tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-20
tcp: Clean up some functions.
Kuniyuki Iwashima
1
-3
/
+3
2022-07-20
tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-20
tcp: Fix a data-race around sysctl_tcp_rfc1337.
Kuniyuki Iwashima
1
-1
/
+1
2022-04-22
tcp: md5: incorrect tcp_header_len for incoming connections
Francesco Ruggeri
1
-1
/
+1
2022-02-02
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
1
-3
/
+2
2022-01-26
tcp: allocate tcp_death_row outside of struct netns_ipv4
Eric Dumazet
1
-1
/
+1
2021-12-03
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
1
-2
/
+2
[next]