aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal1-21/+0
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen1-0/+4
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller1-1/+1
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-0/+16
2016-01-12net: netlink: Fix multicast group storage allocation for families with more than one groupsMatti Vaittinen1-1/+1
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert1-0/+16
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai1-1/+1
2015-09-24genetlink: simplify genl_notifyJiri Benc1-6/+6
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+10
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-2/+4
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg1-7/+9
2015-01-16genetlink: disallow subscribing to unknown mcast groupsJohannes Berg1-1/+1
2014-12-29genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller1-6/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-5/+7
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg1-0/+59
2014-06-02genetlink: remove superfluous assignmentDenis ChengRq1-5/+1
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-0/+21
2014-01-06genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf1-0/+21
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg1-2/+9
2013-11-28genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven1-1/+1
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg1-2/+2
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-112/+166
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-5/+7
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg1-20/+18
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg1-23/+0
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg1-2/+8
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg1-3/+10
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-6/+8
2013-11-18genetlink: rename shadowed variableJohannes Berg1-5/+5
2013-11-15genetlink: unify registration functionsJohannes Berg1-37/+16
2013-11-14genetlink: allow making ops constJohannes Berg1-15/+21
2013-11-14genetlink: register family ops as arrayJohannes Berg1-45/+33
2013-11-14genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg1-56/+1
2013-08-28genl: Hold reference on correct module while netlink-dump.Pravin B Shelar1-9/+11
2013-08-28genl: Fix genl dumpit() locking.Pravin B Shelar1-5/+46
2013-08-22Revert "genetlink: fix family dump race"Johannes Berg1-7/+0
2013-08-13genetlink: fix family dump raceJohannes Berg1-0/+7
2013-07-30genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira1-1/+1
2013-07-27genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka1-0/+2
2013-04-26genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun1-2/+3
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar1-38/+76
2013-03-20genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO1-0/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-21/+21
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso1-2/+1
2012-07-24genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-3/+7
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman1-1/+1