summaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c
Commit message (Expand)AuthorAgeFilesLines
* [NET] NETLINK: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-1/+1
* [GENETLINK]: Fix misplaced command flags.Jamal Hadi Salim2006-12-071-2/+2
* [GENETLINK]: Move command capabilities to flags.Jamal Hadi Salim2006-12-071-10/+8Star
* [GENETLINK]: Add cmd dump completion.Jamal Hadi Salim2006-12-031-1/+1
* [GENETLINK] ctrl: Avoid empty CTRL_ATTR_OPS attribute when dumpingThomas Graf2006-12-031-22/+25
* [GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf2006-12-031-9/+8Star
* [GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf2006-12-031-1/+1
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-031-1/+1
* [GENL]: Provide more information to userspace about registered genl familiesThomas Graf2006-09-231-0/+40
* [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2006-09-231-6/+4Star
* [NETLINK]: Add notification message sending interfaceThomas Graf2006-09-221-1/+1
* [NETLINK]: Extend netlink messaging interfaceThomas Graf2006-09-221-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-301-1/+1
* [PATCH] sem2mutex: misc static one-file mutexesIngo Molnar2006-03-261-4/+5
* [NETLINK] genetlink: Fix bugs spotted by Andrew Morton.Jamal Hadi Salim2006-02-141-7/+4Star
* [PATCH] genetlink: don't touch module ref countPer Liden2006-01-131-7/+0Star
* [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/+579