1. b267cdd tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc() by Eric Dumazet · 10 years ago
  2. 8d2675f tcp: move synflood_warned into struct request_sock_queue by Eric Dumazet · 10 years ago
  3. aac065c tcp: move qlen/young out of struct listen_sock by Eric Dumazet · 10 years ago
  4. fff1f30 tcp: add a spinlock to protect struct request_sock_queue by Eric Dumazet · 10 years ago
  5. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 10 years ago
  6. 2985aaa tcp: constify tcp_syn_flood_action() socket argument by Eric Dumazet · 10 years ago
  7. a00e744 tcp/dccp: constify send_synack and send_reset socket argument by Eric Dumazet · 10 years ago
  8. 1b70e97 inet: constify inet_rtx_syn_ack() sock argument by Eric Dumazet · 10 years ago
  9. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 10 years ago
  10. cd8ae85 tcp: provide SYN headers for passive connections by Eric Dumazet · 10 years ago
  11. b357a36 inet: fix possible panic in reqsk_queue_unlink() by Eric Dumazet · 10 years ago
  12. b282705 net: convert syn_wait_lock to a spinlock by Eric Dumazet · 10 years ago
  13. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 10 years ago
  14. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  15. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 10 years ago
  16. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 10 years ago
  17. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 10 years ago
  18. 4e9a578 inet: add rsk_listener field to struct request_sock by Eric Dumazet · 10 years ago
  19. 13854e5 inet: add proper refcounting to request sock by Eric Dumazet · 10 years ago
  20. 41b822c inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state by Eric Dumazet · 10 years ago
  21. 1e2e011 inet: add rsk_refcnt/ireq_refcnt to request socks by Eric Dumazet · 10 years ago
  22. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 12 years ago
  23. c0f4502 request_sock.h: Remove extern from function prototypes by Joe Perches · 12 years ago
  24. 3fb62c5 net: remove a stale comment for dl_next by Eric Dumazet · 12 years ago
  25. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 12 years ago
  26. e6c022a tcp: better retrans tracking for defer-accept by Eric Dumazet · 13 years ago
  27. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 13 years ago
  28. 1046716 tcp: TCP Fast Open Server - header & support functions by Jerry Chu · 13 years ago
  29. 946cedc tcp: Change possible SYN flooding messages by Eric Dumazet · 14 years ago
  30. 72659ec tcp: account SYN-ACK timeouts & retransmissions by Octavian Purdila · 16 years ago
  31. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 16 years ago
  32. 7e56b5d net: Fix memory leak in the proto_register function by Catalin Marinas · 17 years ago
  33. 6edafaa tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup by Gui Jianfeng · 17 years ago
  34. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 17 years ago
  35. ec0a196 tcp: Revert 'process defer accept as established' changes. by David S. Miller · 17 years ago
  36. 4dfc281 [Syncookies]: Add support for TCP options via timestamps. by Florian Westphal · 17 years ago
  37. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 17 years ago
  38. fd80eb9 [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. by Denis V. Lunev · 17 years ago
  39. dab6ba3 [INET]: Fix potential kfree on vmalloc-ed area of request_sock_queue by Pavel Emelyanov · 18 years ago
  40. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 19 years ago
  41. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 19 years ago
  42. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 19 years ago
  43. 72a3eff [NET]: Size listen hash tables using backlog hint by Eric Dumazet · 19 years ago
  44. 6b87769 SELinux: Return correct context for SO_PEERSEC by Venkat Yekkirala · 19 years ago
  45. 4237c75 [MLSXFRM]: Auto-labeling of child sockets by Venkat Yekkirala · 19 years ago
  46. 3eb4801 [NET]: drop duplicate assignment in request_sock by Norbert Kiesel · 19 years ago
  47. 8129765 [IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add by Arnaldo Carvalho de Melo · 20 years ago
  48. a019d6f [ICSK]: Move generalised functions from tcp to inet_connection_sock by Arnaldo Carvalho de Melo · 20 years ago
  49. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 20 years ago
  50. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 20 years ago
  51. 83e3609 [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy by Arnaldo Carvalho de Melo · 20 years ago
  52. 2ad69c5 [NET] rename struct tcp_listen_opt to struct listen_sock by Arnaldo Carvalho de Melo · 20 years ago
  53. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 20 years ago
  54. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 20 years ago
  55. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 20 years ago