1. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  2. fc766e4 decnet: RCU conversion and get rid of dev_base_lock by Eric Dumazet · 14 years ago
  3. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  4. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  5. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  6. 22bedad net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  7. 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
  8. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  9. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  10. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  11. e5c140a decnet: convert dndev_lock to spinlock by stephen hemminger · 15 years ago
  12. 41bdecf decnet: add RTNL lock when reading address list by stephen hemminger · 15 years ago
  13. fa91860 decnet: use RCU to find network devices by stephen hemminger · 15 years ago
  14. b4d745d decnet: avoid touching device refcount in dn_dev_by_index() by Eric Dumazet · 15 years ago
  15. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  16. e57c624 decnet: fix sparse warnings: symbol shadows an earlier one by Hannes Eder · 15 years ago
  17. 8521c27 decnet: fix sparse warnings: context imbalance by Hannes Eder · 15 years ago
  18. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  19. 5eaa65b net: Make static by Roel Kluin · 16 years ago
  20. c4106aa decnet: remove private wrappers of endian helpers by Harvey Harrison · 16 years ago
  21. b225ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  22. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  23. cb23832 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  24. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  25. 8fa0b31 decnet: Fix compiler warning in dn_dev.c by David S. Miller · 16 years ago
  26. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  27. 3151a9a [DECNET]: Switch to using ctl_paths. by Pavel Emelyanov · 17 years ago
  28. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  29. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  30. 3ccd862 [DECNET]: dn_nl_deladdr() almost always returns no error by Pavel Emelyanov · 17 years ago
  31. 4e05806 [DECNET]: "addr" module param can't be __initdata by Alexey Dobriyan · 17 years ago
  32. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago
  33. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  34. 8b14a53 [NET]: all net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  35. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  36. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  37. a2221f3 [DECNET]: Fix interface address listing regression. by Patrick McHardy · 17 years ago
  38. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  39. 75ebe8f [NET]: dev_mcast: unexport dev_mc_upload by Patrick McHardy · 17 years ago
  40. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  41. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  42. 6313c1e [RTNETLINK]: Remove unnecessary locking in dump callbacks by Patrick McHardy · 17 years ago
  43. fa34ddd [DECNet]: Use rtnl registration interface by Thomas Graf · 17 years ago
  44. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  45. 3fbfa98 [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables by Eric W. Biederman · 17 years ago
  46. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  47. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  48. 429eb0f [NET] DECNET: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  49. 2693256 [NETLINK]: Don't BUG on undersized allocations by Patrick McHardy · 17 years ago
  50. 95743de [DECNET]: Handle a failure in neigh_parms_alloc (take 2) by Eric W. Biederman · 18 years ago
  51. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 18 years ago
  52. 4a89c25 [DECNET] address: Convert to new netlink interface by Thomas Graf · 18 years ago
  53. b020b94 [DECNET] address: Rename rtmsg_ifa() to dn_ifaddr_notify() by Thomas Graf · 18 years ago
  54. a6f01ca [DECNET] address: Calculate accurate message size for netlink notifications by Thomas Graf · 18 years ago
  55. c66b721 [DECNET]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
  56. dc738dd [DECNET]: Convert DECnet notifications to use rtnl_notify() by Thomas Graf · 18 years ago
  57. a8731cb [DECNET]: Covert rules to use generic code by Steven Whitehouse · 18 years ago
  58. 1823730 [IPv4]: Move interface address bits to linux/if_addr.h by Thomas Graf · 18 years ago
  59. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  60. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  61. 6a57b2e [DECNET]: Fix refcount by Patrick Caulfield · 18 years ago
  62. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  63. c4ea94a [DECnet]: Endian annotation and fixes for DECnet. by Steven Whitehouse · 18 years ago
  64. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  65. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  66. b6544c0 [NETLINK]: Correctly set NLM_F_MULTI without checking the pid by Jamal Hadi Salim · 19 years ago
  67. 25ae3f5 [DECNET]: Fix build after C99 netlink initializer change. by Rafael J. Wysocki · 19 years ago
  68. db46edc [RTNETLINK] Cleanup rtnetlink_link tables by Thomas Graf · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago