aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_SECMARK.c
Commit message (Expand)AuthorAgeFilesLines
* secmark: make secmark object handling genericEric Paris2010-10-211-18/+17
* secmark: do not return early if there was no errorEric Paris2010-10-211-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-7/+9
* netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-5/+5
* netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-181-10/+10
* netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt2008-10-081-1/+1
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-7/+5
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-4/+2
* netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt2008-10-081-21/+11
* 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-091-3/+7
* [NETFILTER]: make secmark_tg_destroy() staticAdrian Bunk2008-02-131-1/+1
* SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-301-1/+12
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-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-101-1/+1
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-101-12/+12
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-1/+1
* [NETFILTER]: Remove useless comparisons before assignmentsJan Engelhardt2007-02-081-3/+1
* [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/+22
* [SECURITY] secmark: nul-terminate secdataJames Morris2006-08-021-0/+2
* [SECMARK]: Add xtables SECMARK targetJames Morris2006-06-171-0/+156