summaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c
Commit message (Expand)AuthorAgeFilesLines
* genetlink: remove superfluous assignmentDenis ChengRq2014-06-021-5/+1
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-061-0/+21
|\
| * genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf2014-01-061-0/+21
* | genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg2013-11-281-2/+9
* | genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven2013-11-281-1/+1
|/
* genetlink: fix genlmsg_multicast() bugJohannes Berg2013-11-211-2/+2
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-112/+166
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-5/+7
* genetlink: remove family pointer from genl_multicast_groupJohannes Berg2013-11-191-20/+18
* genetlink: remove genl_unregister_mc_group()Johannes Berg2013-11-191-23/+0
* quota/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-2/+8
* drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-3/+10
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-6/+8
* genetlink: rename shadowed variableJohannes Berg2013-11-181-5/+5
* genetlink: unify registration functionsJohannes Berg2013-11-151-37/+16
* genetlink: allow making ops constJohannes Berg2013-11-141-15/+21
* genetlink: register family ops as arrayJohannes Berg2013-11-141-45/+33
* genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg2013-11-141-56/+1
* genl: Hold reference on correct module while netlink-dump.Pravin B Shelar2013-08-281-9/+11
* genl: Fix genl dumpit() locking.Pravin B Shelar2013-08-281-5/+46
* Revert "genetlink: fix family dump race"Johannes Berg2013-08-221-7/+0
* genetlink: fix family dump raceJohannes Berg2013-08-131-0/+7
* genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira2013-07-301-1/+1
* genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka2013-07-271-0/+2
* genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun2013-04-261-2/+3
* genl: Allow concurrent genl callbacks.Pravin B Shelar2013-04-251-38/+76
* genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO2013-03-201-0/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-21/+21
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-2/+1
* netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-081-2/+1
* genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong2012-07-241-1/+1
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-1/+1
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-3/+7
* genetlink: Build a generic netlink family module aliasNeil Horman2012-05-291-1/+1
* genetlink: Stop using NLA_PUT*().David S. Miller2012-04-011-15/+20
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-2/+7
* net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2012-01-301-0/+31
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-1/+1
* | genetlink: add auto module loadingStephen Hemminger2011-12-281-0/+9
* | netlink: af_netlink cleanup (v2)stephen hemminger2011-12-221-1/+1
* | genetlink: Add lockdep_genl_is_held().Pravin B Shelar2011-12-031-0/+8
* | genetlink: Add genl_notify()Pravin B Shelar2011-12-031-0/+13
|/
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-1/+1
* Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller2011-01-191-1/+1
* netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt2011-01-091-1/+1
* genetlink: introduce pre_doit/post_doit hooksJohannes Berg2010-10-051-1/+13
* genetlink: use genl_register_family_with_ops()Changli Gao2010-07-261-5/+1
* genetlink: cleanup code according to CodingStyleChangli Gao2010-07-261-5/+4