index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.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-07-01
tcp: prevent bogus FRTO undos with non-SACK flows
Ilpo Järvinen
2018-06-28
tcp: add one more quick ack after after ECN events
Eric Dumazet
2018-06-05
tcp: refactor tcp_ecn_check_ce to remove sk type cast
Yousuk Seung
2018-05-31
tcp: minor optimization around tcp_hdr() usage in receive path
Yafang Shao
2018-05-22
tcp: do not aggressively quick ack after ECN events
Eric Dumazet
2018-05-22
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
Eric Dumazet
2018-05-18
tcp: add tcp_comp_sack_nr sysctl
Eric Dumazet
2018-05-18
tcp: add tcp_comp_sack_delay_ns sysctl
Eric Dumazet
2018-05-18
tcp: add SACK compression
Eric Dumazet
2018-05-18
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
2018-05-17
tcp: don't mark recently sent packets lost on RTO
Yuchung Cheng
2018-05-17
tcp: new helper tcp_rack_skb_timeout
Yuchung Cheng
2018-05-17
tcp: separate loss marking and state update on RTO
Yuchung Cheng
2018-05-17
tcp: new helper tcp_timeout_mark_lost
Yuchung Cheng
2018-05-17
tcp: account lost retransmit after timeout
Yuchung Cheng
2018-05-17
tcp: simpler NewReno implementation
Yuchung Cheng
2018-05-17
tcp: disable RFC6675 loss detection
Yuchung Cheng
2018-05-01
tcp: Add clean acked data hook
Ilya Lesokhin
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-24
Revert "net: init sk_cookie for inet socket"
Yafang Shao
2018-04-23
net: init sk_cookie for inet socket
Yafang Shao
2018-04-23
net: introduce a new tracepoint for tcp_rcv_space_adjust
Yafang Shao
2018-04-23
tcp: don't read out-of-bounds opsize
Jann Horn
2018-04-19
tcp: export packets delivery info
Yuchung Cheng
2018-04-19
tcp: track total bytes delivered with ECN CE marks
Yuchung Cheng
2018-04-19
tcp: new helper to calculate newly delivered
Yuchung Cheng
2018-04-19
tcp: better delivery accounting for SYN-ACK and SYN-data
Yuchung Cheng
2018-04-16
tcp: avoid extra wakeups for SO_RCVLOWAT users
Eric Dumazet
2018-04-16
tcp: fix delayed acks behavior for SO_RCVLOWAT
Eric Dumazet
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-25
net/ipv4: disable SMC TCP option with SYN Cookies
Hans Wippel
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-28
tcp: purge write queue upon RST
Soheil Hassas Yeganeh
2018-02-28
tcp: revert F-RTO extension to detect more spurious timeouts
Yuchung Cheng
2018-02-28
tcp: revert F-RTO middle-box workaround
Yuchung Cheng
2018-02-21
tcp: remove sk_can_gso() use
Eric Dumazet
2018-02-14
tcp: try to keep packet if SYN_RCV race is lost
Eric Dumazet
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-01-19
tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR
Yuchung Cheng
2018-01-19
tcp: avoid min-RTT overestimation from delayed ACKs
Yuchung Cheng
2018-01-02
net: tcp: Add trace events for TCP congestion window tracing
Masami Hiramatsu
2017-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-13
tcp: fix potential underestimation on rcv_rtt
Wei Wang
2017-12-12
tcp: smoother receiver autotuning
Eric Dumazet
2017-12-12
tcp: avoid integer overflows in tcp_rcv_space_adjust()
Eric Dumazet
2017-12-12
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
Eric Dumazet
2017-12-08
tcp: always evaluate losses in RACK upon undo
Yuchung Cheng
2017-12-08
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
2017-12-07
tcp: use current time in tcp_rcv_space_adjust()
Eric Dumazet
2017-11-19
tcp: when scheduling TLP, time of RTO should account for current ACK
Neal Cardwell
[next]