summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: ctnetlink: avoid unneccessary event message generationPatrick McHardy2006-03-201-0/+6
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
* [NETFILTER]: nfnetlink: Fix calculation of minimum message lengthYasuyuki Kozakai2005-12-051-3/+2
* [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-141-16/+12
* [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is setHarald Welte2005-11-091-7/+10
* [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte2005-11-091-3/+1
* [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLVHarald Welte2005-10-101-2/+2
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-2/+1
* [NETFILTER]: fix sparse gfp nocast warningsRandy Dunlap2005-10-041-1/+2
* [NETFILTER]: net/netfilter/nfnetlink*: make functions staticAdrian Bunk2005-09-051-2/+2
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-291-2/+2
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-291-1/+1
* [NETFILTER]: cleanup nfnetlink_check_attributes()Harald Welte2005-08-291-9/+10
* [NETFILTER]: attribute count is an attribute of message type, not subsytemHarald Welte2005-08-291-4/+16
* [NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte2005-08-291-6/+22
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-291-1/+4
* [NETFILTER]: Add ctnetlink subsystemHarald Welte2005-08-291-0/+1
* [NETFITLER]: Add nfnetlink layer.Harald Welte2005-08-291-0/+343