index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_minisocks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-14
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-29
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
1
-0
/
+6
2020-03-11
tcp: Add missing annotation for tcp_child_process()
Jules Irenge
1
-0
/
+1
2020-02-21
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-09
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-26
tcp: use tcp_md5_needed for timewait sockets
Eric Dumazet
1
-8
/
+13
2019-01-17
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
Eric Dumazet
1
-6
/
+0
2019-01-17
tcp: move tp->rack init to tcp_disconnect()
Eric Dumazet
1
-6
/
+0
2019-01-17
tcp: move app_limited init to tcp_disconnect()
Eric Dumazet
1
-3
/
+0
2019-01-17
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...
Eric Dumazet
1
-4
/
+0
2019-01-17
tcp: do not clear urg_data in tcp_create_openreq_child
Eric Dumazet
1
-2
/
+0
2019-01-17
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
Eric Dumazet
1
-8
/
+0
2019-01-17
tcp: move mdev_us init to tcp_disconnect()
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: do not clear srtt_us in tcp_create_openreq_child
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: do not clear packets_out in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: move icsk_rto init to tcp_disconnect()
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: do not set snd_ssthresh in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2018-08-31
tcp: do not restart timewait timer on rst reception
Florian Westphal
1
-1
/
+2
2018-07-12
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
1
-4
/
+4
2018-06-28
tcp: remove one indentation level in tcp_create_openreq_child
Eric Dumazet
1
-110
/
+113
2018-06-05
net-tcp: remove useless tw_timeout field
Maciej Żenczykowski
1
-1
/
+0
2018-05-10
tcp: Add mark for TIMEWAIT sockets
Jon Maxwell
1
-0
/
+1
2018-03-31
crypto : chtls - CPL handler definition
Atul Gupta
1
-0
/
+1
2018-02-14
tcp: try to keep packet if SYN_RCV race is lost
Eric Dumazet
1
-1
/
+2
2017-12-13
tcp/dccp: avoid one atomic operation for timewait hashdance
Eric Dumazet
1
-3
/
+4
2017-12-01
tcp/dccp: block bh before arming time_wait timer
Eric Dumazet
1
-0
/
+6
2017-11-11
tcp: use sequence distance to detect reordering
Yuchung Cheng
1
-1
/
+0
2017-11-11
tcp: retire FACK loss detection
Yuchung Cheng
1
-4
/
+1
2017-11-05
tcp: higher throughput under reordering with adaptive RACK reordering wnd
Priyaranjan Jha
1
-0
/
+4
2017-10-28
tcp: Namespace-ify sysctl_tcp_workaround_signed_windows
Eric Dumazet
1
-1
/
+1
2017-10-27
tcp: Namespace-ify sysctl_tcp_fack
Eric Dumazet
1
-1
/
+1
2017-10-27
tcp: Namespace-ify sysctl_tcp_abort_on_overflow
Eric Dumazet
1
-3
/
+1
2017-10-27
tcp: Namespace-ify sysctl_tcp_rfc1337
Eric Dumazet
1
-1
/
+1
2017-10-26
tcp: TCP experimental option for SMC
Ursula Braun
1
-0
/
+19
2017-10-24
ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
1
-2
/
+1
2017-10-05
tcp: new list for sent but unacked skbs for RACK recovery
Eric Dumazet
1
-0
/
+1
2017-08-30
tcp: Revert "tcp: remove header prediction"
Florian Westphal
1
-0
/
+2
2017-07-31
tcp: remove header prediction
Florian Westphal
1
-2
/
+0
2017-07-31
tcp: remove prequeue support
Florian Westphal
1
-1
/
+0
[next]