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_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, Colibri and Verdin modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
Age
Commit message (
Expand
)
Author
2018-09-21
tcp: provide earliest departure time in skb->tstamp
Eric Dumazet
2018-09-21
tcp: add tcp_wstamp_ns socket field
Eric Dumazet
2018-09-21
tcp: introduce tcp_skb_timestamp_us() helper
Eric Dumazet
2018-09-21
tcp: switch tcp_clock_ns() to CLOCK_TAI base
Eric Dumazet
2018-08-16
tcp, ulp: add alias for all ulp modules
Daniel Borkmann
2018-08-11
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
Martin KaFai Lau
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-21
net/ipv6: Fix linklocal to global address with VRF
David Ahern
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
2018-07-20
tcp: do not cancel delay-AcK on DCTCP special ACK
Yuchung Cheng
2018-07-13
tcp: remove DELAYED ACK events in DCTCP
Yuchung Cheng
2018-07-12
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
2018-07-11
tcp: expose both send and receive intervals for rate sample
Deepti Raghavan
2018-07-07
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
2018-06-22
tcp_bbr: fix bbr pacing rate for internal pacing
Eric Dumazet
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-05-31
tcp: minor optimization around tcp_hdr() usage in receive path
Yafang Shao
2018-05-26
net/tcp: convert to ->poll_mask
Christoph Hellwig
2018-05-18
tcp: add SACK compression
Eric Dumazet
2018-05-18
tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()
Eric Dumazet
2018-05-17
tcp: new helper tcp_rack_skb_timeout
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: support DUPACK threshold in RACK
Yuchung Cheng
2018-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-16
ipv{4,6}/tcp: simplify procfs registration
Christoph Hellwig
2018-05-15
bpf: sockmap, refactor sockmap routines to work with hashmap
John Fastabend
2018-05-11
tcp: switch pacing timer to softirq based hrtimer
Eric Dumazet
2018-05-01
tcp: Add clean acked data hook
Ilya Lesokhin
2018-04-16
tcp: implement mmap() for zero copy receive
Eric Dumazet
2018-04-16
tcp: avoid extra wakeups for SO_RCVLOWAT users
Eric Dumazet
2018-04-16
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
Eric Dumazet
2018-03-01
tcp_bbr: better deal with suboptimal GSO (II)
Eric Dumazet
2018-02-14
tcp: try to keep packet if SYN_RCV race is lost
Eric Dumazet
2018-02-06
bpf: sockmap, add sock close() hook to remove socks
John Fastabend
2018-02-06
net: add a UID to use for ULP socket assignment
John Fastabend
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-25
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
2018-01-25
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
2018-01-19
tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR
Yuchung Cheng
2017-12-13
tcp: pause Fast Open globally after third consecutive timeout
Yuchung Cheng
2017-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2017-12-08
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
[next]