summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/iptable_filter.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
* netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso2018-01-081-6/+0Star
* netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-021-11/+24
* netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-021-4/+5
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-1/+1
* inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-181-3/+2Star
* netfilter: Use nf_hook_state.netEric W. Biederman2015-09-181-4/+2Star
* netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller2015-04-041-2/+1Star
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-4/+3Star
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-3/+4
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* netfilter: remove unnecessary goto statement for error recoveryJean Sacren2012-08-221-5/+1Star
* netfilter: PTR_RET can be usedWu Fengguang2012-08-141-3/+1Star
* netfilter: remove forward module param confusion.Rusty Russell2012-03-231-7/+2Star
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-101-35/+11Star
* netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-101-26/+7Star
* netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt2010-02-101-12/+9Star
* netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt2010-02-101-34/+16Star
* netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-181-1/+1
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-241-1/+1
* netfilter: xtables: switch table AFs to nfprotoJan Engelhardt2009-08-101-1/+1
* netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt2009-08-101-3/+3
* netfilter: x_tables: remove unneeded initializationsStephen Hemminger2009-02-181-1/+0Star
* netfilter 01/09: remove "happy cracking" messagePatrick McHardy2009-01-131-6/+1Star
* netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan2008-10-081-3/+3
* [NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day2008-04-141-1/+1
* [NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for realAlexey Dobriyan2008-04-141-3/+16
* [NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAWAlexey Dobriyan2008-02-011-12/+29
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-02-011-8/+10
* [NETFILTER]: Mark hooks __read_mostlyPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-10/+12
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-6/+6
* [NETFILTER]: iptable_{filter,mangle}: more descriptive "happy cracking" messagePatrick McHardy2007-05-111-1/+2
* [NETFILTER]: Clean up table initializationPatrick McHardy2007-05-111-47/+23Star
* [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-261-1/+2
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-1/+1
* [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...Jan Engelhardt2007-02-081-1/+1
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-2/+2
* [NETFILTER]: Clean up hook registrationPatrick McHardy2006-04-101-19/+2Star
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-291-4/+4
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-121-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+194