summaryrefslogtreecommitdiffstats
path: root/net/netlink/genetlink.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: genl: fix circular lockingPatrick McHardy2008-06-181-9/+6
* netlink: Improve returned error codesThomas Graf2008-06-031-2/+4
* [GENETLINK]: Relax dances with genl_lock.Pavel Emelyanov2008-02-121-4/+2
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-8/+4
* [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2Denis V. Lunev2007-10-101-12/+3
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-101-1/+1
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-2/+2
* [GENETLINK]: Correctly report errors while registering a multicast groupThomas Graf2007-07-241-1/+1
* [GENETLINK]: Fix adjustment of number of multicast groupsThomas Graf2007-07-241-1/+1
* [GENETLINK]: Fix race in genl_unregister_mc_groups()Thomas Graf2007-07-241-8/+16
* [GENETLINK]: Dynamic multicast groups.Johannes Berg2007-07-181-7/+228
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-071-1/+1
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* [NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf2007-04-251-5/+2
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-251-36/+20
* [NETLINK]: Ignore control messages directly in netlink_run_queue()Thomas Graf2007-04-251-6/+0
* [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()Thomas Graf2007-04-251-3/+0
* [NET] NETLINK: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* [GENETLINK]: Fix misplaced command flags.Jamal Hadi Salim2006-12-061-2/+2
* [GENETLINK]: Move command capabilities to flags.Jamal Hadi Salim2006-12-061-10/+8
* [GENETLINK]: Add cmd dump completion.Jamal Hadi Salim2006-12-021-1/+1
* [GENETLINK] ctrl: Avoid empty CTRL_ATTR_OPS attribute when dumpingThomas Graf2006-12-021-22/+25
* [GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf2006-12-021-9/+8
* [GENL]: Add genlmsg_reply() to simply unicast replies to requestsThomas Graf2006-12-021-1/+1
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-1/+1
* [GENL]: Provide more information to userspace about registered genl familiesThomas Graf2006-09-221-0/+40
* [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validationThomas Graf2006-09-221-6/+4
* [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/+0
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-291-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-131-7/+4
* [PATCH] genetlink: don't touch module ref countPer Liden2006-01-131-7/+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/+579
OpenPOWER on IntegriCloud