index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2022-12-02
net/tcp: Separate initialization of twsk
Dmitry Safonov
1
-26
/
+35
2022-12-02
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-23
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-27
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
2021-09-20
net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c
Mianhan Liu
1
-7
/
+0
2021-06-23
tcp: Add stats for socket migration.
Kuniyuki Iwashima
1
-0
/
+3
2021-06-15
tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.
Kuniyuki Iwashima
1
-2
/
+2
2021-03-16
tcp: relookup sock for RST+ACK packets handled by obsolete req sock
Alexander Ovechkin
1
-2
/
+5
2020-12-15
tcp: parse mptcp options contained in reset packets
Florian Westphal
1
-1
/
+1
2020-05-15
mptcp: add new sock flag to deal with join subflows
Paolo Abeni
1
-1
/
+1
2020-03-30
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
1
-0
/
+6
2020-03-12
tcp: Add missing annotation for tcp_child_process()
Jules Irenge
1
-0
/
+1
2020-02-22
tcp_bpf: Don't let child socket inherit parent protocol ops on copy
Jakub Sitnicki
1
-0
/
+2
2020-01-09
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
1
-2
/
+2
2019-10-13
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
1
-2
/
+4
2019-10-13
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
1
-1
/
+1
2019-10-13
tcp: annotate tp->copied_seq lockless reads
Eric Dumazet
1
-1
/
+1
2019-10-13
tcp: annotate tp->rcv_nxt lockless reads
Eric Dumazet
1
-2
/
+5
2019-10-13
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
1
-1
/
+1
2019-09-27
tcp: honor SO_PRIORITY in TIME_WAIT state
Eric Dumazet
1
-0
/
+1
2019-06-12
tcp: add optional per socket transmit delay
Eric Dumazet
1
-1
/
+1
2019-06-10
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
Eric Dumazet
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-01
tcp: undo init congestion window on false SYNACK timeout
Yuchung Cheng
1
-0
/
+5
2019-02-27
tcp: use tcp_md5_needed for timewait sockets
Eric Dumazet
1
-8
/
+13
2019-01-18
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
Eric Dumazet
1
-6
/
+0
2019-01-18
tcp: move tp->rack init to tcp_disconnect()
Eric Dumazet
1
-6
/
+0
2019-01-18
tcp: move app_limited init to tcp_disconnect()
Eric Dumazet
1
-3
/
+0
2019-01-18
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...
Eric Dumazet
1
-4
/
+0
2019-01-18
tcp: do not clear urg_data in tcp_create_openreq_child
Eric Dumazet
1
-2
/
+0
2019-01-18
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
Eric Dumazet
1
-8
/
+0
2019-01-18
tcp: move mdev_us init to tcp_disconnect()
Eric Dumazet
1
-1
/
+0
2019-01-18
tcp: do not clear srtt_us in tcp_create_openreq_child
Eric Dumazet
1
-1
/
+0
2019-01-18
tcp: do not clear packets_out in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-18
tcp: move icsk_rto init to tcp_disconnect()
Eric Dumazet
1
-1
/
+0
2019-01-18
tcp: do not set snd_ssthresh in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2018-09-01
tcp: do not restart timewait timer on rst reception
Florian Westphal
1
-1
/
+2
2018-07-13
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
1
-4
/
+4
[next]