1. 959dbcf decnet: fix DN_IFREQ_SIZE by Johannes Berg · 5 years ago
  2. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  3. b5c5c36 dn_dev: Use time_before by Himangi Saraogi · 10 years ago
  4. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  5. 9a32b86 dn_dev: add support for IFA_FLAGS nl attribute by Jiri Pirko · 10 years ago
  6. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  7. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  8. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  9. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  10. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 11 years ago
  11. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  12. 9bdcc88 net decnet: Convert to use register_net_sysctl by Eric W. Biederman · 12 years ago
  13. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  14. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  15. b21dddb decnet: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  16. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  17. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  18. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  19. 06f8fe1 decnet: Reduce switch/case indent by Joe Perches · 13 years ago
  20. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  21. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  22. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  23. 1e54775 net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu() by Lai Jiangshan · 13 years ago
  24. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  25. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  26. fc766e4c decnet: RCU conversion and get rid of dev_base_lock by Eric Dumazet · 14 years ago
  27. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  28. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  29. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  30. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  31. 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
  32. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  33. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 14 years ago
  34. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  35. e5c140a decnet: convert dndev_lock to spinlock by stephen hemminger · 15 years ago
  36. 41bdecf decnet: add RTNL lock when reading address list by stephen hemminger · 15 years ago
  37. fa91860 decnet: use RCU to find network devices by stephen hemminger · 15 years ago
  38. b4d745d decnet: avoid touching device refcount in dn_dev_by_index() by Eric Dumazet · 15 years ago
  39. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  40. e57c624 decnet: fix sparse warnings: symbol shadows an earlier one by Hannes Eder · 15 years ago
  41. 8521c27 decnet: fix sparse warnings: context imbalance by Hannes Eder · 15 years ago
  42. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  43. 5eaa65b net: Make static by Roel Kluin · 15 years ago
  44. c4106aa decnet: remove private wrappers of endian helpers by Harvey Harrison · 15 years ago
  45. b225ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  46. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  47. cb23832 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  48. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  49. 8fa0b31 decnet: Fix compiler warning in dn_dev.c by David S. Miller · 16 years ago
  50. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  51. 3151a9a [DECNET]: Switch to using ctl_paths. by Pavel Emelyanov · 16 years ago
  52. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 16 years ago
  53. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 16 years ago
  54. 3ccd862 [DECNET]: dn_nl_deladdr() almost always returns no error by Pavel Emelyanov · 16 years ago
  55. 4e05806 [DECNET]: "addr" module param can't be __initdata by Alexey Dobriyan · 17 years ago
  56. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago
  57. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  58. 8b14a53 [NET]: all net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  59. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  60. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  61. a2221f3 [DECNET]: Fix interface address listing regression. by Patrick McHardy · 17 years ago
  62. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  63. 75ebe8f [NET]: dev_mcast: unexport dev_mc_upload by Patrick McHardy · 17 years ago
  64. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  65. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  66. 6313c1e [RTNETLINK]: Remove unnecessary locking in dump callbacks by Patrick McHardy · 17 years ago
  67. fa34ddd [DECNet]: Use rtnl registration interface by Thomas Graf · 17 years ago
  68. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  69. 3fbfa98 [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables by Eric W. Biederman · 17 years ago
  70. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  71. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  72. 429eb0f [NET] DECNET: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  73. 2693256 [NETLINK]: Don't BUG on undersized allocations by Patrick McHardy · 17 years ago
  74. 95743de [DECNET]: Handle a failure in neigh_parms_alloc (take 2) by Eric W. Biederman · 17 years ago
  75. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 17 years ago
  76. 4a89c25 [DECNET] address: Convert to new netlink interface by Thomas Graf · 17 years ago
  77. b020b94 [DECNET] address: Rename rtmsg_ifa() to dn_ifaddr_notify() by Thomas Graf · 17 years ago
  78. a6f01ca [DECNET] address: Calculate accurate message size for netlink notifications by Thomas Graf · 17 years ago
  79. c66b721 [DECNET]: Use kmemdup by Arnaldo Carvalho de Melo · 17 years ago
  80. dc738dd [DECNET]: Convert DECnet notifications to use rtnl_notify() by Thomas Graf · 18 years ago
  81. a8731cb [DECNET]: Covert rules to use generic code by Steven Whitehouse · 18 years ago
  82. 1823730 [IPv4]: Move interface address bits to linux/if_addr.h by Thomas Graf · 18 years ago
  83. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  84. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  85. 6a57b2e [DECNET]: Fix refcount by Patrick Caulfield · 18 years ago
  86. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  87. c4ea94a [DECnet]: Endian annotation and fixes for DECnet. by Steven Whitehouse · 18 years ago
  88. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  89. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  90. b6544c0 [NETLINK]: Correctly set NLM_F_MULTI without checking the pid by Jamal Hadi Salim · 19 years ago
  91. 25ae3f5 [DECNET]: Fix build after C99 netlink initializer change. by Rafael J. Wysocki · 19 years ago
  92. db46edc [RTNETLINK] Cleanup rtnetlink_link tables by Thomas Graf · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago