- 222a314 net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.c by Mianhan Liu · 3 years, 4 months ago
- e3faa49 tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQD by Luke Hsiao · 3 years, 5 months ago
- 5af84df Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 6 months ago
- 213ad73 tcp: disable TFO blackhole logic by default by Wei Wang · 3 years, 6 months ago
- e93abb8 net/tcp_fastopen: remove tcp_fastopen_ctx_lock by Eric Dumazet · 3 years, 6 months ago
- 6f20c8a net/tcp_fastopen: fix data races around tfo_active_disable_stamp by Eric Dumazet · 3 years, 6 months ago
- 974d8f8 ipv4: Fix spelling mistakes by Zheng Yongjun · 3 years, 8 months ago
- 72be0fe bpf: tcp: Add bpf_skops_established() by Martin KaFai Lau · 4 years, 5 months ago
- a1d2108 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
- f19008e tcp: correct read of TFO keys on big endian systems by Jason Baron · 4 years, 5 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 6 months ago
- 4802747 tcp: add TCP_INFO status for failed client TFO by Jason Baron · 5 years ago
- d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
- 438ac88 net: fastopen: robustness and endianness fixes for SipHash by Ard Biesheuvel · 6 years ago
- 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 85f9aa7 inet: clear num_timeout reqsk_alloc() by Eric Dumazet · 6 years ago
- c681eda net: ipv4: move tcp_fastopen server side code to SipHash library by Ard Biesheuvel · 6 years ago
- 948622f tcp: Make tcp_fastopen_alloc_ctx static by YueHaibing · 6 years ago
- 9092a76 tcp: add backup TFO key infrastructure by Jason Baron · 6 years ago
- 483642e tcp: introduce __tcp_fastopen_cookie_gen_cipher() by Christoph Paasch · 6 years ago
- 7268586 tcp: pause Fast Open globally after third consecutive timeout by Yuchung Cheng · 7 years ago
- 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 9eba935 tcp: fix a lockdep issue in tcp_fastopen_reset_cipher() by Eric Dumazet · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 71c0237 tcp: Configure TFO without cookie per socket and/or per route by Christoph Paasch · 7 years ago
- 1fba70e tcp: socket option to set TCP fast open key by Yuchung Cheng · 7 years ago
- 18a4c0e net: add rb_to_skb() and other rb tree helpers by Eric Dumazet · 7 years ago
- 27204aa tcp: uniform the set up of sockets after successful connection by Wei Wang · 7 years ago
- 3733be1 ipv4: Namespaceify tcp_fastopen_blackhole_timeout knob by Haishuang Yan · 7 years ago
- 4371384 ipv4: Namespaceify tcp_fastopen_key knob by Haishuang Yan · 7 years ago
- dd00059 ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once by Haishuang Yan · 7 years ago
- e1cfcbe ipv4: Namespaceify tcp_fastopen knob by Haishuang Yan · 7 years ago
- 1119936 tcp: Remove the unused parameter for tcp_try_fastopen. by Tonghao Zhang · 7 years ago
- 9872a4b bpf: Add TCP connection BPF callbacks by Lawrence Brakmo · 8 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- 46c2fa3 net/tcp_fastopen: Add snmp counter for blackhole detection by Wei Wang · 8 years ago
- cf1ef3f net/tcp_fastopen: Disable active side TFO in certain scenarios by Wei Wang · 8 years ago
- 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 19f6d3f net/tcp-fastopen: Add new API support by Wei Wang · 8 years ago
- 065263f net/tcp-fastopen: refactor cookie check logic by Wei Wang · 8 years ago
- 0dbd7ff tcp: initialize max window for a new fastopen socket by Alexey Kodanev · 8 years ago
- 003c941 tcp: fix tcp_fastopen unaligned access complaints on sparc by Shannon Nelson · 8 years ago
- 76061f6 tcp: fastopen: avoid negative sk_forward_alloc by Eric Dumazet · 8 years ago
- 28b346c tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/data by Neal Cardwell · 8 years ago
- c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 9 years ago
- 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
- 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
- a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 9 years ago
- e3e17b7 tcp: fastopen: call tcp_fin() if FIN present in SYNACK by Eric Dumazet · 9 years ago
- 9d69153 tcp: do not enqueue skb with SYN flag by Eric Dumazet · 9 years ago
- 61d2bca tcp: fastopen: accept data/FIN present in SYNACK message by Eric Dumazet · 9 years ago
- cf80e0e tcp: Use ahash by Herbert Xu · 9 years ago
- 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
- 7656d84 tcp: fix fastopen races vs lockless listener by Eric Dumazet · 9 years ago
- ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
- 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
- 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
- dfea2aa tcp: Do not call tcp_fastopen_reset_cipher from interrupt context by Christoph Paasch · 10 years ago
- d654976 tcp: fix a potential deadlock in tcp_get_info() by Eric Dumazet · 10 years ago
- bdd1f9e tcp: add tcpi_bytes_received to tcp_info by Eric Dumazet · 10 years ago
- 7f9b838 tcp: RFC7413 option support for Fast Open server by Daniel Lee · 10 years ago
- 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
- fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
- 0470c8c inet: fix request sock refcounting by Eric Dumazet · 10 years ago
- 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 10 years ago
- 13854e5 inet: add proper refcounting to request sock by Eric Dumazet · 10 years ago
- 74abc20 tcp: cleanup static functions by Eric Dumazet · 10 years ago
- ba34e6d tcp: make sure skb is not shared before using skb_get() by Eric Dumazet · 10 years ago
- 531c94a tcp: don't include Fast Open option in SYN-ACK on pure SYN-data by Yuchung Cheng · 10 years ago
- 41c9199 tcp: remove unnecessary assignment. by Li RongQing · 10 years ago
- 1784637 tcp: remove unnecessary tcp_sk assignment. by Dave Jones · 11 years ago
- 3a19ce0 tcp: IPv6 support for fastopen server by Daniel Lee · 11 years ago
- 843f4a5 tcp: use tcp_v4_send_synack on first SYN-ACK by Yuchung Cheng · 11 years ago
- 89278c9 tcp: simplify fast open cookie processing by Yuchung Cheng · 11 years ago
- 5b7ed08 tcp: move fastopen functions to tcp_fastopen.c by Yuchung Cheng · 11 years ago
- 0d41cca tcp: enable sockets to use MSG_FASTOPEN by default by Yuchung Cheng · 11 years ago
- 222e83d tcp: switch tcp_fastopen key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
- 149479d tcp: add server ip to encrypt cookie in fast open by Yuchung Cheng · 11 years ago
- 1046716 tcp: TCP Fast Open Server - header & support functions by Jerry Chu · 12 years ago
- 2100c8d net-tcp: Fast Open base by Yuchung Cheng · 13 years ago