Age | Commit message (Expand) | Author |
2010-05-13 | netfilter: cleanup printk messages | Stephen Hemminger |
2010-04-20 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy |
2010-03-20 | netfilter: ctnetlink: fix reliable event delivery if message building fails | Pablo Neira Ayuso |
2010-03-17 | netfilter: remove unused headers in net/netfilter/nfnetlink.c | Zhitong Wang |
2010-01-13 | netfilter: nfnetlink: netns support | Alexey Dobriyan |
2009-08-25 | netfilter: nfnetlink: constify message attributes and headers | Patrick McHardy |
2009-06-03 | netfilter: conntrack: replace notify chain by function pointer | Pablo Neira Ayuso |
2009-06-02 | netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() function | Pablo Neira Ayuso |
2009-04-17 | netfilter: nfnetlink: return ENOMEM if we fail to create netlink socket | Pablo Neira Ayuso |
2009-03-23 | nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlink | Pablo Neira Ayuso |
2008-10-16 | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg |
2008-10-14 | netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf... | Pablo Neira Ayuso |
2008-01-28 | [NETNS]: Consolidate kernel netlink socket destruction. | Denis V. Lunev |
2007-10-10 | [NET]: make netlink user -> kernel interface synchronious | Denis V. Lunev |
2007-10-10 | [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2 | Denis V. Lunev |
2007-10-10 | [NETFILTER]: nfnetlink: support attribute policies | Patrick McHardy |
2007-10-10 | [NETFILTER]: nfnetlink: use nlmsg_notify() | Patrick McHardy |
2007-10-10 | [NETFILTER]: nfnetlink: convert to generic netlink attribute functions | Patrick McHardy |
2007-10-10 | [NETFILTER]: nfnetlink: make subsystem and callbacks const | Patrick McHardy |
2007-10-10 | [NETLINK]: Avoid pointer in netlink_run_queue | Herbert Xu |
2007-10-10 | [NET]: Support multiple network namespaces with netlink | Eric W. Biederman |
2007-04-25 | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it | Patrick McHardy |
2007-04-25 | [NETFILTER] nfnetlink: netlink_run_queue() already checks for NLM_F_REQUEST | Thomas Graf |
2007-04-25 | [NETLINK]: Remove error pointer from netlink message handler | Thomas Graf |
2007-04-25 | [NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check... | Pablo Neira Ayuso |
2007-04-25 | [NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported ... | Pablo Neira Ayuso |
2007-04-25 | [NETFILTER]: nfnetlink: remove unused includes in nfnetlink.c | Pablo Neira Ayuso |
2007-04-25 | [NETFILTER]: nfnetlink: remove unrequired check in nfnetlink_get_subsys | Pablo Neira Ayuso |
2007-04-25 | [NETFILTER]: nfnetlink: remove duplicate checks in nfnetlink_check_attributes | Pablo Neira Ayuso |
2007-04-25 | [NETFILTER]: nfnetlink: remove early debugging messages from nfnetlink | Pablo Neira Ayuso |
2007-04-25 | [NETFILTER]: nfnetlink: use netlink_run_queue() | Patrick McHardy |
2007-04-25 | [NETFILTER]: nfnetlink: use mutex instead of semaphore | Patrick McHardy |
2007-02-28 | [NET]: Handle disabled preemption in gfp_any() | Patrick McHardy |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau |
2007-02-12 | [NETFILTER]: Fix whitespace errors | YOSHIFUJI Hideaki |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel |
2006-06-29 | [NETLINK]: Encapsulate eff_cap usage within security framework. | Darrel Goeddel |
2006-03-20 | [NETFILTER]: ctnetlink: avoid unneccessary event message generation | Patrick McHardy |
2006-01-14 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven |
2005-12-05 | [NETFILTER]: nfnetlink: Fix calculation of minimum message length | Yasuyuki Kozakai |
2005-11-14 | [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN | Harald Welte |
2005-11-09 | [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is set | Harald Welte |
2005-11-09 | [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void | Harald Welte |
2005-10-10 | [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLV | Harald Welte |
2005-10-08 | [PATCH] gfp flags annotations - part 1 | Al Viro |
2005-10-04 | [NETFILTER]: fix sparse gfp nocast warnings | Randy Dunlap |
2005-09-05 | [NETFILTER]: net/netfilter/nfnetlink*: make functions static | Adrian Bunk |
2005-08-29 | [NETLINK]: Add "groups" argument to netlink_kernel_create | Patrick McHardy |
2005-08-29 | [NETLINK]: Convert netlink users to use group numbers instead of bitmasks | Patrick McHardy |
2005-08-29 | [NETFILTER]: cleanup nfnetlink_check_attributes() | Harald Welte |