aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6table_security.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-25netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder1-1/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal1-13/+22
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal1-4/+5
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-2/+1
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman1-3/+1
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller1-1/+1
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-5/+3
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-2/+3
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2012-08-14netfilter: PTR_RET can be usedWu Fengguang1-4/+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-10netfilter: xtables: generate initial table on-demandJan Engelhardt1-32/+7
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt1-26/+7
2010-02-10netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt1-6/+2
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt1-30/+11
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan1-1/+1
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-3/+3
2009-02-18netfilter: x_tables: remove unneeded initializationsStephen Hemminger1-1/+0
2008-10-08netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan1-3/+3
2008-07-26netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan1-1/+1
2008-07-08netfilter: use correct namespace in ip6table_securityAlexey Dobriyan1-3/+3
2008-06-09netfilter: ip6_tables: add ip6tables security tableJames Morris1-0/+172