aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/iptable_filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal1-8/+1
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal1-8/+16
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal1-5/+3
2021-04-26netfilter: x_tables: remove paranoia testsFlorian Westphal1-3/+0
2021-04-26netfilter: iptables: unregister the tables by nameFlorian Westphal1-6/+2
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder1-1/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
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-11/+24
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-3/+2
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman1-4/+2
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller1-2/+1
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-4/+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-22netfilter: remove unnecessary goto statement for error recoveryJean Sacren1-5/+1
2012-08-14netfilter: PTR_RET can be usedWu Fengguang1-3/+1
2012-03-22netfilter: remove forward module param confusion.Rusty Russell1-7/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
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-10netfilter: xtables: generate initial table on-demandJan Engelhardt1-35/+11
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-12/+9
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt1-34/+16
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan1-1/+1
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt1-1/+1
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-6/+1
2008-10-08netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan1-3/+3
2008-04-14[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day1-1/+1
2008-04-14[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for realAlexey Dobriyan1-3/+16
2008-01-31[NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAWAlexey Dobriyan1-12/+29
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan1-8/+10
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-10/+12
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-6/+6
2007-05-10[NETFILTER]: iptable_{filter,mangle}: more descriptive "happy cracking" messagePatrick McHardy1-1/+2
2007-05-10[NETFILTER]: Clean up table initializationPatrick McHardy1-47/+23
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo1-1/+2
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-02-08[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure namesJan Engelhardt1-1/+1
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy1-2/+2
2006-04-09[NETFILTER]: Clean up hook registrationPatrick McHardy1-19/+2
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton1-4/+4
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte1-1/+2