index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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_ipv4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-20
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
1
-1
/
+1
2025-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-01-08
tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
Daniel Borkmann
1
-1
/
+1
2024-12-12
tcp: Add sysctl to configure TIME-WAIT reuse delay
Jakub Sitnicki
1
-1
/
+3
2024-12-12
tcp: Measure TIME-WAIT reuse delay with millisecond precision
Jakub Sitnicki
1
-2
/
+3
2024-11-03
net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals
Dmitry Safonov
1
-1
/
+2
2024-10-15
ipv4: tcp: give socket pointer to control skbs
Eric Dumazet
1
-2
/
+2
2024-10-05
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
1
-4
/
+6
2024-09-12
tcp: RX path for devmem TCP
Mina Almasry
1
-0
/
+16
2024-08-29
tcp: annotate data-races around tcptw->tw_rcv_nxt
Eric Dumazet
1
-1
/
+1
2024-08-29
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
1
-2
/
+2
2024-08-26
tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
Jason Xing
1
-0
/
+3
2024-08-19
tcp: prevent concurrent execution of tcp_sk_exit_batch
Florian Westphal
1
-0
/
+14
2024-06-25
net/ipv4: Use nested-BH locking for ipv4_tcp_sk.
Sebastian Andrzej Siewior
1
-4
/
+11
2024-06-19
tcp: use sk_skb_reason_drop to free rx packets
Yan Zhai
1
-3
/
+3
2024-06-12
net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs
Dmitry Safonov
1
-6
/
+2
2024-06-10
net: tcp/dccp: prepare for tw_timer un-pinning
Valentin Schneider
1
-1
/
+1
2024-06-05
tcp: add sysctl_tcp_rto_min_us
Kevin Yang
1
-0
/
+1
2024-06-05
tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp
Eric Dumazet
1
-5
/
+7
2024-06-04
tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()
Jakub Kicinski
1
-2
/
+1
2024-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+1
2024-05-30
tcp: fix races in tcp_v[46]_err()
Eric Dumazet
1
-8
/
+3
2024-05-28
tcp: reduce accepted window in NEW_SYN_RECV state
Eric Dumazet
1
-6
/
+1
2024-05-24
net: Add additional bit to support clockid_t timestamp type
Abhishek Chauhan
1
-0
/
+2
2024-05-14
tcp: rstreason: handle timewait cases in the receive path
Jason Xing
1
-1
/
+1
2024-05-10
tcp: get rid of twsk_unique()
Eric Dumazet
1
-1
/
+0
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+7
2024-05-03
tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
Kuniyuki Iwashima
1
-1
/
+7
2024-04-26
rstreason: make it work in trace world
Jason Xing
1
-1
/
+1
2024-04-26
tcp: support rstreason for passive reset
Jason Xing
1
-4
/
+7
2024-04-26
rstreason: prepare for passive reset
Jason Xing
1
-5
/
+7
2024-04-25
tcp: avoid premature drops in tcp_add_backlog()
Eric Dumazet
1
-2
/
+11
2024-04-13
tcp: small optimization when TCP_TW_SYN is processed
Eric Dumazet
1
-1
/
+1
2024-04-09
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
1
-2
/
+3
2024-04-09
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
1
-1
/
+2
2024-04-06
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
1
-3
/
+1
2024-04-04
trace: tcp: fully support trace_tcp_send_reset
Jason Xing
1
-4
/
+3
2024-04-02
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
1
-1
/
+1
2024-02-28
tcp: make dropreason in tcp_child_process() work
Jason Xing
1
-5
/
+7
2024-02-28
tcp: make the dropreason really work when calling tcp_rcv_state_process()
Jason Xing
1
-1
/
+2
2024-02-28
tcp: directly drop skb in cookie check for ipv4
Jason Xing
1
-1
/
+1
2023-12-06
net/tcp: Consistently align TCP-AO option in the header
Dmitry Safonov
1
-2
/
+2
2023-10-27
net/tcp: Wire up l3index to TCP-AO
Dmitry Safonov
1
-3
/
+7
2023-10-27
net/tcp: Add static_key for TCP-AO
Dmitry Safonov
1
-11
/
+14
2023-10-27
net/tcp: Ignore specific ICMPs for TCP-AO connections
Dmitry Safonov
1
-0
/
+7
2023-10-27
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
1
-1
/
+2
2023-10-27
net/tcp: Add TCP-AO segments counters
Dmitry Safonov
1
-1
/
+1
2023-10-27
net/tcp: Verify inbound TCP-AO signed segments
Dmitry Safonov
1
-5
/
+5
2023-10-27
net/tcp: Sign SYN-ACK segments with TCP-AO
Dmitry Safonov
1
-0
/
+1
2023-10-27
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
1
-8
/
+58
[next]