aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/genetlink.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-30net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko1-29/+2
2011-12-03genetlink: Add genl_notify()Pravin B Shelar1-0/+2
2011-06-22netlink: advertise incomplete dumpsJohannes Berg1-0/+32
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-02-03include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argumentJulia Lawall1-1/+2
2010-10-05genetlink: introduce pre_doit/post_doit hooksJohannes Berg1-0/+18
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet1-13/+2
2009-11-04net: cleanup include/netEric Dumazet1-8/+4
2009-07-12genetlink: make netns awareJohannes Berg1-7/+59
2009-05-21genetlink: Introduce genl_register_family_with_ops()Michał Mirosław1-0/+2
2008-06-03netlink: Improve returned error codesThomas Graf1-2/+2
2007-07-18[GENETLINK]: Dynamic multicast groups.Johannes Berg1-0/+22
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-1/+1
2006-12-02[GENETLINK]: Add cmd dump completion.Jamal Hadi Salim1-0/+2
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf1-7/+24
2006-12-02[GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf1-0/+10
2006-12-02[GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf1-0/+11
2006-10-01[PATCH] Add genetlink utilities for payload length calculationBalbir Singh1-0/+18
2006-09-22[GENL]: Provide more information to userspace about registered genl familiesThomas Graf1-2/+0
2006-09-22[NETLINK]: Add notification message sending interfaceThomas Graf1-2/+3
2006-07-14[PATCH] per-task-delay-accounting: utilities for genetlink usageBalbir Singh1-0/+20
2006-01-13[PATCH] genetlink: don't touch module ref countPer Liden1-1/+0