aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6table_mangle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-01netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso1-4/+0
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal1-14/+23
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal1-4/+5
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman1-1/+1
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-1/+1
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman1-7/+5
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman1-3/+3
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller1-6/+6
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-7/+6
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-5/+5
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-04-08netfilter: ipv6: propagate routing errors from ip6_route_me_harder()Patrick McHardy1-3/+6
2013-01-29netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明1-2/+3
2012-08-14netfilter: PTR_RET can be usedWu Fengguang1-3/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2011-04-17netfilter: ip6table_mangle: Fix set-but-unused variables.David S. Miller1-1/+2
2010-05-13netfilter: cleanup printk messagesStephen Hemminger1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt1-7/+3
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan1-1/+3
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt1-38/+7
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt1-41/+7
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt1-30/+20
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan1-1/+1
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches1-7/+7
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt1-2/+2
2009-08-10netfilter: xtables: switch table AFs to nfprotoJan Engelhardt1-1/+1
2009-08-10netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt1-5/+5
2009-02-18netfilter: x_tables: remove unneeded initializationsStephen Hemminger1-1/+0
2008-10-08netfilter: netns: ip6table_mangle in netns for realAlexey Dobriyan1-9/+22
2008-06-24netfilter: ip6table_mangle: don't reroute in LOCAL_INPatrick McHardy1-1/+1
2008-04-14[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day1-1/+1
2008-01-31[NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAWAlexey Dobriyan1-11/+29
2008-01-31[NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan1-1/+1
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan1-8/+9
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-20/+20
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-16/+16
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-6/+0
2007-05-10[NETFILTER]: Clean up table initializationPatrick McHardy1-67/+29
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-7/+7
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-5/+5
2007-02-08[NETFILTER]: ip6_tables: remove redundant structure definitionsPatrick McHardy1-19/+0
2007-02-08[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure namesJan Engelhardt1-1/+1
2006-12-02[NET]: Turn nfmark into generic markThomas Graf1-5/+4
2006-09-22[NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUTPatrick McHardy1-6/+2
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy1-2/+2
2006-04-09[NETFILTER]: Clean up hook registrationPatrick McHardy1-31/+2