aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_CONNSECMARK.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal1-3/+3
2018-02-14netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal1-2/+2
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal1-2/+2
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: shorten up return clauseJan Engelhardt1-4/+2
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-3/+5
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-3/+3
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-1/+1
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt1-7/+6
2008-10-08netfilter: xtables: cut down on static data for family-independent extensionsJan Engelhardt1-26/+14
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-3/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-9/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-4/+2
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skbAlexey Dobriyan1-1/+1
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-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: x_tables: use %u format specifiersJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: ctnetlink: add support for secmarkPablo Neira Ayuso1-1/+4
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-23/+24
2007-12-01[NETFILTER]: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARKJan Engelhardt1-5/+5
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-2/+1
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: add some consts, remove some castsJan Engelhardt1-2/+2
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt1-6/+6
2007-04-25[NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy1-9/+9
2007-02-08[NETFILTER]: Remove useless comparisons before assignmentsJan Engelhardt1-4/+2
2006-12-13[NETFILTER]: x_tables: add missing try to load conntrack from match/targetsYasuyuki Kozakai1-1/+13
2006-09-22[NETFILTER]: x_tables: Fix typos after conversion to use mass registation helperThomas Graf1-4/+4
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-34/+23
2006-06-17[SECMARK]: Add CONNSECMARK xtables targetJames Morris1-0/+155