aboutsummaryrefslogtreecommitdiff
path: root/include/net/genetlink.h
AgeCommit message (Expand)Author
2021-02-12mptcp: avoid lock_fast usage in accept pathFlorian Westphal
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-02genetlink: bring back per op policyJakub Kicinski
2020-10-02genetlink: add small version of opsJakub Kicinski
2020-10-02genetlink: reorg struct genl_familyJakub Kicinski
2020-09-28genetlink: add missing kdoc for validation flagsJakub Kicinski
2020-09-17genetlink: Remove unused function genl_err_attr()YueHaibing
2020-07-01genetlink: remove genl_bindSean Tranchetti
2020-06-29genetlink: get rid of family->attrbufCong Wang
2019-10-06net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko
2019-10-06net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko
2019-10-06net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: re-add parse/validate functions in strict modeJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-03-22genetlink: make policy common to familyJohannes Berg
2018-08-29genetlink: constify genl_err_attr() argumentMichal Kubecek
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-05genetlink: remove ops_list from genetlink header.Rosen, Rami
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13genetlink: pass extended ACK report downJohannes Berg
2016-11-13genetlink: Make family a signed integer.David S. Miller
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-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert
2015-09-24genetlink: simplify genl_notifyJiri Benc
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-26genetlink: Add genlmsg_parse() helper function.Joe Stringer
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg
2015-01-16genetlink: document parallel_opsJohannes Berg
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg
2014-09-19genetlink: add function genl_has_listeners()Nicolas Dichtel
2014-01-06genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf
2013-11-21genetlink: fix genl_set_err() group IDJohannes Berg
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: add and use genl_set_err()Johannes Berg
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-15genetlink: unify registration functionsJohannes Berg