summaryrefslogtreecommitdiff
path: root/net/netlink/genetlink.c
Commit message (Expand)AuthorAge
* netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-03-16
* netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel2018-02-08
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* netlink: pass extended ACK struct where availableJohannes Berg2017-04-13
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* genetlink: pass extended ACK report downJohannes Berg2017-04-13
* netlink: extended ACK reportingJohannes Berg2017-04-13
* genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\
| * genetlink: fix a memory leak on error pathWANG Cong2016-11-03
* | genetlink: fix error return code in genl_register_family()Wei Yongjun2016-11-01
* | genetlink: Fix generic netlink family unregisterpravin shelar2016-10-29
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-27
* | genetlink: use idr to track familiesJohannes Berg2016-10-27
* | genetlink: statically initialize familiesJohannes Berg2016-10-27
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-27
* | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-27
|/
* net: make genetlink ctrl ops conststephen hemminger2016-09-01
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-18
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-11
* genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller2016-01-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-01-13
|\
| * netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-15
* | net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen2016-01-12
|/
* net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-09
* genetlink: simplify genl_notifyJiri Benc2015-09-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
|\
| * genetlink: synchronize socket closing and family removalJohannes Berg2015-01-16
| * genetlink: disallow subscribing to unknown mcast groupsJohannes Berg2015-01-16
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
|/
* genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller2014-12-29
* netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-27
* genetlink: pass multicast bind/unbind to familiesJohannes Berg2014-12-27
* genetlink: remove superfluous assignmentDenis ChengRq2014-06-02
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-24
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-06
|\
| * genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf2014-01-06
* | genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg2013-11-28
* | genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven2013-11-28
|/
* genetlink: fix genlmsg_multicast() bugJohannes Berg2013-11-21
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-19
* genetlink: pass family to functions using groupsJohannes Berg2013-11-19
* genetlink: remove family pointer from genl_multicast_groupJohannes Berg2013-11-19
* genetlink: remove genl_unregister_mc_group()Johannes Berg2013-11-19
* quota/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-19
* drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-19
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-19
* genetlink: rename shadowed variableJohannes Berg2013-11-18
* genetlink: unify registration functionsJohannes Berg2013-11-15
* genetlink: allow making ops constJohannes Berg2013-11-14