index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_minisocks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/tcp: Separate initialization of twsk
Dmitry Safonov
2022-12-01
1
-26
/
+35
*
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
2022-12-01
1
-4
/
+12
*
tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
Kuniyuki Iwashima
2022-10-13
1
-4
/
+5
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-10-03
1
-0
/
+1
|
\
|
*
bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
Martin KaFai Lau
2022-09-29
1
-0
/
+1
*
|
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
2022-09-20
1
-2
/
+7
*
|
tcp: Save unnecessary inet_twsk_purge() calls.
Kuniyuki Iwashima
2022-09-20
1
-0
/
+15
*
|
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
2022-09-20
1
-1
/
+1
*
|
tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.
Kuniyuki Iwashima
2022-09-20
1
-1
/
+1
*
|
tcp: Clean up some functions.
Kuniyuki Iwashima
2022-09-20
1
-3
/
+3
|
/
*
tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
*
tcp: Fix a data-race around sysctl_tcp_rfc1337.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
*
tcp: md5: incorrect tcp_header_len for incoming connections
Francesco Ruggeri
2022-04-22
1
-1
/
+1
*
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
2022-02-02
1
-3
/
+2
*
tcp: allocate tcp_death_row outside of struct netns_ipv4
Eric Dumazet
2022-01-26
1
-1
/
+1
*
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
2021-12-03
1
-2
/
+2
*
net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c
Mianhan Liu
2021-09-20
1
-7
/
+0
*
tcp: Add stats for socket migration.
Kuniyuki Iwashima
2021-06-23
1
-0
/
+3
*
tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.
Kuniyuki Iwashima
2021-06-15
1
-2
/
+2
*
tcp: relookup sock for RST+ACK packets handled by obsolete req sock
Alexander Ovechkin
2021-03-15
1
-2
/
+5
*
tcp: parse mptcp options contained in reset packets
Florian Westphal
2020-12-14
1
-1
/
+1
*
mptcp: add new sock flag to deal with join subflows
Paolo Abeni
2020-05-15
1
-1
/
+1
*
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
2020-03-29
1
-0
/
+6
*
tcp: Add missing annotation for tcp_child_process()
Jules Irenge
2020-03-11
1
-0
/
+1
*
tcp_bpf: Don't let child socket inherit parent protocol ops on copy
Jakub Sitnicki
2020-02-21
1
-0
/
+2
*
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
2020-01-09
1
-2
/
+2
*
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
2019-10-13
1
-2
/
+4
*
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
2019-10-13
1
-1
/
+1
*
tcp: annotate tp->copied_seq lockless reads
Eric Dumazet
2019-10-13
1
-1
/
+1
*
tcp: annotate tp->rcv_nxt lockless reads
Eric Dumazet
2019-10-13
1
-2
/
+5
*
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
2019-10-13
1
-1
/
+1
*
tcp: honor SO_PRIORITY in TIME_WAIT state
Eric Dumazet
2019-09-27
1
-0
/
+1
*
tcp: add optional per socket transmit delay
Eric Dumazet
2019-06-12
1
-1
/
+1
*
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
Eric Dumazet
2019-06-09
1
-0
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
tcp: undo init congestion window on false SYNACK timeout
Yuchung Cheng
2019-05-01
1
-0
/
+5
*
tcp: use tcp_md5_needed for timewait sockets
Eric Dumazet
2019-02-26
1
-8
/
+13
*
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
Eric Dumazet
2019-01-17
1
-6
/
+0
*
tcp: move tp->rack init to tcp_disconnect()
Eric Dumazet
2019-01-17
1
-6
/
+0
*
tcp: move app_limited init to tcp_disconnect()
Eric Dumazet
2019-01-17
1
-3
/
+0
*
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...
Eric Dumazet
2019-01-17
1
-4
/
+0
*
tcp: do not clear urg_data in tcp_create_openreq_child
Eric Dumazet
2019-01-17
1
-2
/
+0
*
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
Eric Dumazet
2019-01-17
1
-8
/
+0
*
tcp: move mdev_us init to tcp_disconnect()
Eric Dumazet
2019-01-17
1
-1
/
+0
*
tcp: do not clear srtt_us in tcp_create_openreq_child
Eric Dumazet
2019-01-17
1
-1
/
+0
*
tcp: do not clear packets_out in tcp_create_openreq_child()
Eric Dumazet
2019-01-17
1
-1
/
+0
*
tcp: move icsk_rto init to tcp_disconnect()
Eric Dumazet
2019-01-17
1
-1
/
+0
*
tcp: do not set snd_ssthresh in tcp_create_openreq_child()
Eric Dumazet
2019-01-17
1
-1
/
+0
*
tcp: do not restart timewait timer on rst reception
Florian Westphal
2018-08-31
1
-1
/
+2
*
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
2018-07-12
1
-4
/
+4
[next]