1. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  2. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  3. fa86d32 [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3). by Pavel Emelyanov · 16 years ago
  4. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  5. 7e36763 [NET]: Fix race in generic address resolution. by Frank Blaschka · 16 years ago
  6. 0c65bab [NETNS]: Default arp parameters lookup. by Denis V. Lunev · 16 years ago
  7. 4ab438f [NETNS]: Register neighbour table parameters in the correct namespace. by Denis V. Lunev · 16 years ago
  8. 46ecf0b [NEIGHBOUR]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  9. bc4bf5f [NEIGH]: Fix race between neighbor lookup and table's hash_rnd update. by Pavel Emelyanov · 16 years ago
  10. da12f73 [NETNS]: Namespace leak in pneigh_lookup. by Denis V. Lunev · 16 years ago
  11. 9ff5660 Revert "[NDISC]: Fix race in generic address resolution" by David S. Miller · 16 years ago
  12. 69cc64d [NDISC]: Fix race in generic address resolution by David S. Miller · 16 years ago
  13. 06f0511 [ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c. by Denis V. Lunev · 17 years ago
  14. 14db413 [ARP]: Remove forward declaration of neigh_changeaddr. by Denis V. Lunev · 17 years ago
  15. 486b51d [ARP]: Remove overkill checks from neigh_param_alloc. by Denis V. Lunev · 17 years ago
  16. 4250846 [NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semantics by Denis V. Lunev · 17 years ago
  17. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  18. 426b530 [NETNS]: Modify the neighbour table code so it handles multiple network namespaces by Eric W. Biederman · 17 years ago
  19. a43d899 [NEIGH]: Make neigh_add_timer symmetrical to neigh_del_timer. by Pavel Emelyanov · 17 years ago
  20. c3bac5a [NEIGH]: Use the ctl paths to create neighbours sysctls by Pavel Emelyanov · 17 years ago
  21. 3c607bb [NEIGH]: Cleanup the neigh_sysctl_register by Pavel Emelyanov · 17 years ago
  22. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  23. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  24. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  25. cecbb63 [NEIGH]: Revert 'Fix race between neigh_parms_release and neightbl_fill_parms' by David S. Miller · 17 years ago
  26. 9cd4002 [NEIGH]: Fix race between neigh_parms_release and neightbl_fill_parms by Pavel Emelyanov · 17 years ago
  27. 3f192b5 [NET]: Remove /proc/net/stat/*_arp_cache upon module removal by Alexey Dobriyan · 17 years ago
  28. bfb85c9 [ATM]: Fix clip module reload crash. by Randy Dunlap · 17 years ago
  29. d12af67 sysctl: fix neighbour table sysctls. by Eric W. Biederman · 17 years ago
  30. 4ae2894 [NEIGH]: Ensure that pneigh_lookup is protected with RTNL by Pavel Emelyanov · 17 years ago
  31. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  32. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  33. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  34. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  35. d961db3 [NEIGH]: Netlink notifications by Thomas Graf · 17 years ago
  36. 4f49455 [NEIGH]: Combine neighbour cleanup and release by Thomas Graf · 17 years ago
  37. c3609d5 [NET]: is_power_of_2 in net/core/neighbour.c by vignesh babu · 17 years ago
  38. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  39. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  40. c8822a4 [NEIGH]: Use rtnl registration interface by Thomas Graf · 17 years ago
  41. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  42. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  43. c2ecba7 [NET]: Set a separate lockdep class for neighbour table's proxy_queue by Pavel Emelianov · 17 years ago
  44. ecbb416 [NET]: Fix neighbour destructor handling. by Alexey Kuznetsov · 17 years ago
  45. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  46. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  47. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  48. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  49. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  50. 4ec93ed [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  51. f5a6e01 [NET]: user of the jiffies rounding code: Networking by Arjan van de Ven · 17 years ago
  52. 2693256 [NETLINK]: Don't BUG on undersized allocations by Patrick McHardy · 17 years ago
  53. 3644f0c [NET]: Convert hh_lock to seqlock. by Stephen Hemminger · 18 years ago
  54. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  55. b1a98bf [NET] neighbour: Use kmemdup where applicable by Arnaldo Carvalho de Melo · 18 years ago
  56. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  57. c5e2946 [NEIGH]: always use hash_mask under tbl lock by Julian Anastasov · 18 years ago
  58. d77072e [NET]: Annotate dst_ops protocol by Al Viro · 18 years ago
  59. 62dd931 [IPV6] NDISC: Set per-entry is_router flag in Proxy NA. by Ville Nuorvala · 18 years ago
  60. e5d679f33 [NET]: Use SLAB_PANIC by Alexey Dobriyan · 18 years ago
  61. e92b43a [NET] neighbour: reduce exports by Stephen Hemminger · 18 years ago
  62. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  63. b867331 [NEIGH]: Convert neighbour notifications ot use rtnl_notify() by Thomas Graf · 18 years ago
  64. ca860fb [NEIGH]: Convert neighbour table dumping to new netlink api by Thomas Graf · 18 years ago
  65. 6b3f867 [NEIGH]: Convert neighbour table modification to new netlink api by Thomas Graf · 18 years ago
  66. 8b8aec5 [NEIGH]: Convert neighbour dumping to new netlink api by Thomas Graf · 18 years ago
  67. 5208deb [NEIGH]: Convert neighbour addition to new netlink api by Thomas Graf · 18 years ago
  68. a14a49d [NEIGH]: Convert neighbour deletion to new netlink api by Thomas Graf · 18 years ago
  69. 3fcde74 [NEIGH]: neigh_table_clear() doesn't free stats by Kirill Korotaev · 18 years ago
  70. 8d71740 [NET]: Core net changes to generate netevents by Tom Tucker · 18 years ago
  71. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  72. bd89efc [NEIGH]: Fix IP-over-ATM and ARP interaction. by Simon Kelley · 18 years ago
  73. 6f91204 [PATCH] for_each_possible_cpu: network codes by KAMEZAWA Hiroyuki · 18 years ago
  74. 77d04bd [NET]: More kzalloc conversions. by Andrew Morton · 18 years ago
  75. c5ecd62 [NET]: Move destructor from neigh->ops to neigh_params by Michael S. Tsirkin · 18 years ago
  76. 955aaa2 [NET]: NEIGHBOUR: Ensure to record time to neigh->updated when neighbour's state changed. by YOSHIFUJI Hideaki · 18 years ago
  77. 670c02c [NET]: Wider use of for_each_*cpu() by John Hawkes · 19 years ago
  78. 49636bb [NEIGH] Fix timer leak in neigh_changeaddr by Herbert Xu · 19 years ago
  79. 6fb9974 [NEIGH] Fix add_timer race in neigh_add_timer by Herbert Xu · 19 years ago
  80. 2037550 [NEIGH] Print stack trace in neigh_add_timer by Herbert Xu · 19 years ago
  81. 667347f [NEIGH]: Add debugging check when adding timers. by David S. Miller · 19 years ago
  82. 45fc3b1 [NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FS by Amos Waterland · 19 years ago
  83. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  84. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  85. 9ef1d4c [NETLINK]: Missing initializations in dumped data by Patrick McHardy · 19 years ago
  86. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  87. b6544c0 [NETLINK]: Correctly set NLM_F_MULTI without checking the pid by Jamal Hadi Salim · 19 years ago
  88. 1797754 [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags by Thomas Graf · 19 years ago
  89. e386c6e [NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parms by Thomas Graf · 19 years ago
  90. 4b6ea82 [NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses. by Thomas Graf · 19 years ago
  91. c7fb64d [NETLINK]: Neighbour table configuration and statistics via rtnetlink by Thomas Graf · 19 years ago
  92. 5bec003 [NET]: /proc/net/stat/* header cleanup by Olaf Rempel · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago