netlink: add netlink_dump_control structure for netlink_dump_start()
[linux-flexiantxendom0-3.2.10.git] / net / netlink / genetlink.c
2012-02-26 Pablo Neira Ayusonetlink: add netlink_dump_control structure for netlink...
2012-01-30 Denys Vlasenkonet: Deinline __nlmsg_put and genlmsg_put. -7k code...
2012-01-15 Linus TorvaldsMerge branch 'for-linus' of git://selinuxproject.org...
2012-01-05 Eric Parissecurity: remove the security_netlink_recv hook as...
2011-12-28 Stephen Hemmingergenetlink: add auto module loading
2011-12-23 stephen hemmingernetlink: af_netlink cleanup (v2)
2011-12-03 Pravin B Shelargenetlink: Add lockdep_genl_is_held().
2011-12-03 Pravin B Shelargenetlink: Add genl_notify()
2011-06-10 Greg Rosertnetlink: Compute and store minimum ifinfo dump size
2011-01-19 David S. MillerRevert "netlink: test for all flags of the NLM_F_DUMP...
2011-01-10 Jan Engelhardtnetlink: test for all flags of the NLM_F_DUMP composite
2010-10-05 Johannes Berggenetlink: introduce pre_doit/post_doit hooks
2010-07-27 Changli Gaogenetlink: use genl_register_family_with_ops()
2010-07-27 Changli Gaogenetlink: cleanup code according to CodingStyle
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 James Chapmannetlink: Export genl_lock() API for use by modules
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-01-14 Samir Bellabesgenetlink: optimize ctrl_dumpfamily()
2009-10-18 Krishna Kumargenetlink: Optimize and one bug fix in genl_generate_id()
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