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_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: remove tcp_tw_recycle
Soheil Hassas Yeganeh
2017-03-16
1
-25
/
+5
*
tcp: remove per-destination timestamp cache
Soheil Hassas Yeganeh
2017-03-16
1
-4
/
+2
*
tcp: rename *_sequence_number() to *_seq_and_tsoff()
Alexey Kodanev
2017-03-09
1
-2
/
+2
*
tcp/dccp: block BH for SYN processing
Eric Dumazet
2017-03-01
1
-2
/
+8
*
tcp: replace dst_confirm with sk_dst_confirm
Julian Anastasov
2017-02-07
1
-9
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-28
1
-1
/
+1
|
\
|
*
tcp: correct memory barrier usage in tcp_check_space()
Jason Baron
2017-01-25
1
-1
/
+1
*
|
tcp: reduce skb overhead in selected places
Eric Dumazet
2017-01-25
1
-0
/
+1
*
|
tcp: accept RST for rcv_nxt - 1 after receiving a FIN
Jason Baron
2017-01-17
1
-3
/
+25
*
|
tcp: disable fack by default
Yuchung Cheng
2017-01-13
1
-2
/
+3
*
|
tcp: remove thin_dupack feature
Yuchung Cheng
2017-01-13
1
-13
/
+0
*
|
tcp: remove RFC4653 NCR
Yuchung Cheng
2017-01-13
1
-15
/
+0
*
|
tcp: remove early retransmit
Yuchung Cheng
2017-01-13
1
-58
/
+2
*
|
tcp: remove forward retransmit feature
Yuchung Cheng
2017-01-13
1
-5
/
+0
*
|
tcp: extend F-RTO to catch more spurious timeouts
Yuchung Cheng
2017-01-13
1
-14
/
+19
*
|
tcp: enable RACK loss detection to trigger recovery
Yuchung Cheng
2017-01-13
1
-8
/
+21
*
|
tcp: check undo conditions before detecting losses
Yuchung Cheng
2017-01-13
1
-13
/
+20
*
|
tcp: use sequence to break TS ties for RACK loss detection
Yuchung Cheng
2017-01-13
1
-2
/
+3
*
|
tcp: add reordering timer in RACK loss detection
Yuchung Cheng
2017-01-13
1
-3
/
+3
*
|
tcp: record most recent RTT in RACK loss detection
Yuchung Cheng
2017-01-13
1
-14
/
+22
*
|
tcp: new helper for RACK to detect loss
Yuchung Cheng
2017-01-13
1
-4
/
+8
*
|
ipv4: Namespaceify tcp_max_syn_backlog knob
Haishuang Yan
2016-12-29
1
-2
/
+2
*
|
ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob
Haishuang Yan
2016-12-29
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-06
1
-1
/
+21
|
\
|
*
tcp: warn on bogus MSS and try to amend it
Marcelo Ricardo Leitner
2016-12-06
1
-1
/
+21
*
|
tcp: allow to turn tcp timestamp randomization off
Florian Westphal
2016-12-02
1
-0
/
+1
*
|
tcp: randomize tcp timestamp offsets for each connection
Florian Westphal
2016-12-02
1
-1
/
+6
*
|
tcp: instrument how long TCP is limited by insufficient send buffer
Francis Yan
2016-11-30
1
-1
/
+4
*
|
tcp: instrument how long TCP is busy sending
Francis Yan
2016-11-30
1
-0
/
+3
*
|
tcp: make undo_cwnd mandatory for congestion modules
Florian Westphal
2016-11-21
1
-4
/
+1
*
|
tcp: no longer hold ehash lock while calling tcp_get_info()
Eric Dumazet
2016-11-09
1
-4
/
+0
*
|
tcp/dccp: drop SYN packets if accept queue is full
Eric Dumazet
2016-10-29
1
-7
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-02
1
-2
/
+1
|
\
|
*
tcp: fix a compile error in DBGUNDO()
Eric Dumazet
2016-09-23
1
-2
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2016-09-25
1
-219
/
+276
|
\
\
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-23
1
-1
/
+1
|
|
\
|
|
|
*
tcp: properly account Fast Open SYN-ACK retrans
Yuchung Cheng
2016-09-22
1
-1
/
+1
|
*
|
tcp: new CC hook to set sending rate with rate_sample in any CA state
Yuchung Cheng
2016-09-21
1
-3
/
+14
|
*
|
tcp: allow congestion control to expand send buffer differently
Yuchung Cheng
2016-09-21
1
-1
/
+3
|
*
|
tcp: track data delivery rate for a TCP connection
Yuchung Cheng
2016-09-21
1
-14
/
+32
|
*
|
tcp: count packets marked lost for a TCP connection
Neal Cardwell
2016-09-21
1
-1
/
+24
|
*
|
tcp: use windowed min filter library for TCP min_rtt estimation
Neal Cardwell
2016-09-21
1
-59
/
+5
|
*
|
tcp: fix a stale ooo_last_skb after a replace
Eric Dumazet
2016-09-16
1
-1
/
+2
|
*
|
tcp: better use ooo_last_skb in tcp_data_queue_ofo()
Eric Dumazet
2016-09-10
1
-1
/
+7
|
*
|
tcp: use an RB tree for ooo receive queue
Yaogong Wang
2016-09-08
1
-140
/
+190
*
|
|
netfilter: xt_socket: fix transparent match for IPv6 request sockets
KOVACS Krisztian
2016-09-25
1
-0
/
+1
|
/
/
*
/
tcp: refine tcp_prune_ofo_queue() to not drop all packets
Eric Dumazet
2016-08-18
1
-19
/
+28
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-07-29
1
-0
/
+3
|
\
|
*
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...
James Morris
2016-07-07
1
-0
/
+3
|
|
\
|
|
*
ipv6: Allow request socks to contain IPv6 options.
Huw Davies
2016-06-27
1
-0
/
+3
[next]