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.c
Age
Commit message (
Expand
)
Author
2018-08-24
tcp: identify cryptic messages as TCP seq # bugs
Randy Dunlap
2018-07-25
net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
Lorenzo Colitti
2018-05-19
tcp: ignore Fast Open on repair mode
Yuchung Cheng
2018-05-16
tcp: fix TCP_REPAIR_QUEUE bound checking
Eric Dumazet
2018-04-29
tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
Eric Dumazet
2018-02-13
tcp: release sk_frag.page in tcp_disconnect
Li RongQing
2018-01-31
net: tcp: close sock if net namespace is exiting
Dan Streetman
2018-01-02
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
2017-11-21
tcp: provide timestamps for partial writes
Soheil Hassas Yeganeh
2017-09-20
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
Wei Wang
2017-07-21
tcp: reset sk_rx_dst in tcp_disconnect()
WANG Cong
2017-06-07
tcp: avoid fastopen API to be used on AF_UNSPEC
Wei Wang
2017-05-03
tcp: clear saved_syn in tcp_disconnect()
Eric Dumazet
2017-02-18
tcp: avoid infinite loop in tcp_splice_read()
Eric Dumazet
2016-11-03
tcp: fix return value for partial writes
Eric Dumazet
2016-11-03
tcp: fix potential memory corruption
Eric Dumazet
2016-10-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-10-07
mm: memcontrol: consolidate cgroup socket tracking
Johannes Weiner
2016-10-07
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-10-03
skb_splice_bits(): get rid of callback
Al Viro
2016-09-21
tcp: export data delivery rate
Yuchung Cheng
2016-09-21
tcp: track application-limited rate samples
Soheil Hassas Yeganeh
2016-09-21
tcp: switch back to proper tcp_skb_cb size check in tcp_init()
Eric Dumazet
2016-09-21
tcp: use windowed min filter library for TCP min_rtt estimation
Neal Cardwell
2016-09-17
tcp: prepare skbs for better sack shifting
Eric Dumazet
2016-09-08
tcp: use an RB tree for ooo receive queue
Yaogong Wang
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-28
tcp: Set read_sock and peek_len proto_ops
Tom Herbert
2016-08-23
net: diag: Fix refcnt leak in error path destroying socket
David Ahern
2016-08-19
tcp: md5: remove tcp_md5_hash_header()
Eric Dumazet
2016-07-01
tcp: md5: use kmalloc() backed scratch areas
Eric Dumazet
2016-06-30
tcp: add an ability to dump and restore window parameters
Andrey Vagin
2016-05-04
tcp: guarantee forward progress in tcp_sendmsg()
Eric Dumazet
2016-05-02
tcp: make tcp_sendmsg() aware of socket backlog
Eric Dumazet
2016-05-02
tcp: do not block bh during prequeue processing
Eric Dumazet
2016-05-02
tcp: do not assume TCP code is non preemptible
Eric Dumazet
2016-04-28
tcp: Make use of MSG_EOR in tcp_sendmsg
Martin KaFai Lau
2016-04-28
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
Soheil Hassas Yeganeh
2016-04-28
tcp: remove an unnecessary check in tcp_tx_timestamp
Soheil Hassas Yeganeh
2016-04-27
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
2016-04-27
net: tcp: rename TCP_INC_STATS_BH
Eric Dumazet
2016-04-27
net: snmp: kill various STATS_USER() helpers
Eric Dumazet
2016-04-04
sock: enable timestamping using control messages
Soheil Hassas Yeganeh
2016-04-04
tcp: use one bit in TCP_SKB_CB to mark ACK timestamps
Soheil Hassas Yeganeh
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-03-14
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
Martin KaFai Lau
2016-03-09
tcp: Add tcp_inq to get available receive bytes on socket
Tom Herbert
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-17
tcp: correctly crypto_alloc_hash return check
Insu Yun
[next]