1. acffb58 net: diag: add a scheduling point in inet_diag_dump_icsk() by Eric Dumazet · 8 years ago
  2. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 9 years ago
  3. 7c13067 net: diag: support v4mapped sockets in inet_diag_find_one_icsk() by Eric Dumazet · 9 years ago
  4. 6eb5d2e net: diag: Support SOCK_DESTROY for inet sockets. by Lorenzo Colitti · 9 years ago
  5. b613f56 net: diag: split inet_diag_dump_one_icsk into two by Lorenzo Colitti · 9 years ago
  6. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  7. aac065c tcp: move qlen/young out of struct listen_sock by Eric Dumazet · 9 years ago
  8. 8220ea2 net: inet_diag: always export IPV6_V6ONLY sockopt for listening sockets by Phil Sutter · 9 years ago
  9. 2046215 net: inet_diag: export IPV6_V6ONLY sockopt by Phil Sutter · 9 years ago
  10. 3b18844 inet_diag: Remove _bh suffix in inet_diag_dump_reqs(). by Hiroaki SHIMODA · 9 years ago
  11. e0df02e sock_diag: fetch source port from inet_sock by Craig Gallek · 9 years ago
  12. 35ac838 sock_diag: implement a get_info handler for inet by Craig Gallek · 9 years ago
  13. 3fd22af sock_diag: specify info_size per inet protocol by Craig Gallek · 9 years ago
  14. 64f40ff tcp: prepare CC get_info() access from getsockopt() by Eric Dumazet · 9 years ago
  15. 521f1cf inet_diag: fix access to tcp cc information by Eric Dumazet · 9 years ago
  16. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 9 years ago
  17. b282705 net: convert syn_wait_lock to a spinlock by Eric Dumazet · 9 years ago
  18. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  19. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 9 years ago
  20. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 9 years ago
  21. a58917f inet_diag: allow sk_diag_fill() to handle request socks by Eric Dumazet · 9 years ago
  22. a445834 inet_diag: factorize code in new inet_diag_msg_common_fill() helper by Eric Dumazet · 9 years ago
  23. a07c920 inet_diag: adjust inet_sk_diag_fill() bug condition by Eric Dumazet · 9 years ago
  24. 16f8616 inet: fill request sock ir_iif for IPv4 by Eric Dumazet · 9 years ago
  25. c8e2c80 inet_diag: fix possible overflow in inet_diag_dump_one_icsk() by Eric Dumazet · 9 years ago
  26. 3f66b08 inet: introduce ireq_family by Eric Dumazet · 9 years ago
  27. d4f0687 inet: get_openreq4() & get_openreq6() do not need listener by Eric Dumazet · 9 years ago
  28. 33cf7c9 net: add real socket cookies by Eric Dumazet · 9 years ago
  29. 34160ea inet_diag: add const to inet_diag_req_v2 by Eric Dumazet · 9 years ago
  30. e31c5e0 inet_diag: cleanups by Eric Dumazet · 9 years ago
  31. 4961272 inet_diag: remove duplicate code from inet_twsk_diag_dump() by Eric Dumazet · 10 years ago
  32. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  33. 70315d2 inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait sockets by Neal Cardwell · 11 years ago
  34. b1aac81 net: inet_diag: zero out uninitialized idiag_{src,dst} fields by Daniel Borkmann · 11 years ago
  35. c1d607c inet_diag: use sock_gen_put() by Eric Dumazet · 11 years ago
  36. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  37. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  38. 05dbc7b tcp/dccp: remove twchain by Eric Dumazet · 11 years ago
  39. 96f817f tcp: shrink tcp6_timewait_sock by one cache line by Eric Dumazet · 11 years ago
  40. e32123e netlink: rename ssk to sk in struct netlink_skb_params by Patrick McHardy · 11 years ago
  41. 6ba8a3b tcp: Tail loss probe (TLP) by Nandita Dukkipati · 11 years ago
  42. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  43. 5e1f542 inet_diag: validate port comparison byte code to prevent unsafe reads by Neal Cardwell · 12 years ago
  44. f67caec inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run() by Neal Cardwell · 12 years ago
  45. 405c005 inet_diag: validate byte code to prevent oops in inet_diag_bc_run() by Neal Cardwell · 12 years ago
  46. 1c95df8 inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state by Neal Cardwell · 12 years ago
  47. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  48. cacb6ba net: inet_diag -- Return error code if protocol handler is missed by Cyrill Gorcunov · 12 years ago
  49. e6c022a tcp: better retrans tracking for defer-accept by Eric Dumazet · 12 years ago
  50. e4e541a sock-diag: Report shutdown for inet and unix sockets (v2) by Pavel Emelyanov · 12 years ago
  51. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  52. d06ca95 userns: Teach inet_diag to work with user namespaces by Eric W. Biederman · 12 years ago
  53. 51d7ccc net: make sock diag per-namespace by Andrey Vagin · 12 years ago
  54. 6e277ed inet_diag: Do not use RTA_PUT() macros by Thomas Graf · 12 years ago
  55. d106352 inet_diag: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  56. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  57. 8dcf01f net: sock_diag_handler structs can be const by Shan Wei · 12 years ago
  58. 62ad6fc udp_diag: implement idiag_get_info for udp/udplite to get queue information by Shan Wei · 12 years ago
  59. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 13 years ago
  60. 3b09c84 inet_diag: Rename inet_diag_req_compat into inet_diag_req by Pavel Emelyanov · 13 years ago
  61. c899136 inet_diag: Rename inet_diag_req into inet_diag_req_v2 by Pavel Emelyanov · 13 years ago
  62. c0636fa inet_diag: Add the SKMEMINFO extension by Pavel Emelyanov · 13 years ago
  63. f65c1b5 sock_diag: Generalize requests cookies managements by Pavel Emelyanov · 13 years ago
  64. aec8dc6 sock_diag: Fix module netlink aliases by Pavel Emelyanov · 13 years ago
  65. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  66. 1942c51 inet_diag: Generalize inet_diag dump and get_exact calls by Pavel Emelyanov · 13 years ago
  67. 3c4d05c inet_diag: Introduce the inet socket dumping routine by Pavel Emelyanov · 13 years ago
  68. 8d07d15 inet_diag: Introduce the byte-code run on an inet socket by Pavel Emelyanov · 13 years ago
  69. efb3cb4 inet_diag: Split inet_diag_get_exact into parts by Pavel Emelyanov · 13 years ago
  70. 476f7db inet_diag: Split inet_diag_get_exact into parts by Pavel Emelyanov · 13 years ago
  71. b005ab4 inet_diag: Export inet diag cookie checking routine by Pavel Emelyanov · 13 years ago
  72. 87c22ea inet_diag: Reduce the number of args for bytecode run routine by Pavel Emelyanov · 13 years ago
  73. 7b35ead inet_diag: Remove indirect sizeof from inet diag handlers by Pavel Emelyanov · 13 years ago
  74. 8ef874b sock_diag: Move the sock_ code to net/core/ by Pavel Emelyanov · 13 years ago
  75. a029fe2 inet_diag: Cleanup type2proto last user by Pavel Emelyanov · 13 years ago
  76. d23deaa inet_diag: Introduce socket family checks by Pavel Emelyanov · 13 years ago
  77. 25c4cd2 inet_diag: Switch the _dump to work with new header by Pavel Emelyanov · 13 years ago
  78. fe50ce2 inet_diag: Switch the _get_exact to work with new header by Pavel Emelyanov · 13 years ago
  79. 126fdc3 inet_diag: Introduce new inet_diag_req header by Pavel Emelyanov · 13 years ago
  80. d366477 sock_diag: Initial skeleton by Pavel Emelyanov · 13 years ago
  81. f13c95f inet_diag: Switch from _GETSOCK to IPPROTO_ numbers by Pavel Emelyanov · 13 years ago
  82. 37f352b inet_diag: Move byte-code finding up the call-stack by Pavel Emelyanov · 13 years ago
  83. 8d34172 sock_diag: Introduce new message type by Pavel Emelyanov · 13 years ago
  84. 7f1fb60 inet_diag: Partly rename inet_ to sock_ by Pavel Emelyanov · 13 years ago
  85. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  86. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  87. 717b6d8 net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 sockets by Maciej Żenczykowski · 13 years ago
  88. 06236ac net-netlink: Add a new attribute to expose TCLASS values via netlink by Maciej Żenczykowski · 13 years ago
  89. 3ceca74 net-netlink: Add a new attribute to expose TOS values via netlink by Murali Raja · 13 years ago
  90. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  91. eeb1497 inet_diag: fix inet_diag_bc_audit() by Eric Dumazet · 13 years ago
  92. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  93. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  94. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 14 years ago
  95. 0ab03c2 netlink: test for all flags of the NLM_F_DUMP composite by Jan Engelhardt · 14 years ago
  96. 22e76c8 inet_diag: Make sure we actually run the same bytecode we audited. by Nelson Elhage · 14 years ago
  97. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  98. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  99. b4ced2b netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run() by Roel Kluin · 15 years ago
  100. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago