summaryrefslogtreecommitdiffstats
path: root/include/net/genetlink.h
Commit message (Expand)AuthorAgeFilesLines
* genetlink: Make family a signed integer.David S. Miller2016-11-131-1/+1
* genetlink: use idr to track familiesJohannes Berg2016-10-271-16/+15
* genetlink: statically initialize familiesJohannes Berg2016-10-271-59/+12
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-5/+2
* genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-0/+2
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-4/+0
* netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-151-0/+2
* genetlink: simplify genl_notifyJiri Benc2015-09-241-3/+2
* net: Introduce possible_net_tEric W. Biederman2015-03-121-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-1/+6
|\
| * genetlink: synchronize socket closing and family removalJohannes Berg2015-01-161-1/+4
| * genetlink: document parallel_opsJohannes Berg2015-01-161-0/+2
* | genetlink: Add genlmsg_parse() helper function.Joe Stringer2015-01-261-0/+17
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-2/+2
|/
* netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-2/+2
* genetlink: pass multicast bind/unbind to familiesJohannes Berg2014-12-271-0/+5
* genetlink: pass only network namespace to genl_has_listeners()Johannes Berg2014-12-271-2/+2
* genetlink: add function genl_has_listeners()Nicolas Dichtel2014-09-191-0/+8
* genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf2014-01-061-0/+4
* genetlink: fix genl_set_err() group IDJohannes Berg2013-11-211-0/+3
* genetlink: fix genlmsg_multicast() bugJohannes Berg2013-11-211-4/+1
* genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-17/+31
* genetlink: pass family to functions using groupsJohannes Berg2013-11-191-6/+16
* genetlink: add and use genl_set_err()Johannes Berg2013-11-191-0/+14
* genetlink: remove family pointer from genl_multicast_groupJohannes Berg2013-11-191-2/+0
* genetlink: remove genl_unregister_mc_group()Johannes Berg2013-11-191-2/+0
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+6
* genetlink: unify registration functionsJohannes Berg2013-11-151-4/+24
* genetlink: make genl_ops flags a u8 and move to endJohannes Berg2013-11-141-3/+3
* genetlink: allow making ops constJohannes Berg2013-11-141-5/+5
* genetlink: register family ops as arrayJohannes Berg2013-11-141-3/+4
* genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg2013-11-141-2/+0
* genetlink.h: Remove extern from function prototypesJoe Perches2013-09-201-13/+13
* genl: Hold reference on correct module while netlink-dump.Pravin B Shelar2013-08-281-2/+18
* genl: Allow concurrent genl callbacks.Pravin B Shelar2013-04-251-0/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-17/+17
* net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf2012-06-281-0/+2
* net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2012-01-301-29/+2
* genetlink: Add genl_notify()Pravin B Shelar2011-12-031-0/+2
* netlink: advertise incomplete dumpsJohannes Berg2011-06-221-0/+32
* treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argumentJulia Lawall2011-02-031-1/+2
* genetlink: introduce pre_doit/post_doit hooksJohannes Berg2010-10-051-0/+18
* net: CONFIG_NET_NS reductionEric Dumazet2010-06-021-13/+2
* net: cleanup include/netEric Dumazet2009-11-041-8/+4
* genetlink: make netns awareJohannes Berg2009-07-121-7/+59
* genetlink: Introduce genl_register_family_with_ops()Michał Mirosław2009-05-211-0/+2
* netlink: Improve returned error codesThomas Graf2008-06-031-2/+2
* [GENETLINK]: Dynamic multicast groups.Johannes Berg2007-07-181-0/+22
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-071-1/+1