aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/xt_DSCP.c
AgeCommit message (Expand)Author
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt
2009-08-10netfilter: xtables: remove xt_TOS v0Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt
2008-01-28[NETFILTER]: xt_TOS: Properly set the TOS fieldJan Engelhardt
2008-01-28[NETFILTER]: xt_TOS: Change semantic of mask valueJan Engelhardt
2008-01-28[NETFILTER]: IPv6 capable xt_TOS v1 targetJan Engelhardt
2008-01-28[NETFILTER]: Merge ipt_TOS into xt_DSCPJan Engelhardt
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy
2007-07-10[NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy
2006-09-22[NETFILTER]: x_tables: make use of mass registation helpersPatrick McHardy
2006-09-22[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent...Yasuyuki Kozakai