summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_SECMARK.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt2008-10-081-21/+11Star
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-2/+2
* netfilter: ip_tables: add iptables security table for mandatory access contro...James Morris2008-06-101-3/+7
* [NETFILTER]: make secmark_tg_destroy() staticAdrian Bunk2008-02-141-1/+1
* SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-291-1/+12
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-291-1/+1
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-19/+19
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-2/+2
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-111-1/+1
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-111-12/+12
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-1/+1
* [NETFILTER]: Remove useless comparisons before assignmentsJan Engelhardt2007-02-081-3/+1Star
* [NETFILTER]: x_tables: Fix typos after conversion to use mass registation helperThomas Graf2006-09-221-1/+1
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-1/+1
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-1/+1
* [NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy2006-09-221-33/+22Star
* [SECURITY] secmark: nul-terminate secdataJames Morris2006-08-021-0/+2
* [SECMARK]: Add xtables SECMARK targetJames Morris2006-06-181-0/+156