index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-22
tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
zhenggy
1
-1
/
+1
2020-10-29
tcp: fix to update snd_wl1 in bulk receiver fast path
Neal Cardwell
1
-0
/
+2
2020-07-31
tcp: allow at most one TLP probe per flight
Yuchung Cheng
1
-5
/
+6
2020-06-30
tcp: grow window for OOO packets only for SACK flows
Eric Dumazet
1
-2
/
+10
2020-01-23
tcp: fix marked lost packets not being retransmitted
Pengcheng Yang
1
-3
/
+4
2020-01-14
tcp: minimize false-positives on TCP/GRO check
Marcelo Ricardo Leitner
1
-5
/
+9
2020-01-12
tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK
Pengcheng Yang
1
-1
/
+4
2019-09-21
tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR
Neal Cardwell
1
-1
/
+1
2019-06-17
tcp: limit payload size of sacked skbs
Eric Dumazet
1
-6
/
+22
2019-06-17
tcp: reduce tcp_fastretrans_alert() verbosity
Eric Dumazet
1
-2
/
+2
2019-04-27
tcp: tcp_grow_window() needs to respect tcp_space()
Eric Dumazet
1
-5
/
+5
2019-03-27
tcp/dccp: drop SYN packets if accept queue is full
Eric Dumazet
1
-7
/
+1
2019-03-19
tcp: handle inet_csk_reqsk_queue_add() failures
Guillaume Nault
1
-1
/
+7
2018-10-18
net: add rb_to_skb() and other rb tree helpers
Eric Dumazet
1
-21
/
+12
2018-10-18
tcp/dccp: fix lockdep issue when SYN is backlogged
Eric Dumazet
1
-1
/
+3
2018-08-09
tcp: add tcp_ooo_try_coalesce() helper
Eric Dumazet
1
-2
/
+21
2018-08-06
tcp: add one more quick ack after after ECN events
Eric Dumazet
1
-2
/
+2
2018-08-06
tcp: refactor tcp_ecn_check_ce to remove sk type cast
Yousuk Seung
1
-12
/
+14
2018-08-06
tcp: do not aggressively quick ack after ECN events
Eric Dumazet
1
-2
/
+2
2018-08-06
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
Eric Dumazet
1
-11
/
+13
2018-08-06
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
1
-2
/
+0
2018-07-28
tcp: call tcp_drop() from tcp_data_queue_ofo()
Eric Dumazet
1
-2
/
+2
2018-07-28
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
Eric Dumazet
1
-2
/
+13
2018-07-28
tcp: avoid collapses in tcp_prune_queue() if possible
Eric Dumazet
1
-0
/
+3
2018-07-28
tcp: free batches of packets in tcp_prune_ofo_queue()
Eric Dumazet
1
-4
/
+11
2018-07-28
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
1
-1
/
+2
2018-07-22
tcp: prevent bogus FRTO undos with non-SACK flows
Ilpo Järvinen
1
-0
/
+9
2018-06-26
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
Eric Dumazet
1
-1
/
+1
2018-06-06
tcp: avoid integer overflows in tcp_rcv_space_adjust()
Eric Dumazet
1
-4
/
+6
2018-04-29
tcp: don't read out-of-bounds opsize
Jann Horn
1
-5
/
+2
2018-04-13
tcp: better validation of received ack sequences
Eric Dumazet
1
-13
/
+11
2018-03-24
tcp: remove poll() flakes with FastOpen
Eric Dumazet
1
-7
/
+9
2018-01-02
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
1
-2
/
+8
2017-12-10
tcp: correct memory barrier usage in tcp_check_space()
Jason Baron
1
-1
/
+1
2017-11-18
tcp/dccp: fix ireq->opt races
Eric Dumazet
1
-1
/
+1
2017-08-30
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
1
-2
/
+1
2017-08-13
tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
Yuchung Cheng
1
-2
/
+2
2017-06-07
tcp: eliminate negative reordering in tcp_clean_rtx_queue
Soheil Hassas Yeganeh
1
-1
/
+1
2017-06-07
tcp: avoid fragmenting peculiar skbs in SACK
Yuchung Cheng
1
-4
/
+5
2017-03-30
tcp: initialize icsk_ack.lrcvtime at session start time
Eric Dumazet
1
-1
/
+1
2017-03-22
tcp/dccp: block BH for SYN processing
Eric Dumazet
1
-2
/
+8
2016-12-06
tcp: warn on bogus MSS and try to amend it
Marcelo Ricardo Leitner
1
-1
/
+21
2016-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2016-09-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
1
-219
/
+276
2016-09-26
netfilter: xt_socket: fix transparent match for IPv6 request sockets
KOVACS Krisztian
1
-0
/
+1
2016-09-23
tcp: fix a compile error in DBGUNDO()
Eric Dumazet
1
-2
/
+1
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-09-22
tcp: properly account Fast Open SYN-ACK retrans
Yuchung Cheng
1
-1
/
+1
2016-09-21
tcp: new CC hook to set sending rate with rate_sample in any CA state
Yuchung Cheng
1
-3
/
+14
2016-09-21
tcp: allow congestion control to expand send buffer differently
Yuchung Cheng
1
-1
/
+3
[next]