aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink.c
Commit message (Expand)AuthorAge
* netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-25
* netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso2009-06-03
* netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() functionPablo Neira Ayuso2009-06-02
* netfilter: nfnetlink: return ENOMEM if we fail to create netlink socketPablo Neira Ayuso2009-04-17
* nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso2009-03-23
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-16
* netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf...Pablo Neira Ayuso2008-10-14
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-28
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-11
* [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2Denis V. Lunev2007-10-11
* [NETFILTER]: nfnetlink: support attribute policiesPatrick McHardy2007-10-10
* [NETFILTER]: nfnetlink: use nlmsg_notify()Patrick McHardy2007-10-10
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-10
* [NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy2007-10-10
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-10
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-10
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-26
* [NETFILTER] nfnetlink: netlink_run_queue() already checks for NLM_F_REQUESTThomas Graf2007-04-26
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-26
* [NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check...Pablo Neira Ayuso2007-04-26
* [NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported ...Pablo Neira Ayuso2007-04-26
* [NETFILTER]: nfnetlink: remove unused includes in nfnetlink.cPablo Neira Ayuso2007-04-26
* [NETFILTER]: nfnetlink: remove unrequired check in nfnetlink_get_subsysPablo Neira Ayuso2007-04-26
* [NETFILTER]: nfnetlink: remove duplicate checks in nfnetlink_check_attributesPablo Neira Ayuso2007-04-26
* [NETFILTER]: nfnetlink: remove early debugging messages from nfnetlinkPablo Neira Ayuso2007-04-26
* [NETFILTER]: nfnetlink: use netlink_run_queue()Patrick McHardy2007-04-26
* [NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy2007-04-26
* [NET]: Handle disabled preemption in gfp_any()Patrick McHardy2007-02-28
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-12
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-29
* [NETFILTER]: ctnetlink: avoid unneccessary event message generationPatrick McHardy2006-03-20
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-14
* [NETFILTER]: nfnetlink: Fix calculation of minimum message lengthYasuyuki Kozakai2005-12-05
* [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-14
* [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is setHarald Welte2005-11-09
* [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte2005-11-09
* [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLVHarald Welte2005-10-10
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-08
* [NETFILTER]: fix sparse gfp nocast warningsRandy Dunlap2005-10-05
* [NETFILTER]: net/netfilter/nfnetlink*: make functions staticAdrian Bunk2005-09-05
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-29
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-29
* [NETFILTER]: cleanup nfnetlink_check_attributes()Harald Welte2005-08-29
* [NETFILTER]: attribute count is an attribute of message type, not subsytemHarald Welte2005-08-29
* [NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte2005-08-29
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-29
* [NETFILTER]: Add ctnetlink subsystemHarald Welte2005-08-29
* [NETFITLER]: Add nfnetlink layer.Harald Welte2005-08-29