aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/nfnetlink.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-20netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso1-1/+1
2010-01-13netfilter: nfnetlink: netns supportAlexey Dobriyan1-4/+4
2009-11-04net: cleanup include/linuxEric Dumazet1-4/+2
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy1-1/+2
2009-06-08netfilter: passive OS fingerprint xtables matchEvgeniy Polyakov1-1/+2
2009-06-03netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso1-1/+1
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-03-26make netfilter use strict integer typesArnd Bergmann1-2/+2
2009-03-23nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso1-0/+1
2008-10-14netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_natPablo Neira Ayuso1-0/+3
2007-10-10[NETFILTER]: nfnetlink: kill nlattr_bad_sizePatrick McHardy1-13/+0
2007-10-10[NETFILTER]: nfnetlink: support attribute policiesPatrick McHardy1-1/+2
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy1-1/+1
2007-10-10[NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy1-72/+6
2007-10-10[NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy1-5/+5
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-04-25[NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy1-13/+0
2006-12-02[NETFILTER]: trivial annotationsAl Viro1-1/+1
2006-09-22[NETFILTER]: nfnetlink: remove unnecessary packed attributesPatrick McHardy1-2/+2
2006-03-20[NETFILTER]: ctnetlink: avoid unneccessary event message generationPatrick McHardy1-0/+1
2005-11-14[NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte1-1/+0
2005-11-14[NETFILTER] nfnetlink: skip size check if size not specified (== 0)Pablo Neira Ayuso1-1/+4
2005-11-09[NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte1-1/+1
2005-10-10[NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLVHarald Welte1-4/+8
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-1/+22
2005-08-29[NETFILTER]: attribute count is an attribute of message type, not subsytemHarald Welte1-2/+2
2005-08-29[NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte1-9/+11
2005-08-29[NETFILTER]: Add ctnetlink subsystemHarald Welte1-1/+2
2005-08-29[NETFITLER]: Add nfnetlink layer.Harald Welte1-0/+145