aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_SECMARK.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-17netfilter: xtables: avoid BUG_ONFlorian Westphal1-2/+0
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal1-6/+8
2018-02-14netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal1-2/+2
2010-10-21secmark: make secmark object handling genericEric Paris1-18/+17
2010-10-21secmark: do not return early if there was no errorEric Paris1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-7/+9
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-5/+5
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-1/+1
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt1-10/+10
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-1/+1
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-7/+5
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-4/+2
2008-10-08netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt1-21/+11
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-2/+2
2008-06-09netfilter: ip_tables: add iptables security table for mandatory access control rulesJames Morris1-3/+7
2008-02-13[NETFILTER]: make secmark_tg_destroy() staticAdrian Bunk1-1/+1
2008-01-30SELinux: Enable dynamic enable/disable of the network access checksPaul Moore1-1/+12
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-19/+19
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-2/+2
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt1-12/+12
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki1-1/+1
2007-02-08[NETFILTER]: Remove useless comparisons before assignmentsJan Engelhardt1-3/+1
2006-09-22[NETFILTER]: x_tables: Fix typos after conversion to use mass registation helperThomas Graf1-1/+1
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy1-1/+1
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy1-1/+1
2006-09-22[NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy1-33/+22
2006-08-02[SECURITY] secmark: nul-terminate secdataJames Morris1-0/+2
2006-06-17[SECMARK]: Add xtables SECMARK targetJames Morris1-0/+156