summaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c
Commit message (Expand)AuthorAgeFilesLines
* genetlink: do not validate dump requests if there is no policyMichal Kubecek2019-05-041-10/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-2/+2
|\
| * genetlink: use idr_alloc_cyclic for family->id assignmentMarcel Holtmann2019-04-261-2/+2
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-3/+26
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+3
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-281-1/+2
|\|
| * genetlink: Fix a memory leak on error pathYueHaibing2019-03-211-1/+2
* | genetlink: make policy common to familyJohannes Berg2019-03-221-3/+3
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+6
* 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-301-1/+1
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: use idr to track familiesJohannes Berg2016-10-271-165/+106Star
* | 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/+0Star
* 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-161-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-281-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/+1Star
* 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/+1Star
* 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-071-0/+21
|\
| * genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf2014-01-071-0/+21
* | genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg2013-11-291-2/+9
* | genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven2013-11-291-1/+1
|/
* genetlink: fix genlmsg_multicast() bugJohannes Berg2013-11-211-2/+2