aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-13genetlink: pass extended ACK report downJohannes Berg1-2/+4
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+2
2017-03-22genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka1-1/+3
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-11-03genetlink: fix a memory leak on error pathWANG Cong1-1/+3
2016-11-01genetlink: fix error return code in genl_register_family()Wei Yongjun1-1/+3
2016-10-29genetlink: Fix generic netlink family unregisterpravin shelar1-1/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: use idr to track familiesJohannes Berg1-165/+106
2016-10-27genetlink: statically initialize familiesJohannes Berg1-15/+20
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-15/+22
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg1-0/+19
2016-09-01net: make genetlink ctrl ops conststephen hemminger1-2/+2
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