index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
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
*
tcp: remove one indentation level in tcp_create_openreq_child
Eric Dumazet
2018-06-28
1
-110
/
+113
*
net-tcp: remove useless tw_timeout field
Maciej Żenczykowski
2018-06-05
1
-1
/
+0
*
tcp: Add mark for TIMEWAIT sockets
Jon Maxwell
2018-05-10
1
-0
/
+1
*
crypto : chtls - CPL handler definition
Atul Gupta
2018-03-31
1
-0
/
+1
*
tcp: try to keep packet if SYN_RCV race is lost
Eric Dumazet
2018-02-14
1
-1
/
+2
*
tcp/dccp: avoid one atomic operation for timewait hashdance
Eric Dumazet
2017-12-13
1
-3
/
+4
*
tcp/dccp: block bh before arming time_wait timer
Eric Dumazet
2017-12-01
1
-0
/
+6
*
tcp: use sequence distance to detect reordering
Yuchung Cheng
2017-11-11
1
-1
/
+0
*
tcp: retire FACK loss detection
Yuchung Cheng
2017-11-11
1
-4
/
+1
*
tcp: higher throughput under reordering with adaptive RACK reordering wnd
Priyaranjan Jha
2017-11-05
1
-0
/
+4
*
tcp: Namespace-ify sysctl_tcp_workaround_signed_windows
Eric Dumazet
2017-10-28
1
-1
/
+1
*
tcp: Namespace-ify sysctl_tcp_fack
Eric Dumazet
2017-10-27
1
-1
/
+1
*
tcp: Namespace-ify sysctl_tcp_abort_on_overflow
Eric Dumazet
2017-10-27
1
-3
/
+1
*
tcp: Namespace-ify sysctl_tcp_rfc1337
Eric Dumazet
2017-10-27
1
-1
/
+1
*
tcp: TCP experimental option for SMC
Ursula Braun
2017-10-26
1
-0
/
+19
*
ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
2017-10-24
1
-2
/
+1
*
tcp: new list for sent but unacked skbs for RACK recovery
Eric Dumazet
2017-10-05
1
-0
/
+1
*
tcp: Revert "tcp: remove header prediction"
Florian Westphal
2017-08-30
1
-0
/
+2
*
tcp: remove header prediction
Florian Westphal
2017-07-31
1
-2
/
+0
*
tcp: remove prequeue support
Florian Westphal
2017-07-31
1
-1
/
+0
*
bpf: Support for setting initial receive window
Lawrence Brakmo
2017-07-01
1
-1
/
+8
*
tcp: add a struct net parameter to tcp_parse_options()
Eric Dumazet
2017-06-08
1
-2
/
+2
*
tcp: switch TCP TS option (RFC 7323) to 1ms clock
Eric Dumazet
2017-05-17
1
-2
/
+2
*
tcp: replace misc tcp_time_stamp to tcp_jiffies32
Eric Dumazet
2017-05-17
1
-1
/
+1
*
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
Eric Dumazet
2017-05-17
1
-1
/
+1
*
tcp: do not inherit fastopen_req from parent
Eric Dumazet
2017-05-04
1
-0
/
+1
[next]