1. 26fad52 Merge 4.9.164 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  2. 40852d5 tcp: handle inet_csk_reqsk_queue_add() failures by Guillaume Nault · 5 years ago
  3. 44a3afc Merge 4.9.63 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  4. 2ffd261 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  5. 02f29ab Merge 4.9.42 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. a62bc8d ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() by Alexander Potapenko · 7 years ago
  7. 5044292 UPSTREAM: net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 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. 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 8 years ago
  11. 12ed824 ipv4: Namespaceify tcp syncookies sysctl knob by Nikolay Borisov · 8 years ago
  12. 6dd9a14 net: Allow accepted sockets to be bound to l3mdev domain by David Ahern · 8 years ago
  13. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  14. ed53d0a net: shrink struct sock and request_sock by 8 bytes by Eric Dumazet · 9 years ago
  15. 6bcfd7f tcp: fix RFS vs lockless listeners by Eric Dumazet · 9 years ago
  16. a1a5344 tcp: avoid two atomic ops for syncookies by Eric Dumazet · 9 years ago
  17. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  18. 3f684b4 tcp: cookie_init_sequence() cleanups by Eric Dumazet · 9 years ago
  19. 0f1c28a tcp: usec resolution SYN/ACK RTT by Yuchung Cheng · 9 years ago
  20. b80c0e7 tcp: get_cookie_sock() consolidation by Eric Dumazet · 9 years ago
  21. 0144a81 tcp: fix ipv4 mapped request socks by Eric Dumazet · 9 years ago
  22. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 9 years ago
  23. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 9 years ago
  24. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 9 years ago
  25. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 9 years ago
  26. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  27. 13854e5 inet: add proper refcounting to request sock by Eric Dumazet · 9 years ago
  28. 16f8616 inet: fill request sock ir_iif for IPv4 by Eric Dumazet · 9 years ago
  29. 3f66b08 inet: introduce ireq_family by Eric Dumazet · 9 years ago
  30. d77c555 net: fix CONFIG_NET_NS=n compilation by Eric Dumazet · 9 years ago
  31. 33cf7c9 net: add real socket cookies by Eric Dumazet · 9 years ago
  32. f7b3bec net: allow setting ecn via routing table by Florian Westphal · 10 years ago
  33. f167338 syncookies: split cookie_check_timestamp() into two functions by Florian Westphal · 10 years ago
  34. 274e2da syncookies: avoid magic values and document which-bit-is-what-option by Florian Westphal · 10 years ago
  35. 646697b syncookies: only increment SYNCOOKIESFAILED on validation error by Florian Westphal · 10 years ago
  36. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  37. 461b74c ipv4: clean up cookie_v4_check() by Cong Wang · 10 years ago
  38. e25f866 ipv4: share tcp_v4_save_options() with cookie_v4_check() by Cong Wang · 10 years ago
  39. 2077eeb ipv4: call __ip_options_echo() in cookie_v4_check() by Cong Wang · 10 years ago
  40. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  41. 253ff51 tcp: syncookies: mark cookie_secret read_mostly by Florian Westphal · 10 years ago
  42. 903ceff net: Replace get_cpu_var through this_cpu_ptr by Christoph Lameter · 10 years ago
  43. 57b4755 tcp: cookie_v4_init_sequence: skb should be const by Octavian Purdila · 10 years ago
  44. 84f39b0 net: support marking accepting TCP sockets by Lorenzo Colitti · 10 years ago
  45. 0c9a67d ipv4: fix checkpatch error "space prohibited" by Weilong Chen · 10 years ago
  46. b23a002 inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  47. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  48. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  49. 0862935 tcp: syncookies: reduce mss table to four values by Florian Westphal · 11 years ago
  50. 8c27bd7 tcp: syncookies: reduce cookie lifetime to 128 seconds by Florian Westphal · 11 years ago
  51. 0198230 net: syncookies: export cookie_v4_init_sequence/cookie_v4_check by Patrick McHardy · 11 years ago
  52. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  53. d66954a tcp: incoming connections might use wrong route under synflood by Dmitry Popov · 11 years ago
  54. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  55. 5d134f1 tcp: make sysctl_tcp_ecn namespace aware by Hannes Frederic Sowa · 11 years ago
  56. e6c022a tcp: better retrans tracking for defer-accept by Eric Dumazet · 12 years ago
  57. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  58. 2100c8d net-tcp: Fast Open base by Yuchung Cheng · 12 years ago
  59. dfd25ff tcp: fix syncookie regression by Eric Dumazet · 12 years ago
  60. ab56222 tcp: Replace constants with #define macros by Vijay Subramanian · 12 years ago
  61. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  62. cf533ea tcp: add const qualifiers where possible by Eric Dumazet · 13 years ago
  63. f0e3d068 tcp: initialize variable ecn_ok in syncookies path by Mike Waychison · 13 years ago
  64. 9ad7c04 tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side by Jerry Chu · 13 years ago
  65. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  66. 1bba6ff ipv4: Use flowi4_init_output() in cookie_v4_check() by David S. Miller · 13 years ago
  67. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  68. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  69. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  70. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  71. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  72. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  73. 172d69e syncookies: add support for ECN by Florian Westphal · 14 years ago
  74. 734f614 syncookies: do not store rcv_wscale in tcp timestamp by Florian Westphal · 14 years ago
  75. 8c76368 syncookies: check decoded options against sysctl settings by Florian Westphal · 14 years ago
  76. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  77. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  78. 5918e2f syncookies: update mss tables by Florian Westphal · 14 years ago
  79. af9b473 syncookies: avoid unneeded tcp header flag double check by Florian Westphal · 14 years ago
  80. c446492 tcp: use correct net ns in cookie_v4_check() by Eric Dumazet · 14 years ago
  81. 31d1292 net: Add rtnetlink init_rcvwnd to set the TCP initial receive window by laurent chavey · 14 years ago
  82. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 14 years ago
  83. 4957faade TCPCT part 1g: Responder Cookie => Initiator by William Allen Simpson · 14 years ago
  84. 022c3f7 Allow tcp_parse_options to consult dst entry by Gilad Ben-Yossef · 15 years ago
  85. ffce908 net: Add sk_mark route lookup support for IPv4 listening sockets by Atis Elsts · 15 years ago
  86. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  87. 204fba4 percpu: cleanup percpu array definitions by Tejun Heo · 15 years ago
  88. a0f82f6 syncookies: remove last_synq_overflow from struct tcp_sock by Florian Westphal · 15 years ago
  89. 284904a lsm: Relocate the IPv4 security_inet_conn_request() hooks by Paul Moore · 15 years ago
  90. a3116ac5 tcp: Port redirection support for TCP by KOVACS Krisztian · 16 years ago
  91. 86b08d8 ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible by KOVACS Krisztian · 16 years ago
  92. 16df845 syncookies: Make sure ECN is disabled by Florian Westphal · 16 years ago
  93. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  94. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  95. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  96. ce4a7d0 inet{6}_request_sock: Init ->opt and ->pktopts in the constructor by Arnaldo Carvalho de Melo · 16 years ago
  97. 4dfc281 [Syncookies]: Add support for TCP options via timestamps. by Florian Westphal · 16 years ago
  98. 2051f11 [TCP]: Shrink syncookie_secret by 8 byte. by Florian Westphal · 16 years ago
  99. c6aefaf [TCP]: Add IPv6 support to TCP SYN cookies by Glenn Griffin · 16 years ago
  100. 11baab7 [TCP]: lower stack usage in cookie_hash() function by Eric Dumazet · 16 years ago