netfilter: nfnetlink: netns support
[safe/jmp/linux-2.6] / net / netfilter / nfnetlink.c
2010-01-13 Alexey Dobriyannetfilter: nfnetlink: netns support
2009-08-25 Patrick McHardynetfilter: nfnetlink: constify message attributes and...
2009-06-03 Pablo Neira Ayusonetfilter: conntrack: replace notify chain by function...
2009-06-02 Pablo Neira Ayusonetfilter: nfnetlink: cleanup for nfnetlink_rcv_msg...
2009-04-17 Pablo Neira Ayusonetfilter: nfnetlink: return ENOMEM if we fail to creat...
2009-03-23 Pablo Neira Ayusonefilter: nfnetlink: add nfnetlink_set_err and use...
2008-10-16 Johannes Bergnet: Remove CONFIG_KMOD from net/ (towards removing...
2008-10-14 Pablo Neira Ayusonetfilter: ctnetlink: remove bogus module dependency...
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
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 Patrick McHardy[NETFILTER]: nfnetlink: support attribute policies
2007-10-10 Patrick McHardy[NETFILTER]: nfnetlink: use nlmsg_notify()
2007-10-10 Patrick McHardy[NETFILTER]: nfnetlink: convert to generic netlink...
2007-10-10 Patrick McHardy[NETFILTER]: nfnetlink: make subsystem and callbacks...
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-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Thomas Graf[NETFILTER] nfnetlink: netlink_run_queue() already...
2007-04-26 Thomas Graf[NETLINK]: Remove error pointer from netlink message...
2007-04-26 Pablo Neira Ayuso[NETFILTER]: nfnetlink: parse attributes with nfattr_pa...
2007-04-26 Pablo Neira Ayuso[NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations...
2007-04-26 Pablo Neira Ayuso[NETFILTER]: nfnetlink: remove unused includes in nfnet...
2007-04-26 Pablo Neira Ayuso[NETFILTER]: nfnetlink: remove unrequired check in...
2007-04-26 Pablo Neira Ayuso[NETFILTER]: nfnetlink: remove duplicate checks in...
2007-04-26 Pablo Neira Ayuso[NETFILTER]: nfnetlink: remove early debugging messages...
2007-04-26 Patrick McHardy[NETFILTER]: nfnetlink: use netlink_run_queue()
2007-04-26 Patrick McHardy[NETFILTER]: nfnetlink: use mutex instead of semaphore
2007-02-28 Patrick McHardy[NET]: Handle disabled preemption in gfp_any()
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 YOSHIFUJI Hideaki[NETFILTER]: Fix whitespace errors
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-21 Patrick McHardy[NETFILTER]: ctnetlink: avoid unneccessary event messag...
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2005-12-05 Yasuyuki Kozakai[NETFILTER]: nfnetlink: Fix calculation of minimum...
2005-11-14 Harald Welte[NETFILTER] nfnetlink: unconditionally require CAP_NET_...
2005-11-09 Harald Welte[NETFILTER] nfnetlink: only load subsystems if CAP_NET_...
2005-11-09 Harald Welte[NETFILTER] nfnetlink: nfattr_parse() can never fail...
2005-10-11 Harald Welte[NETFILTER] nfnetlink: use highest bit of nfa_type...
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-10-05 Randy Dunlap[NETFILTER]: fix sparse gfp nocast warnings
2005-09-06 Adrian Bunk[NETFILTER]: net/netfilter/nfnetlink*: make functions...
2005-08-29 Patrick McHardy[NETLINK]: Add "groups" argument to netlink_kernel_create
2005-08-29 Patrick McHardy[NETLINK]: Convert netlink users to use group numbers...
2005-08-29 Harald Welte[NETFILTER]: cleanup nfnetlink_check_attributes()
2005-08-29 Harald Welte[NETFILTER]: attribute count is an attribute of message...
2005-08-29 Harald Welte[NETFILTER]: Core changes required by upcoming nfnetlin...
2005-08-29 Harald Welte[NETLINK]: Add properly module refcounting for kernel...
2005-08-29 Harald Welte[NETFILTER]: Add ctnetlink subsystem
2005-08-29 Harald Welte[NETFITLER]: Add nfnetlink layer.