summaryrefslogtreecommitdiffstats
path: root/include/net/genetlink.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [GENETLINK]: Add cmd dump completion.Jamal Hadi Salim2006-12-021-0/+2
* [GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf2006-12-021-7/+24
* [GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf2006-12-021-0/+10
* [GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf2006-12-021-0/+11
* [PATCH] Add genetlink utilities for payload length calculationBalbir Singh2006-10-011-0/+18
* [GENL]: Provide more information to userspace about registered genl familiesThomas Graf2006-09-221-2/+0
* [NETLINK]: Add notification message sending interfaceThomas Graf2006-09-221-2/+3
* [PATCH] per-task-delay-accounting: utilities for genetlink usageBalbir Singh2006-07-141-0/+20
* [PATCH] genetlink: don't touch module ref countPer Liden2006-01-131-1/+0
* [NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8Per Liden2006-01-031-1/+1
* [NETLINK]: Generic netlink familyThomas Graf2005-11-101-0/+154