aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_DSCP.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal1-4/+4
2018-02-14netfilter: x_tables: remove pr_info where possibleFlorian Westphal1-3/+1
2014-11-13netfilter: fix various sparse warningsFlorian Westphal1-2/+4
2011-05-10netfilter: IPv6: fix DSCP mangle codeFernando Luis Vazquez Cao1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-4/+4
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-2/+2
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-1/+1
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt1-2/+2
2009-08-10netfilter: xtables: remove xt_TOS v0Jan Engelhardt1-46/+0
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-12/+7
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-20/+10
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-5/+5
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: xt_TOS: Properly set the TOS fieldJan Engelhardt1-2/+2
2008-01-28[NETFILTER]: xt_TOS: Change semantic of mask valueJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: IPv6 capable xt_TOS v1 targetJan Engelhardt1-0/+63
2008-01-28[NETFILTER]: Merge ipt_TOS into xt_DSCPJan Engelhardt1-0/+51
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-28/+23
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-8/+8
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu1-2/+2
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt1-1/+1
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt1-7/+7
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy1-2/+0
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+2
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy1-1/+0
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy1-4/+2
2006-09-22[NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy1-30/+21
2006-09-22[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent versionYasuyuki Kozakai1-0/+130