aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c
AgeCommit message (Expand)Author
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13genetlink: pass extended ACK report downJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-03-22genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-03genetlink: fix a memory leak on error pathWANG Cong
2016-11-01genetlink: fix error return code in genl_register_family()Wei Yongjun
2016-10-29genetlink: Fix generic netlink family unregisterpravin shelar
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: use idr to track familiesJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg
2016-09-01net: make genetlink ctrl ops conststephen hemminger
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2016-01-12net: netlink: Fix multicast group storage allocation for families with more t...Matti Vaittinen
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai
2015-09-24genetlink: simplify genl_notifyJiri Benc
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg
2015-01-16genetlink: disallow subscribing to unknown mcast groupsJohannes Berg
2014-12-29genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg
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