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