summaryrefslogtreecommitdiff
path: root/net/netlink/genetlink.c
AgeCommit message (Expand)Author
2014-06-02genetlink: remove superfluous assignmentDenis ChengRq
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2014-01-06genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg
2013-11-28genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-18genetlink: rename shadowed variableJohannes Berg
2013-11-15genetlink: unify registration functionsJohannes Berg
2013-11-14genetlink: allow making ops constJohannes Berg
2013-11-14genetlink: register family ops as arrayJohannes Berg
2013-11-14genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg
2013-08-28genl: Hold reference on correct module while netlink-dump.Pravin B Shelar
2013-08-28genl: Fix genl dumpit() locking.Pravin B Shelar
2013-08-22Revert "genetlink: fix family dump race"Johannes Berg
2013-08-13genetlink: fix family dump raceJohannes Berg
2013-07-30genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACEPablo Neira
2013-07-27genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka
2013-04-26genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar
2013-03-20genetlink: trigger BUG_ON if a group name is too longMasatake YAMATO
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso
2012-07-24genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman
2012-04-01genetlink: Stop using NLA_PUT*().David S. Miller
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2011-12-28genetlink: add auto module loadingStephen Hemminger
2011-12-22netlink: af_netlink cleanup (v2)stephen hemminger
2011-12-03genetlink: Add lockdep_genl_is_held().Pravin B Shelar
2011-12-03genetlink: Add genl_notify()Pravin B Shelar
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt
2010-10-05genetlink: introduce pre_doit/post_doit hooksJohannes Berg
2010-07-26genetlink: use genl_register_family_with_ops()Changli Gao
2010-07-26genetlink: cleanup code according to CodingStyleChangli Gao