1. d55e630 BACKPORT: net/tcp-fastopen: Add new API support by Wei Wang · 7 years ago
  2. b9fde3e UPSTREAM: net/tcp-fastopen: refactor cookie check logic by Wei Wang · 7 years ago
  3. 0c687a7 tcp: initialize max window for a new fastopen socket by Alexey Kodanev · 7 years ago
  4. 3524f64 tcp: fix tcp_fastopen unaligned access complaints on sparc by Shannon Nelson · 7 years ago
  5. 76061f6 tcp: fastopen: avoid negative sk_forward_alloc by Eric Dumazet · 8 years ago
  6. 28b346c tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/data by Neal Cardwell · 8 years ago
  7. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 8 years ago
  8. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  9. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  10. a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 8 years ago
  11. e3e17b7 tcp: fastopen: call tcp_fin() if FIN present in SYNACK by Eric Dumazet · 8 years ago
  12. 9d69153 tcp: do not enqueue skb with SYN flag by Eric Dumazet · 8 years ago
  13. 61d2bca tcp: fastopen: accept data/FIN present in SYNACK message by Eric Dumazet · 8 years ago
  14. cf80e0e tcp: Use ahash by Herbert Xu · 8 years ago
  15. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  16. 7656d84 tcp: fix fastopen races vs lockless listener by Eric Dumazet · 9 years ago
  17. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  18. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  19. 7c85af8 tcp: avoid reorders for TFO passive connections by Eric Dumazet · 9 years ago
  20. dfea2aa tcp: Do not call tcp_fastopen_reset_cipher from interrupt context by Christoph Paasch · 9 years ago
  21. d654976 tcp: fix a potential deadlock in tcp_get_info() by Eric Dumazet · 9 years ago
  22. bdd1f9e tcp: add tcpi_bytes_received to tcp_info by Eric Dumazet · 9 years ago
  23. 7f9b838 tcp: RFC7413 option support for Fast Open server by Daniel Lee · 9 years ago
  24. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  25. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 9 years ago
  26. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 9 years ago
  27. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 9 years ago
  28. 13854e5 inet: add proper refcounting to request sock by Eric Dumazet · 9 years ago
  29. 74abc20 tcp: cleanup static functions by Eric Dumazet · 9 years ago
  30. ba34e6d tcp: make sure skb is not shared before using skb_get() by Eric Dumazet · 9 years ago
  31. 531c94a tcp: don't include Fast Open option in SYN-ACK on pure SYN-data by Yuchung Cheng · 9 years ago
  32. 41c9199 tcp: remove unnecessary assignment. by Li RongQing · 10 years ago
  33. 1784637 tcp: remove unnecessary tcp_sk assignment. by Dave Jones · 10 years ago
  34. 3a19ce0 tcp: IPv6 support for fastopen server by Daniel Lee · 10 years ago
  35. 843f4a5 tcp: use tcp_v4_send_synack on first SYN-ACK by Yuchung Cheng · 10 years ago
  36. 89278c9 tcp: simplify fast open cookie processing by Yuchung Cheng · 10 years ago
  37. 5b7ed08 tcp: move fastopen functions to tcp_fastopen.c by Yuchung Cheng · 10 years ago
  38. 0d41cca tcp: enable sockets to use MSG_FASTOPEN by default by Yuchung Cheng · 11 years ago
  39. 222e83d tcp: switch tcp_fastopen key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  40. 149479d tcp: add server ip to encrypt cookie in fast open by Yuchung Cheng · 11 years ago
  41. 1046716 tcp: TCP Fast Open Server - header & support functions by Jerry Chu · 12 years ago
  42. 2100c8d net-tcp: Fast Open base by Yuchung Cheng · 12 years ago