aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/iptable_security.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso1-6/+0
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal1-12/+23
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal1-4/+5
2015-10-16netfilter: ipv4: code indentationIan Morris1-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-3/+2
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman1-4/+1
2015-04-04netfilter: Pass nf_hook_state through ipt_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-3/+4
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-13/+10
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt1-33/+17
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-2/+2
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
2009-01-12netfilter 01/09: remove "happy cracking" messagePatrick McHardy1-5/+1
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-06-09netfilter: ip_tables: add iptables security table for mandatory access control rulesJames Morris1-0/+180