index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
/
iptable_filter.c
Age
Commit message (
Expand
)
Author
2024-05-06
netfilter: use NF_DROP instead of -NF_DROP
Jason Xing
2021-10-14
netfilter: iptables: allow use of ipt_do_table as hookfn
Florian Westphal
2021-08-09
netfilter: x_tables: never register tables by default
Florian Westphal
2021-04-26
netfilter: ip_tables: pass table pointer via nf_hook_ops
Florian Westphal
2021-04-26
netfilter: x_tables: remove paranoia tests
Florian Westphal
2021-04-26
netfilter: iptables: unregister the tables by name
Florian Westphal
2020-06-25
netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.
David Wilder
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-01-08
netfilter: remove defensive check on malformed packets from raw sockets
Pablo Neira Ayuso
2016-03-02
netfilter: xtables: don't hook tables by default
Florian Westphal
2016-03-02
netfilter: xtables: prepare for on-demand hook register
Florian Westphal
2015-09-18
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
Eric W. Biederman
2015-09-18
inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
Eric W. Biederman
2015-09-17
netfilter: Use nf_hook_state.net
Eric W. Biederman
2015-04-04
netfilter: Pass nf_hook_state through ipt_do_table().
David S. Miller
2015-04-04
netfilter: Make nf_hookfn use nf_hook_state.
David S. Miller
2013-10-14
netfilter: pass hook ops to hookfn
Patrick McHardy
2013-07-15
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
2012-08-22
netfilter: remove unnecessary goto statement for error recovery
Jean Sacren
2012-08-14
netfilter: PTR_RET can be used
Wu Fengguang
2012-03-22
netfilter: remove forward module param confusion.
Rusty Russell
2011-12-19
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
2010-05-13
netfilter: cleanup printk messages
Stephen Hemminger
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-10
netfilter: xtables: generate initial table on-demand
Jan Engelhardt
2010-02-10
netfilter: xtables: use xt_table for hook instantiation
Jan Engelhardt
2010-02-10
netfilter: xtables: compact table hook functions (2/2)
Jan Engelhardt
2010-02-10
netfilter: xtables: compact table hook functions (1/2)
Jan Engelhardt
2010-01-18
netfilter: xtables: add struct xt_mtdtor_param::net
Alexey Dobriyan
2009-08-24
netfilter: xtables: mark initial tables constant
Jan Engelhardt
2009-08-10
netfilter: xtables: switch table AFs to nfproto
Jan Engelhardt
2009-08-10
netfilter: xtables: switch hook PFs to nfproto
Jan Engelhardt
2009-02-18
netfilter: x_tables: remove unneeded initializations
Stephen Hemminger
2009-01-12
netfilter 01/09: remove "happy cracking" message
Patrick McHardy
2008-10-08
netfilter: netns: remove nf_*_net() wrappers
Alexey Dobriyan
2008-04-14
[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macro
Robert P. J. Day
2008-04-14
[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real
Alexey Dobriyan
2008-01-31
[NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAW
Alexey Dobriyan
2008-01-31
[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()
Alexey Dobriyan
2008-01-28
[NETFILTER]: Mark hooks __read_mostly
Patrick McHardy
2008-01-28
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
2007-05-10
[NETFILTER]: iptable_{filter,mangle}: more descriptive "happy cracking" message
Patrick McHardy
2007-05-10
[NETFILTER]: Clean up table initialization
Patrick McHardy
2007-04-25
[IP]: Introduce ip_hdrlen()
Arnaldo Carvalho de Melo
2007-02-10
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-08
[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...
Jan Engelhardt
2006-09-22
[NETFILTER]: x_tables: remove unused argument to target functions
Patrick McHardy
2006-04-09
[NETFILTER]: Clean up hook registration
Patrick McHardy
2006-03-28
[NETFILTER]: Rename init functions.
Andrew Morton
[next]