1. 96e3f3c Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 4 years, 5 months ago
  2. c62e7ac net: genetlink: Move initialization to core_initcall by Daniel Lezcano · 4 years, 6 months ago
  3. 1e82a62 genetlink: remove genl_bind by Sean Tranchetti · 4 years, 7 months ago
  4. bf64ff4 genetlink: get rid of family->attrbuf by Cong Wang · 4 years, 7 months ago
  5. b65ce38 genetlink: clean up family attributes allocations by Cong Wang · 4 years, 7 months ago
  6. c36f055 genetlink: fix memory leaks in genl_family_rcv_msg_dumpit() by Cong Wang · 4 years, 8 months ago
  7. d07dcf9a netlink: add infrastructure to expose policies to userspace by Johannes Berg · 4 years, 9 months ago
  8. 39f3b41 net: genetlink: return the error code when attribute parsing fails. by Paolo Abeni · 5 years ago
  9. cb0ce18 genetlink: do not parse attributes for families with zero maxattr by Michal Kubecek · 5 years ago
  10. ab5b526 net: genetlink: always allocate separate attrs for dumpit ops by Jiri Pirko · 5 years ago
  11. 265ecd4 net: genetlink: remove unused genl_family_attrbuf() by Jiri Pirko · 5 years ago
  12. bf813b0 net: genetlink: parse attrs and store in contect info struct during dumpit by Jiri Pirko · 5 years ago
  13. c10e6cf net: genetlink: push attrbuf allocation and parsing to a separate function by Jiri Pirko · 5 years ago
  14. 1927f41 net: genetlink: introduce dump info struct to be available during dumpit op by Jiri Pirko · 5 years ago
  15. be064de net: genetlink: push doit/dumpit code from genl_family_rcv_msg by Jiri Pirko · 5 years ago
  16. 05d7f54 genetlink: do not validate dump requests if there is no policy by Michal Kubecek · 6 years ago
  17. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  18. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  19. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  20. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  21. 4e43df3 genetlink: use idr_alloc_cyclic for family->id assignment by Marcel Holtmann · 6 years ago
  22. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  23. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  24. ceabee6 genetlink: Fix a memory leak on error path by YueHaibing · 6 years ago
  25. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  26. 02a2385 netlink: avoid a double skb free in genlmsg_mcast() by Nicolas Dichtel · 7 years ago
  27. cb9f7a9 netlink: ensure to loop over all netns in genlmsg_multicast_allns() by Nicolas Dichtel · 7 years ago
  28. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  29. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 8 years ago
  30. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  31. 7ab606d genetlink: pass extended ACK report down by Johannes Berg · 8 years ago
  32. 2d4bc93 netlink: extended ACK reporting by Johannes Berg · 8 years ago
  33. 1d2a6a5 genetlink: fix counting regression on ctrl_dumpfamily() by Stanislaw Gruszka · 8 years ago
  34. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  35. 00ffc1b genetlink: fix a memory leak on error path by WANG Cong · 8 years ago
  36. 22ca904 genetlink: fix error return code in genl_register_family() by Wei Yongjun · 8 years ago
  37. 0e82c76 genetlink: Fix generic netlink family unregister by pravin shelar · 8 years ago
  38. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  39. 2ae0f17 genetlink: use idr to track families by Johannes Berg · 8 years ago
  40. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  41. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  42. c90c39d genetlink: introduce and use genl_family_attrbuf() by Johannes Berg · 8 years ago
  43. 12d8de6 net: make genetlink ctrl ops const by stephen hemminger · 8 years ago
  44. 263ea09 Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" by Florian Westphal · 9 years ago
  45. 4a92602 openvswitch: allow management from inside user namespaces by Tycho Andersen · 9 years ago
  46. b8e429a genetlink: Fix off-by-one in genl_allocate_reserve_groups() by David S. Miller · 9 years ago
  47. ddb5388 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 9 years ago
  48. ccdf6ce net: netlink: Fix multicast group storage allocation for families with more than one groups by Matti Vaittinen · 9 years ago
  49. fc9e50f netlink: add a start callback for starting a netlink dump by Tom Herbert · 9 years ago
  50. 61d0353 net/netlink: lockdep_genl_is_held can be boolean by Yaowei Bai · 9 years ago
  51. 92c14d9 genetlink: simplify genl_notify by Jiri Benc · 9 years ago
  52. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  53. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  54. ee1c2442 genetlink: synchronize socket closing and family removal by Johannes Berg · 10 years ago
  55. 5ad6300 genetlink: disallow subscribing to unknown mcast groups by Johannes Berg · 10 years ago
  56. dc97a1a genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). by David S. Miller · 10 years ago
  57. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
  58. c380d9a genetlink: pass multicast bind/unbind to families by Johannes Berg · 10 years ago
  59. 2f91abd genetlink: remove superfluous assignment by Denis ChengRq · 11 years ago
  60. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 11 years ago
  61. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  62. bb9b18f genl: Add genlmsg_new_unicast() for unicast message allocation by Thomas Graf · 11 years ago
  63. 5e53e68 genetlink/pmcraid: use proper genetlink multicast API by Johannes Berg · 11 years ago
  64. 0f0e215 genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups() by Geert Uytterhoeven · 11 years ago
  65. 220815a genetlink: fix genlmsg_multicast() bug by Johannes Berg · 11 years ago
  66. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  67. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  68. c2ebb90 genetlink: remove family pointer from genl_multicast_group by Johannes Berg · 11 years ago
  69. 06fb555 genetlink: remove genl_unregister_mc_group() by Johannes Berg · 11 years ago
  70. 2ecf753 quota/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  71. e5dcecb drop_monitor/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  72. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  73. 029b234 genetlink: rename shadowed variable by Johannes Berg · 11 years ago
  74. 568508a genetlink: unify registration functions by Johannes Berg · 11 years ago
  75. f84f771 genetlink: allow making ops const by Johannes Berg · 11 years ago
  76. d91824c genetlink: register family ops as array by Johannes Berg · 11 years ago
  77. 3686ec5 genetlink: remove genl_register_ops/genl_unregister_ops by Johannes Berg · 11 years ago
  78. 33c6b1f genl: Hold reference on correct module while netlink-dump. by Pravin B Shelar · 11 years ago
  79. 9b96309 genl: Fix genl dumpit() locking. by Pravin B Shelar · 11 years ago
  80. 9d47b38 Revert "genetlink: fix family dump race" by Johannes Berg · 11 years ago
  81. 58ad436 genetlink: fix family dump race by Johannes Berg · 11 years ago
  82. e1ee367 genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACE by Pablo Neira · 11 years ago
  83. c74f2b2 genetlink: release cb_lock before requesting additional module by Stanislaw Gruszka · 11 years ago
  84. 50754d21 genetlink: fix possible memory leak in genl_family_rcv_msg() by Wei Yongjun · 12 years ago
  85. def3117 genl: Allow concurrent genl callbacks. by Pravin B Shelar · 12 years ago
  86. f1e79e2 genetlink: trigger BUG_ON if a group name is too long by Masatake YAMATO · 12 years ago
  87. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  88. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  89. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 12 years ago
  90. 320f5ea genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEP by WANG Cong · 12 years ago
  91. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 13 years ago
  92. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 13 years ago
  93. e9412c3 genetlink: Build a generic netlink family module alias by Neil Horman · 13 years ago
  94. 444653f genetlink: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  95. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 13 years ago
  96. a46621a net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig. by Denys Vlasenko · 13 years ago
  97. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  98. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  99. fa84309 genetlink: add auto module loading by Stephen Hemminger · 13 years ago
  100. b57ef81f netlink: af_netlink cleanup (v2) by stephen hemminger · 13 years ago