1. b42be38 netlink: add API to retrieve all group memberships by David Herrmann · 9 years ago
  2. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. b9fbe70 netlink: Use random autobind rover by Herbert Xu · 9 years ago
  4. c0bb07d netlink: Reset portid after netlink_insert failure by Herbert Xu · 9 years ago
  5. 91dd93f netlink: move nl_table in read_mostly section by Eric Dumazet · 9 years ago
  6. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. 13d3078 netlink: Create kernel netlink sockets in the proper network namespace by Eric W. Biederman · 9 years ago
  8. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  9. 59324cf netlink: allow to listen "all" netns by Nicolas Dichtel · 9 years ago
  10. cc3a572 netlink: rename private flags and states by Nicolas Dichtel · 9 years ago
  11. edac450 netlink: Remove max_size setting by Herbert Xu · 9 years ago
  12. 2ea2f62 net: fix crash in build_skb() by Eric Dumazet · 9 years ago
  13. 49f7b33 rhashtable: provide len to obj_hashfn by Patrick McHardy · 9 years ago
  14. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  15. 11b58ba netlink: Use default rhashtable hashfn by Herbert Xu · 9 years ago
  16. 8f2ddaa netlink: Remove netlink_compare_arg.trailer by Herbert Xu · 9 years ago
  17. c428ecd netlink: Move namespace into hash key by Herbert Xu · 9 years ago
  18. b06eee5 netlink: Use rhashtable max_size instead of max_shift by Herbert Xu · 9 years ago
  19. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  20. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  21. 4c4b52d rhashtable: remove indirection for grow/shrink decision functions by Daniel Borkmann · 9 years ago
  22. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  24. 56d28b1 netlink: Use rhashtable walk iterator by Herbert Xu · 9 years ago
  25. a8866ff netlink: make the check for "send from tx_ring" deterministic by Al Viro · 10 years ago
  26. 8b7c36d netlink: fix wrong subscription bitmask to group mapping in by Pablo Neira · 9 years ago
  27. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 9 years ago
  28. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. 8ea65f4 netlink: Kill redundant net argument in netlink_insert by Herbert Xu · 9 years ago
  30. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  31. ee1c2442 genetlink: synchronize socket closing and family removal by Johannes Berg · 9 years ago
  32. 5ad6300 genetlink: disallow subscribing to unknown mcast groups by Johannes Berg · 9 years ago
  33. 919d9db netlink: Fix netlink_insert EADDRINUSE error by Herbert Xu · 9 years ago
  34. c5adde9 netlink: eliminate nl_sk_hash_lock by Ying Xue · 9 years ago
  35. 21e4902 netlink: Lockless lookup with RCU grace period in socket release by Thomas Graf · 9 years ago
  36. 97defe1 rhashtable: Per bucket locks & deferred expansion/shrinking by Thomas Graf · 9 years ago
  37. 88d6ed1 rhashtable: Convert bucket iterators to take table and index by Thomas Graf · 9 years ago
  38. 8d24c0b rhashtable: Do hashing inside of rhashtable_lookup_compare() by Thomas Graf · 9 years ago
  39. dc97a1a genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). by David S. Miller · 10 years ago
  40. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
  41. c380d9a genetlink: pass multicast bind/unbind to families by Johannes Berg · 10 years ago
  42. 7d68536 netlink: call unbind when releasing socket by Johannes Berg · 10 years ago
  43. b10dcb3 netlink: update listeners directly when removing socket by Johannes Berg · 10 years ago
  44. 02c81ab netlink: rename netlink_unbind() to netlink_undo_bind() by Johannes Berg · 10 years ago
  45. a18e6a1 netlink: Don't reorder loads/stores before marking mmap netlink frame as available by Thomas Graf · 10 years ago
  46. 4682a03 netlink: Always copy on mmap TX. by David Miller · 10 years ago
  47. 7f19fc5 netlink: use jhash as hashfn for rhashtable by Daniel Borkmann · 10 years ago
  48. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  49. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  50. fcd4d35 netlink: Deletion of an unnecessary check before the function call "__module_get" by Markus Elfring · 10 years ago
  51. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  52. 6eba822 rhashtable: Drop gfp_flags arg in insert/remove functions by Thomas Graf · 10 years ago
  53. 7b4ce23 rhashtable: Add parent argument to mutex_is_held by Herbert Xu · 10 years ago
  54. 9712756 netlink: Move mutex_is_held under PROVE_LOCKING by Herbert Xu · 10 years ago
  55. 6251edd netlink: Properly unbind in error conditions. by Hiroaki SHIMODA · 10 years ago
  56. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  57. 78fd1d0 netlink: Re-add locking to netlink_lookup() and seq walker by Thomas Graf · 10 years ago
  58. 24dff96 fix misuses of f_count() in ppp and netlink by Al Viro · 10 years ago
  59. 9ce12eb netlink: Annotate RCU locking for seq_file walker by Thomas Graf · 10 years ago
  60. 4e48ed8 netlink: reset network header before passing to taps by Daniel Borkmann · 10 years ago
  61. 6c8f7e7 netlink: hold nl_sock_hash_lock during diag dump by Thomas Graf · 10 years ago
  62. 67a24ac netlink: fix lockdep splats by Eric Dumazet · 10 years ago
  63. e341694 netlink: Convert netlink_lookup() to use RCU protected hash table by Thomas Graf · 10 years ago
  64. 74e83b2 netlink: Use PAGE_ALIGNED macro by Tobias Klauser · 10 years ago
  65. 498044b netlink: remove bool varible by Varka Bhadram · 10 years ago
  66. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. ac30ef8 netlink: Fix handling of error from netlink_dump(). by Ben Pfaff · 10 years ago
  68. 46c9521 netlink: Fix do_one_broadcast() prototype. by Rami Rosen · 10 years ago
  69. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. 2d7a85f netlink: Only check file credentials for implicit destinations by Eric W. Biederman · 10 years ago
  71. 2f91abd genetlink: remove superfluous assignment by Denis ChengRq · 10 years ago
  72. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  73. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  74. aa4cf94 net: Add variants of capable for use on netlink messages by Eric W. Biederman · 10 years ago
  75. 5187cd0 netlink: Rename netlink_capable netlink_allowed by Eric W. Biederman · 10 years ago
  76. 7774d5e netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIP by Richard Guy Briggs · 10 years ago
  77. 4f52090 netlink: have netlink per-protocol bind function return an error code. by Richard Guy Briggs · 10 years ago
  78. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  79. 9063e21 netlink: autosize skb lengthes by Eric Dumazet · 10 years ago
  80. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  81. 46833a8 net: Fix permission check in netlink_connect() by Mike Pecovnik · 10 years ago
  82. 23b4567 netlink: fix checkpatch errors space and "foo *bar" by Wang Yufen · 10 years ago
  83. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  84. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 10 years ago
  85. aae9f0e netlink: Avoid netlink mmap alloc if msg size exceeds frame size by Thomas Graf · 11 years ago
  86. bb9b18f genl: Add genlmsg_new_unicast() for unicast message allocation by Thomas Graf · 11 years ago
  87. 2173f8d netlink: cleanup tap related functions by stephen hemminger · 11 years ago
  88. 604d13c netlink: specify netlink packet direction for nlmon by Daniel Borkmann · 11 years ago
  89. 73bfd37 netlink: only do not deliver to tap when both sides are kernel sks by Daniel Borkmann · 11 years ago
  90. 5e53e68 genetlink/pmcraid: use proper genetlink multicast API by Johannes Berg · 11 years ago
  91. 0f0e215 genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups() by Geert Uytterhoeven · 11 years ago
  92. 220815a genetlink: fix genlmsg_multicast() bug by Johannes Berg · 11 years ago
  93. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  94. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  95. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  96. c2ebb90 genetlink: remove family pointer from genl_multicast_group by Johannes Berg · 11 years ago
  97. 06fb555 genetlink: remove genl_unregister_mc_group() by Johannes Berg · 11 years ago
  98. 2ecf753 quota/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  99. e5dcecb drop_monitor/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  100. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago