aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/genetlink.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-06net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko1-2/+0
2019-10-06net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko1-0/+4
2019-10-06net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko1-0/+14
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+7
2019-04-27netlink: re-add parse/validate functions in strict modeJohannes Berg1-0/+19
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-8/+8
2019-03-22genetlink: make policy common to familyJohannes Berg1-2/+2
2018-08-29genetlink: constify genl_err_attr() argumentMichal Kubecek1-1/+1
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek1-8/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-05genetlink: remove ops_list from genetlink header.Rosen, Rami1-1/+0
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-3/+5
2017-04-13genetlink: pass extended ACK report downJohannes Berg1-0/+12
2016-11-13genetlink: Make family a signed integer.David S. Miller1-1/+1
2016-10-27genetlink: use idr to track familiesJohannes Berg1-16/+15
2016-10-27genetlink: statically initialize familiesJohannes Berg1-59/+12
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-5/+2
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg1-0/+2
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal1-4/+0
2015-12-15netlink: add a start callback for starting a netlink dumpTom Herbert1-0/+2
2015-09-24genetlink: simplify genl_notifyJiri Benc1-3/+2
2015-03-12net: Introduce possible_net_tEric W. Biederman1-3/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2015-01-26genetlink: Add genlmsg_parse() helper function.Joe Stringer1-0/+17
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-2/+2
2015-01-16genetlink: synchronize socket closing and family removalJohannes Berg1-1/+4
2015-01-16genetlink: document parallel_opsJohannes Berg1-0/+2
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-2/+2
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg1-0/+5
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg1-2/+2
2014-09-19genetlink: add function genl_has_listeners()Nicolas Dichtel1-0/+8
2014-01-06genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf1-0/+4
2013-11-21genetlink: fix genl_set_err() group IDJohannes Berg1-0/+3
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg1-4/+1
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-17/+31
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-6/+16
2013-11-19genetlink: add and use genl_set_err()Johannes Berg1-0/+14
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg1-2/+0
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+6
2013-11-15genetlink: unify registration functionsJohannes Berg1-4/+24
2013-11-14genetlink: make genl_ops flags a u8 and move to endJohannes Berg1-3/+3
2013-11-14genetlink: allow making ops constJohannes Berg1-5/+5
2013-11-14genetlink: register family ops as arrayJohannes Berg1-3/+4
2013-11-14genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg1-2/+0
2013-09-20genetlink.h: Remove extern from function prototypesJoe Perches1-13/+13
2013-08-28genl: Hold reference on correct module while netlink-dump.Pravin B Shelar1-2/+18
2013-04-25genl: Allow concurrent genl callbacks.Pravin B Shelar1-0/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-17/+17
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf1-0/+2