aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_CONNSECMARK.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: shorten up return clauseJan Engelhardt2010-03-251-4/+2
* netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-3/+5
* netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-3/+3
* netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-181-7/+6
* netfilter: xtables: cut down on static data for family-independent extensionsJan Engelhardt2008-10-081-26/+14
* netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt2008-10-081-3/+2
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-9/+7
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-4/+2
* netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan2008-10-081-1/+1
* 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]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-141-1/+1
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: x_tables: use %u format specifiersJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: ctnetlink: add support for secmarkPablo Neira Ayuso2008-01-281-1/+4
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-23/+24
* [NETFILTER]: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARKJan Engelhardt2007-12-011-5/+5
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-2/+1
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-101-1/+1
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-101-2/+2
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-101-6/+6
* [NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy2007-04-251-9/+9
* [NETFILTER]: Remove useless comparisons before assignmentsJan Engelhardt2007-02-081-4/+2
* [NETFILTER]: x_tables: add missing try to load conntrack from match/targetsYasuyuki Kozakai2006-12-131-1/+13
* [NETFILTER]: x_tables: Fix typos after conversion to use mass registation helperThomas Graf2006-09-221-4/+4
* [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-34/+23
* [SECMARK]: Add CONNSECMARK xtables targetJames Morris2006-06-171-0/+155