genetlink: Optimize genl_register_family()
[safe/jmp/linux-2.6] / net / netlink / genetlink.c
2009-10-18 Krishna Kumargenetlink: Optimize genl_register_family()
2009-09-24 Johannes Berggenetlink: fix netns vs. netlink table locking (2)
2009-09-15 Johannes Berggenetlink: fix netns vs. netlink table locking
2009-09-05 Brian Haleynetlink: silence compiler warning
2009-07-12 Johannes Berggenetlink: make netns aware
2009-05-21 Michał Mirosławgenetlink: Introduce genl_register_family_with_ops()
2009-01-07 Inaky Perez-Gonzalezgenetlink: export genl_unregister_mc_group()
2008-06-18 Patrick McHardynetlink: genl: fix circular locking
2008-06-03 Thomas Grafnetlink: Improve returned error codes
2008-02-13 Pavel Emelyanov[GENETLINK]: Relax dances with genl_lock.
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-11 Denis V. Lunev[NET]: Make netlink processing routines semi-synchronio...
2007-10-10 Herbert Xu[NETLINK]: Avoid pointer in netlink_run_queue
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-07-24 Thomas Graf[GENETLINK]: Correctly report errors while registering...
2007-07-24 Thomas Graf[GENETLINK]: Fix adjustment of number of multicast...
2007-07-24 Thomas Graf[GENETLINK]: Fix race in genl_unregister_mc_groups()
2007-07-18 Johannes Berg[GENETLINK]: Dynamic multicast groups.
2007-06-07 Patrick McHardy[NETLINK]: Mark netlink policies const
2007-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Thomas Graf[NETLINK]: Directly return -EINTR from netlink_dump_start()
2007-04-26 Thomas Graf[NETLINK]: Remove error pointer from netlink message...
2007-04-26 Thomas Graf[NETLINK]: Ignore control messages directly in netlink_...
2007-04-26 Thomas Graf[NETLINK]: Ignore !NLM_F_REQUEST messages directly...
2007-02-11 YOSHIFUJI Hideaki[NET] NETLINK: Fix whitespace errors.
2006-12-07 Jamal Hadi Salim[GENETLINK]: Fix misplaced command flags.
2006-12-07 Jamal Hadi Salim[GENETLINK]: Move command capabilities to flags.
2006-12-03 Jamal Hadi Salim[GENETLINK]: Add cmd dump completion.
2006-12-03 Thomas Graf[GENETLINK] ctrl: Avoid empty CTRL_ATTR_OPS attribute...
2006-12-03 Thomas Graf[GENL]: Add genlmsg_put_reply() to simplify building...
2006-12-03 Thomas Graf[GENL]: Add genlmsg_reply() to simply unicast replies...
2006-12-03 Thomas Graf[NETLINK]: Do precise netlink message allocations where...
2006-09-22 Thomas Graf[GENL]: Provide more information to userspace about...
2006-09-22 Thomas Graf[NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attrib...
2006-09-22 Thomas Graf[NETLINK]: Add notification message sending interface
2006-09-22 Thomas Graf[NETLINK]: Extend netlink messaging interface
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Darrel Goeddel[NETLINK]: Encapsulate eff_cap usage within security...
2006-03-26 Ingo Molnar[PATCH] sem2mutex: misc static one-file mutexes
2006-02-13 Jamal Hadi Salim[NETLINK] genetlink: Fix bugs spotted by Andrew Morton.
2006-01-13 Per Liden[PATCH] genetlink: don't touch module ref count
2006-01-03 Per Liden[NETLINK] genetlink: fix cmd type in genl_ops to be...
2005-11-10 Thomas Graf[NETLINK]: Generic netlink family