summaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-03-161-1/+1
* netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-02-081-2/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* genetlink: pass extended ACK report downJohannes Berg2017-04-131-2/+4
* netlink: extended ACK reportingJohannes Berg2017-04-131-1/+2
* genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-221-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+1
|\
| * genetlink: fix a memory leak on error pathWANG Cong2016-11-031-1/+3
* | genetlink: fix error return code in genl_register_family()Wei Yongjun2016-11-011-1/+3
* | genetlink: Fix generic netlink family unregisterpravin shelar2016-10-291-1/+1
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: use idr to track familiesJohannes Berg2016-10-271-165/+106
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-15/+20
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-15/+22
* | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-0/+19
|/
* net: make genetlink ctrl ops conststephen hemminger2016-09-011-2/+2
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-21/+0
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-111-0/+4
* genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller2016-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-01-131-0/+16
|\
| * netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-151-0/+16
* | net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen2016-01-121-1/+1
|/
* net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* genetlink: simplify genl_notifyJiri Benc2015-09-241-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-8/+10
|\
| * genetlink: synchronize socket closing and family removalJohannes Berg2015-01-161-7/+9
| * genetlink: disallow subscribing to unknown mcast groupsJohannes Berg2015-01-161-1/+1
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-2/+4
|/
* genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller2014-12-291-6/+1
* netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-5/+7
* genetlink: pass multicast bind/unbind to familiesJohannes Berg2014-12-271-0/+59
* 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