index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
2018-10-18
net: add rb_to_skb() and other rb tree helpers
Eric Dumazet
2018-10-18
tcp/dccp: fix lockdep issue when SYN is backlogged
Eric Dumazet
2018-08-09
tcp: add tcp_ooo_try_coalesce() helper
Eric Dumazet
2018-08-06
tcp: add one more quick ack after after ECN events
Eric Dumazet
2018-08-06
tcp: refactor tcp_ecn_check_ce to remove sk type cast
Yousuk Seung
2018-08-06
tcp: do not aggressively quick ack after ECN events
Eric Dumazet
2018-08-06
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
Eric Dumazet
2018-08-06
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
2018-07-28
tcp: call tcp_drop() from tcp_data_queue_ofo()
Eric Dumazet
2018-07-28
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
Eric Dumazet
2018-07-28
tcp: avoid collapses in tcp_prune_queue() if possible
Eric Dumazet
2018-07-28
tcp: free batches of packets in tcp_prune_ofo_queue()
Eric Dumazet
2018-07-28
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
2018-07-22
tcp: prevent bogus FRTO undos with non-SACK flows
Ilpo Järvinen
2018-06-26
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
Eric Dumazet
2018-06-06
tcp: avoid integer overflows in tcp_rcv_space_adjust()
Eric Dumazet
2018-04-29
tcp: don't read out-of-bounds opsize
Jann Horn
2018-04-13
tcp: better validation of received ack sequences
Eric Dumazet
2018-03-24
tcp: remove poll() flakes with FastOpen
Eric Dumazet
2018-01-02
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
2017-12-09
tcp: correct memory barrier usage in tcp_check_space()
Jason Baron
2017-11-18
tcp/dccp: fix ireq->opt races
Eric Dumazet
2017-08-30
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
2017-08-12
tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
Yuchung Cheng
2017-06-07
tcp: eliminate negative reordering in tcp_clean_rtx_queue
Soheil Hassas Yeganeh
2017-06-07
tcp: avoid fragmenting peculiar skbs in SACK
Yuchung Cheng
2017-03-30
tcp: initialize icsk_ack.lrcvtime at session start time
Eric Dumazet
2017-03-22
tcp/dccp: block BH for SYN processing
Eric Dumazet
2016-12-06
tcp: warn on bogus MSS and try to amend it
Marcelo Ricardo Leitner
2016-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2016-09-25
netfilter: xt_socket: fix transparent match for IPv6 request sockets
KOVACS Krisztian
2016-09-23
tcp: fix a compile error in DBGUNDO()
Eric Dumazet
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-22
tcp: properly account Fast Open SYN-ACK retrans
Yuchung Cheng
2016-09-21
tcp: new CC hook to set sending rate with rate_sample in any CA state
Yuchung Cheng
2016-09-21
tcp: allow congestion control to expand send buffer differently
Yuchung Cheng
2016-09-21
tcp: track data delivery rate for a TCP connection
Yuchung Cheng
2016-09-21
tcp: count packets marked lost for a TCP connection
Neal Cardwell
2016-09-21
tcp: use windowed min filter library for TCP min_rtt estimation
Neal Cardwell
2016-09-16
tcp: fix a stale ooo_last_skb after a replace
Eric Dumazet
2016-09-10
tcp: better use ooo_last_skb in tcp_data_queue_ofo()
Eric Dumazet
2016-09-08
tcp: use an RB tree for ooo receive queue
Yaogong Wang
2016-08-18
tcp: refine tcp_prune_ofo_queue() to not drop all packets
Eric Dumazet
2016-07-29
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-07-15
tcp: enable per-socket rate limiting of all 'challenge acks'
Jason Baron
2016-07-11
tcp: make challenge acks less predictable
Eric Dumazet
2016-07-07
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...
James Morris
2016-06-27
ipv6: Allow request socks to contain IPv6 options.
Huw Davies
[next]