1. 12d8de6 net: make genetlink ctrl ops const by stephen hemminger · 8 years ago
  2. 263ea09 Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" by Florian Westphal · 8 years ago
  3. 4a92602 openvswitch: allow management from inside user namespaces by Tycho Andersen · 8 years ago
  4. b8e429a genetlink: Fix off-by-one in genl_allocate_reserve_groups() by David S. Miller · 8 years ago
  5. ddb5388 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 8 years ago
  6. ccdf6ce net: netlink: Fix multicast group storage allocation for families with more than one groups by Matti Vaittinen · 8 years ago
  7. fc9e50f netlink: add a start callback for starting a netlink dump by Tom Herbert · 9 years ago
  8. 61d0353 net/netlink: lockdep_genl_is_held can be boolean by Yaowei Bai · 9 years ago
  9. 92c14d9 genetlink: simplify genl_notify by Jiri Benc · 9 years ago
  10. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  11. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  12. ee1c2442 genetlink: synchronize socket closing and family removal by Johannes Berg · 9 years ago
  13. 5ad6300 genetlink: disallow subscribing to unknown mcast groups by Johannes Berg · 9 years ago
  14. dc97a1a genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). by David S. Miller · 10 years ago
  15. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
  16. c380d9a genetlink: pass multicast bind/unbind to families by Johannes Berg · 10 years ago
  17. 2f91abd genetlink: remove superfluous assignment by Denis ChengRq · 10 years ago
  18. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  19. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 10 years ago
  20. bb9b18f genl: Add genlmsg_new_unicast() for unicast message allocation by Thomas Graf · 11 years ago
  21. 5e53e68 genetlink/pmcraid: use proper genetlink multicast API by Johannes Berg · 11 years ago
  22. 0f0e215 genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups() by Geert Uytterhoeven · 11 years ago
  23. 220815a genetlink: fix genlmsg_multicast() bug by Johannes Berg · 11 years ago
  24. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  25. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  26. c2ebb90 genetlink: remove family pointer from genl_multicast_group by Johannes Berg · 11 years ago
  27. 06fb555 genetlink: remove genl_unregister_mc_group() by Johannes Berg · 11 years ago
  28. 2ecf753 quota/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  29. e5dcecb drop_monitor/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  30. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  31. 029b234 genetlink: rename shadowed variable by Johannes Berg · 11 years ago
  32. 568508a genetlink: unify registration functions by Johannes Berg · 11 years ago
  33. f84f771 genetlink: allow making ops const by Johannes Berg · 11 years ago
  34. d91824c genetlink: register family ops as array by Johannes Berg · 11 years ago
  35. 3686ec5 genetlink: remove genl_register_ops/genl_unregister_ops by Johannes Berg · 11 years ago
  36. 33c6b1f genl: Hold reference on correct module while netlink-dump. by Pravin B Shelar · 11 years ago
  37. 9b96309 genl: Fix genl dumpit() locking. by Pravin B Shelar · 11 years ago
  38. 9d47b38 Revert "genetlink: fix family dump race" by Johannes Berg · 11 years ago
  39. 58ad436 genetlink: fix family dump race by Johannes Berg · 11 years ago
  40. e1ee367 genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACE by Pablo Neira · 11 years ago
  41. c74f2b2 genetlink: release cb_lock before requesting additional module by Stanislaw Gruszka · 11 years ago
  42. 50754d21 genetlink: fix possible memory leak in genl_family_rcv_msg() by Wei Yongjun · 11 years ago
  43. def3117 genl: Allow concurrent genl callbacks. by Pravin B Shelar · 11 years ago
  44. f1e79e2 genetlink: trigger BUG_ON if a group name is too long by Masatake YAMATO · 11 years ago
  45. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  46. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  47. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 12 years ago
  48. 320f5ea genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEP by WANG Cong · 12 years ago
  49. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  50. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  51. e9412c3 genetlink: Build a generic netlink family module alias by Neil Horman · 12 years ago
  52. 444653f genetlink: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  53. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 12 years ago
  54. a46621a net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig. by Denys Vlasenko · 12 years ago
  55. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  56. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 12 years ago
  57. fa84309 genetlink: add auto module loading by Stephen Hemminger · 13 years ago
  58. b57ef81f netlink: af_netlink cleanup (v2) by stephen hemminger · 13 years ago
  59. 86b1309 genetlink: Add lockdep_genl_is_held(). by Pravin B Shelar · 13 years ago
  60. 263ba61 genetlink: Add genl_notify() by Pravin B Shelar · 13 years ago
  61. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  62. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 13 years ago
  63. 0ab03c2 netlink: test for all flags of the NLM_F_DUMP composite by Jan Engelhardt · 13 years ago
  64. ff4c92d genetlink: introduce pre_doit/post_doit hooks by Johannes Berg · 14 years ago
  65. 652c671 genetlink: use genl_register_family_with_ops() by Changli Gao · 14 years ago
  66. 416c2f9 genetlink: cleanup code according to CodingStyle by Changli Gao · 14 years ago
  67. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. f408e0c netlink: Export genl_lock() API for use by modules by James Chapman · 14 years ago
  69. 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
  70. e1d5a01 genetlink: optimize ctrl_dumpfamily() by Samir Bellabes · 14 years ago
  71. 988ade6 genetlink: Optimize and one bug fix in genl_generate_id() by Krishna Kumar · 15 years ago
  72. 93860b0 genetlink: Optimize genl_register_family() by Krishna Kumar · 15 years ago
  73. b827357 genetlink: fix netns vs. netlink table locking (2) by Johannes Berg · 15 years ago
  74. d136f1b genetlink: fix netns vs. netlink table locking by Johannes Berg · 15 years ago
  75. b1f5719 netlink: silence compiler warning by Brian Haley · 15 years ago
  76. 134e637 genetlink: make netns aware by Johannes Berg · 15 years ago
  77. a7b11d7 genetlink: Introduce genl_register_family_with_ops() by Michał Mirosław · 15 years ago
  78. 3efb40c genetlink: export genl_unregister_mc_group() by Inaky Perez-Gonzalez · 16 years ago
  79. 6d1a3fb netlink: genl: fix circular locking by Patrick McHardy · 16 years ago
  80. bc3ed28 netlink: Improve returned error codes by Thomas Graf · 16 years ago
  81. 910d6c3 [GENETLINK]: Relax dances with genl_lock. by Pavel Emelyanov · 16 years ago
  82. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  83. 3b71535 [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2 by Denis V. Lunev · 17 years ago
  84. 0cfad07 [NETLINK]: Avoid pointer in netlink_run_queue by Herbert Xu · 17 years ago
  85. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  86. 79d310d [GENETLINK]: Correctly report errors while registering a multicast group by Thomas Graf · 17 years ago
  87. 2c04ddb [GENETLINK]: Fix adjustment of number of multicast groups by Thomas Graf · 17 years ago
  88. 79dc4386 [GENETLINK]: Fix race in genl_unregister_mc_groups() by Thomas Graf · 17 years ago
  89. 2dbba6f [GENETLINK]: Dynamic multicast groups. by Johannes Berg · 17 years ago
  90. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  91. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  92. c702e80 [NETLINK]: Directly return -EINTR from netlink_dump_start() by Thomas Graf · 17 years ago
  93. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 17 years ago
  94. 45e7ae7 [NETLINK]: Ignore control messages directly in netlink_run_queue() by Thomas Graf · 17 years ago
  95. d35b685 [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() by Thomas Graf · 17 years ago
  96. 746fac4 [NET] NETLINK: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  97. 48d4ed7 [GENETLINK]: Fix misplaced command flags. by Jamal Hadi Salim · 18 years ago
  98. 334c29a [GENETLINK]: Move command capabilities to flags. by Jamal Hadi Salim · 18 years ago
  99. a4d1366 [GENETLINK]: Add cmd dump completion. by Jamal Hadi Salim · 18 years ago
  100. e94ef68 [GENETLINK] ctrl: Avoid empty CTRL_ATTR_OPS attribute when dumping by Thomas Graf · 18 years ago