Age | Commit message (Expand) | Author | Files | Lines |
2021-10-14 | netfilter: iptables: allow use of ipt_do_table as hookfn |  Florian Westphal | 1 | -3/+3 |
2021-04-26 | netfilter: allow to turn off xtables compat layer |  Florian Westphal | 1 | -1/+1 |
2021-04-26 | netfilter: ip_tables: pass table pointer via nf_hook_ops |  Florian Westphal | 1 | -4/+2 |
2021-04-26 | netfilter: iptables: unregister the tables by name |  Florian Westphal | 1 | -3/+3 |
2021-04-26 | netfilter: x_tables: remove ipt_unregister_table |  Florian Westphal | 1 | -3/+0 |
2020-06-25 | netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit helpers. |  David Wilder | 1 | -0/+6 |
2020-03-15 | netfilter: Replace zero-length array with flexible-array member |  Gustavo A. R. Silva | 1 | -1/+1 |
2019-09-13 | netfilter: remove CONFIG_NETFILTER checks from headers. |  Jeremy Sowden | 1 | -6/+1 |
2019-09-13 | netfilter: ip_tables: remove unused function declarations. |  Jeremy Sowden | 1 | -2/+0 |
2019-08-13 | netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files. |  Jeremy Sowden | 1 | -0/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2016-03-02 | netfilter: xtables: prepare for on-demand hook register |  Florian Westphal | 1 | -4/+5 |
2015-09-18 | inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table |  Eric W. Biederman | 1 | -1/+0 |
2015-04-04 | netfilter: Pass nf_hook_state through ipt_do_table(). |  David S. Miller | 1 | -2/+1 |
2012-10-09 | UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv4 |  David Howells | 1 | -216/+2 |
2011-08-26 | headers, netfilter: Use kernel type names __u8, __u16, __u32 |  Ben Hutchings | 1 | -10/+10 |
2010-10-13 | netfilter: xtables: remove unused defines |  Jan Engelhardt | 1 | -4/+0 |
2010-10-13 | netfilter: xtables: unify {ip,ip6,arp}t_error_target |  Jan Engelhardt | 1 | -7/+3 |
2010-10-13 | netfilter: xtables: resolve indirect macros 3/3 |  Jan Engelhardt | 1 | -37/+32 |
2010-10-13 | netfilter: xtables: resolve indirect macros 2/3 |  Jan Engelhardt | 1 | -10/+8 |
2010-10-13 | netfilter: xtables: resolve indirect macros 1/3 |  Jan Engelhardt | 1 | -4/+6 |
2010-02-24 | netfilter: xtables: replace XT_MATCH_ITERATE macro |  Jan Engelhardt | 1 | -5/+1 |
2010-02-24 | netfilter: xtables: replace XT_ENTRY_ITERATE macro |  Jan Engelhardt | 1 | -9/+2 |
2010-02-10 | netfilter: xtables: generate initial table on-demand |  Jan Engelhardt | 1 | -0/+1 |
2010-01-18 | netfilter: xtables: add struct xt_mtdtor_param::net |  Alexey Dobriyan | 1 | -1/+1 |
2009-11-04 | net: cleanup include/linux |  Eric Dumazet | 1 | -18/+9 |
2009-08-24 | netfilter: xtables: mark initial tables constant |  Jan Engelhardt | 1 | -1/+1 |
2008-05-21 | netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ |  Patrick McHardy | 1 | -1/+1 |
2008-01-31 | [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table() |  Alexey Dobriyan | 1 | -2/+3 |
2008-01-28 | [NETFILTER]: ip_tables: fix compat types |  Patrick McHardy | 1 | -5/+20 |
2008-01-28 | [NETFILTER]: {ip,ip6,arp}_tables: consolidate iterator macros |  Patrick McHardy | 1 | -49/+6 |
2008-01-28 | [NETFILTER]: Introduce NF_INET_ hook values |  Patrick McHardy | 1 | -4/+4 |
2007-10-15 | [NETFILTER]: Replace sk_buff ** with sk_buff * |  Herbert Xu | 1 | -1/+1 |
2007-06-07 | [NETFILTER]: ip_tables: fix compat related crash |  Dmitry Mishin | 1 | -0/+20 |
2007-05-10 | [NETFILTER]: Clean up table initialization |  Patrick McHardy | 1 | -0/+22 |
2007-02-08 | [NETFILTER]: ip_tables: remove declaration of non-existant ipt_find_target function |  Patrick McHardy | 1 | -3/+0 |
2007-02-08 | [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure names |  Jan Engelhardt | 1 | -6/+3 |
2007-02-08 | [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions |  Jan Engelhardt | 1 | -11/+1 |
2007-01-23 | [NETFILTER]: Fix iptables ABI breakage on (at least) CRIS |  Patrick McHardy | 1 | -1/+1 |
2006-11-15 | [NETFILTER]: ip6_tables: fixed conflicted optname for getsockopt |  Yasuyuki Kozakai | 1 | -12/+15 |
2006-09-22 | [NETFILTER]: x_tables: remove unused argument to target functions |  Patrick McHardy | 1 | -2/+1 |
2006-04-01 | [NETFILTER]: iptables 32bit compat layer |  Dmitry Mishin | 1 | -0/+18 |
2006-03-22 | [NETFILTER]: futher {ip,ip6,arp}_tables unification |  Dmitry Mishin | 1 | -55/+3 |
2006-03-22 | [NETFILTER]: x_tables: set the protocol family in x_tables targets/matches |  Pablo Neira Ayuso | 1 | -5/+9 |
2006-01-12 | [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables |  Harald Welte | 1 | -170/+47 |
2005-08-29 | [NETFILTER]: Add goto target |  Patrick McHardy | 1 | -1/+2 |
2005-04-16 | Linux-2.6.12-rc2 |  Linus Torvalds | 1 | -0/+490 |