1. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  2. bb9b18f genl: Add genlmsg_new_unicast() for unicast message allocation by Thomas Graf · 11 years ago
  3. 5e53e68 genetlink/pmcraid: use proper genetlink multicast API by Johannes Berg · 11 years ago
  4. 0f0e215 genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups() by Geert Uytterhoeven · 11 years ago
  5. 220815a genetlink: fix genlmsg_multicast() bug by Johannes Berg · 11 years ago
  6. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  7. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  8. c2ebb90 genetlink: remove family pointer from genl_multicast_group by Johannes Berg · 11 years ago
  9. 06fb555 genetlink: remove genl_unregister_mc_group() by Johannes Berg · 11 years ago
  10. 2ecf753 quota/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  11. e5dcecb drop_monitor/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  12. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  13. 029b234 genetlink: rename shadowed variable by Johannes Berg · 11 years ago
  14. 568508a genetlink: unify registration functions by Johannes Berg · 11 years ago
  15. f84f771 genetlink: allow making ops const by Johannes Berg · 11 years ago
  16. d91824c genetlink: register family ops as array by Johannes Berg · 11 years ago
  17. 3686ec5 genetlink: remove genl_register_ops/genl_unregister_ops by Johannes Berg · 11 years ago
  18. 33c6b1f genl: Hold reference on correct module while netlink-dump. by Pravin B Shelar · 11 years ago
  19. 9b96309 genl: Fix genl dumpit() locking. by Pravin B Shelar · 11 years ago
  20. 9d47b38 Revert "genetlink: fix family dump race" by Johannes Berg · 11 years ago
  21. 58ad436 genetlink: fix family dump race by Johannes Berg · 11 years ago
  22. e1ee367 genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACE by Pablo Neira · 11 years ago
  23. c74f2b2 genetlink: release cb_lock before requesting additional module by Stanislaw Gruszka · 11 years ago
  24. 50754d21 genetlink: fix possible memory leak in genl_family_rcv_msg() by Wei Yongjun · 11 years ago
  25. def3117 genl: Allow concurrent genl callbacks. by Pravin B Shelar · 11 years ago
  26. f1e79e2 genetlink: trigger BUG_ON if a group name is too long by Masatake YAMATO · 11 years ago
  27. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  28. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  29. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 12 years ago
  30. 320f5ea genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEP by WANG Cong · 12 years ago
  31. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  32. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  33. e9412c3 genetlink: Build a generic netlink family module alias by Neil Horman · 12 years ago
  34. 444653f genetlink: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  35. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 12 years ago
  36. a46621a net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig. by Denys Vlasenko · 12 years ago
  37. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  38. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  39. fa84309 genetlink: add auto module loading by Stephen Hemminger · 13 years ago
  40. b57ef81f netlink: af_netlink cleanup (v2) by stephen hemminger · 13 years ago
  41. 86b1309 genetlink: Add lockdep_genl_is_held(). by Pravin B Shelar · 13 years ago
  42. 263ba61 genetlink: Add genl_notify() by Pravin B Shelar · 13 years ago
  43. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  44. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 13 years ago
  45. 0ab03c2 netlink: test for all flags of the NLM_F_DUMP composite by Jan Engelhardt · 14 years ago
  46. ff4c92d genetlink: introduce pre_doit/post_doit hooks by Johannes Berg · 14 years ago
  47. 652c671 genetlink: use genl_register_family_with_ops() by Changli Gao · 14 years ago
  48. 416c2f9 genetlink: cleanup code according to CodingStyle by Changli Gao · 14 years ago
  49. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  50. f408e0c netlink: Export genl_lock() API for use by modules by James Chapman · 14 years ago
  51. 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
  52. e1d5a01 genetlink: optimize ctrl_dumpfamily() by Samir Bellabes · 15 years ago
  53. 988ade6 genetlink: Optimize and one bug fix in genl_generate_id() by Krishna Kumar · 15 years ago
  54. 93860b0 genetlink: Optimize genl_register_family() by Krishna Kumar · 15 years ago
  55. b827357 genetlink: fix netns vs. netlink table locking (2) by Johannes Berg · 15 years ago
  56. d136f1b genetlink: fix netns vs. netlink table locking by Johannes Berg · 15 years ago
  57. b1f5719 netlink: silence compiler warning by Brian Haley · 15 years ago
  58. 134e637 genetlink: make netns aware by Johannes Berg · 15 years ago
  59. a7b11d7 genetlink: Introduce genl_register_family_with_ops() by Michał Mirosław · 15 years ago
  60. 3efb40c genetlink: export genl_unregister_mc_group() by Inaky Perez-Gonzalez · 16 years ago
  61. 6d1a3fb netlink: genl: fix circular locking by Patrick McHardy · 16 years ago
  62. bc3ed28 netlink: Improve returned error codes by Thomas Graf · 16 years ago
  63. 910d6c3 [GENETLINK]: Relax dances with genl_lock. by Pavel Emelyanov · 16 years ago
  64. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  65. 3b71535 [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2 by Denis V. Lunev · 17 years ago
  66. 0cfad07 [NETLINK]: Avoid pointer in netlink_run_queue by Herbert Xu · 17 years ago
  67. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  68. 79d310d [GENETLINK]: Correctly report errors while registering a multicast group by Thomas Graf · 17 years ago
  69. 2c04ddb [GENETLINK]: Fix adjustment of number of multicast groups by Thomas Graf · 17 years ago
  70. 79dc4386 [GENETLINK]: Fix race in genl_unregister_mc_groups() by Thomas Graf · 17 years ago
  71. 2dbba6f [GENETLINK]: Dynamic multicast groups. by Johannes Berg · 17 years ago
  72. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  73. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  74. c702e80 [NETLINK]: Directly return -EINTR from netlink_dump_start() by Thomas Graf · 17 years ago
  75. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 17 years ago
  76. 45e7ae7 [NETLINK]: Ignore control messages directly in netlink_run_queue() by Thomas Graf · 17 years ago
  77. d35b685 [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() by Thomas Graf · 17 years ago
  78. 746fac4 [NET] NETLINK: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  79. 48d4ed7 [GENETLINK]: Fix misplaced command flags. by Jamal Hadi Salim · 18 years ago
  80. 334c29a [GENETLINK]: Move command capabilities to flags. by Jamal Hadi Salim · 18 years ago
  81. a4d1366 [GENETLINK]: Add cmd dump completion. by Jamal Hadi Salim · 18 years ago
  82. e94ef68 [GENETLINK] ctrl: Avoid empty CTRL_ATTR_OPS attribute when dumping by Thomas Graf · 18 years ago
  83. 17c157c [GENL]: Add genlmsg_put_reply() to simplify building reply headers by Thomas Graf · 18 years ago
  84. 81878d2 [GENL]: Add genlmsg_reply() to simply unicast replies to requests by Thomas Graf · 18 years ago
  85. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  86. eb32811 [GENL]: Provide more information to userspace about registered genl families by Thomas Graf · 18 years ago
  87. 5176f91 [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation by Thomas Graf · 18 years ago
  88. d387f6a [NETLINK]: Add notification message sending interface by Thomas Graf · 18 years ago
  89. fe4944e [NETLINK]: Extend netlink messaging interface by Thomas Graf · 18 years ago
  90. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  91. c7bdb54 [NETLINK]: Encapsulate eff_cap usage within security framework. by Darrel Goeddel · 18 years ago
  92. 14cc3e2 [PATCH] sem2mutex: misc static one-file mutexes by Ingo Molnar · 18 years ago
  93. e200bd8 [NETLINK] genetlink: Fix bugs spotted by Andrew Morton. by Jamal Hadi Salim · 18 years ago
  94. 23b0ca5 [PATCH] genetlink: don't touch module ref count by Per Liden · 19 years ago
  95. b461d2f2 [NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8 by Per Liden · 19 years ago
  96. 482a852 [NETLINK]: Generic netlink family by Thomas Graf · 19 years ago