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