1. c25eb3b net: Convert TCP/DCCP listening hash tables to use RCU by Eric Dumazet · 16 years ago
  2. 7e3aab4 inet_diag: Missed conversion after changing inet ehash lockl to spinlocks. by David S. Miller · 16 years ago
  3. 5caea4e net: listening_hash get a spinlock per bucket by Eric Dumazet · 16 years ago
  4. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago
  5. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  6. 6be547a inet_diag: Add empty bucket optimization to inet_diag too by Andi Kleen · 16 years ago
  7. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  8. d86e0da [NETNS]: Tcp-v6 sockets per-net lookup. by Pavel Emelyanov · 16 years ago
  9. c67499c [NETNS]: Tcp-v4 sockets per-net lookup. by Pavel Emelyanov · 16 years ago
  10. 8cf8e5a [INET_DIAG]: Fix inet_diag_lock_handler error path. by Arnaldo Carvalho de Melo · 16 years ago
  11. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 16 years ago
  12. d523a32 [INET]: Fix inet_diag dead-lock regression by Herbert Xu · 17 years ago
  13. 0769319 [INET]: Fix inet_diag register vs rcv race by Pavel Emelyanov · 17 years ago
  14. 230140c [INET]: Remove per bucket rwlock in tcp/dccp ehash table. by Eric Dumazet · 17 years ago
  15. 305e1e9 [INET]: Let inet_diag and friends autoload by Jean Delvare · 17 years ago
  16. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  17. 0cfad07 [NETLINK]: Avoid pointer in netlink_run_queue by Herbert Xu · 17 years ago
  18. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  19. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  20. 0a9c730 [INET_DIAG]: Fix oops in netlink_rcv_skb by Patrick McHardy · 17 years ago
  21. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  22. c702e80 [NETLINK]: Directly return -EINTR from netlink_dump_start() by Thomas Graf · 17 years ago
  23. ead592b [IPv4] diag: Use netlink_run_queue() to process the receive queue by Thomas Graf · 17 years ago
  24. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 17 years ago
  25. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 17 years ago
  26. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  27. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  28. dbca9b275 [NET]: change layout of ehash table by Eric Dumazet · 17 years ago
  29. 2693256 [NETLINK]: Don't BUG on undersized allocations by Patrick McHardy · 17 years ago
  30. 9f85529 [IPV4]: inet_diag annotations by Al Viro · 18 years ago
  31. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  32. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  33. dff2c03 [INET_DIAG]: Introduce sk_diag_fill by Arnaldo Carvalho de Melo · 19 years ago
  34. c7d58aa [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fill by Arnaldo Carvalho de Melo · 19 years ago
  35. 4e852c0 [INET_DIAG]: whitespace/simple cleanups by Arnaldo Carvalho de Melo · 19 years ago
  36. 7dbf075 [INET_DIAG]: Use inet_twsk() with TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  37. 0fa1a53 [IPV6]: Introduce inet6_timewait_sock by Arnaldo Carvalho de Melo · 19 years ago
  38. ca304b6 [IPV6]: Introduce inet6_rsk() by Arnaldo Carvalho de Melo · 19 years ago
  39. a8f74b2 [NETLINK]: Make netlink_callback->done() optional by Thomas Graf · 19 years ago
  40. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  41. 17b085e [INET_DIAG]: Move the tcp_diag interface to the proper place by Arnaldo Carvalho de Melo · 19 years ago
  42. a8c2190 [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch] by Arnaldo Carvalho de Melo · 19 years ago[Renamed (97%) from net/ipv4/tcp_diag.c]
  43. 73c1f4a [TCPDIAG]: Just rename everything to inet_diag by Arnaldo Carvalho de Melo · 19 years ago
  44. 4f5736c [TCPDIAG]: Introduce inet_diag_{register,unregister} by Arnaldo Carvalho de Melo · 19 years ago
  45. 505cbfc [IPV6]: Generalise the tcp_v6_lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  46. e41aac4 [TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCP by Arnaldo Carvalho de Melo · 19 years ago
  47. 540722f [TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK by Arnaldo Carvalho de Melo · 19 years ago
  48. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  49. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  50. e48c414 [INET]: Generalise the TCP sock ID lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  51. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  52. f3f05f7 [INET]: Generalise the tcp_listen_ lock routines by Arnaldo Carvalho de Melo · 19 years ago
  53. 6e04e02 [INET]: Move tcp_port_rover to inet_hashinfo by Arnaldo Carvalho de Melo · 19 years ago
  54. 0f7ff92 [INET]: Just rename the TCP hashtable functions/structs to inet_ by Arnaldo Carvalho de Melo · 19 years ago
  55. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  56. 056ede6 [TCP]: Report congestion control algorithm in tcp_diag. by Stephen Hemminger · 19 years ago
  57. 7c99c90 [TCP]: Change tcp_diag to use the existing __RTA_PUT() macro. by Stephen Hemminger · 19 years ago
  58. 317a76f [TCP]: Add pluggable congestion control algorithm infrastructure. by Stephen Hemminger · 19 years ago
  59. 2ad69c5 [NET] rename struct tcp_listen_opt to struct listen_sock by Arnaldo Carvalho de Melo · 19 years ago
  60. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 19 years ago
  61. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 19 years ago
  62. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 19 years ago
  63. 2a0a6eb [NETLINK]: Synchronous message processing. by Herbert Xu · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago