aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6/ip6_tables.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal1-3/+2
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal1-1/+1
2021-04-26netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal1-3/+2
2021-04-26netfilter: ip6tables: unregister the tables by nameFlorian Westphal1-2/+2
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal1-2/+0
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit helpers.David Wilder1-0/+3
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden1-4/+1
2019-09-13netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header.Jeremy Sowden1-12/+0
2019-09-13netfilter: ip_tables: remove unused function declarations.Jeremy Sowden1-2/+1
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal1-4/+5
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman1-1/+0
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller1-2/+1
2012-11-09ipv6: Move ipv6_find_hdr() out of Netfilter code.Jesse Gross1-9/+0
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv6David Howells1-254/+2
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom1-1/+6
2012-04-09netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso1-1/+11
2011-08-26headers, netfilter: Use kernel type names __u8, __u16, __u32Ben Hutchings1-11/+11
2010-10-13netfilter: xtables: remove unused definesJan Engelhardt1-4/+0
2010-10-13netfilter: xtables: unify {ip,ip6,arp}t_error_targetJan Engelhardt1-7/+3
2010-10-13netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt1-44/+25
2010-10-13netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt1-11/+9
2010-10-13netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt1-5/+6
2010-03-08netfilter: remove stale declaration for ip6_masked_addrcmp()YOSHIFUJI Hideaki1-4/+0
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt1-5/+1
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt1-8/+2
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt1-0/+1
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan1-1/+1
2009-11-04net: cleanup include/linuxEric Dumazet1-18/+9
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt1-1/+1
2008-05-21netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__Patrick McHardy1-1/+1
2008-01-31[NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan1-1/+2
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan1-2/+2
2008-01-28[NETFILTER]: ip6_tables: use XT_ALIGNPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: ip6_tables: add compat supportPatrick McHardy1-0/+35
2008-01-28[NETFILTER]: {ip,ip6,arp}_tables: consolidate iterator macrosPatrick McHardy1-32/+4
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-4/+4
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-1/+1
2007-07-10[NETFILTER]: ip6_tables: fix explanation of valid upper protocol numberYasuyuki Kozakai1-2/+8
2007-05-10[NETFILTER]: Clean up table initializationPatrick McHardy1-0/+22
2007-02-08[NETFILTER]: ip6_tables: remove redundant structure definitionsPatrick McHardy1-0/+19
2007-02-08[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure namesJan Engelhardt1-3/+3
2007-02-08[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt1-10/+0
2006-11-15[NETFILTER]: ip6_tables: fixed conflicted optname for getsockoptYasuyuki Kozakai1-12/+15
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy1-2/+1
2006-03-22[NETFILTER]: futher {ip,ip6,arp}_tables unificationDmitry Mishin1-54/+3
2006-03-22[NETFILTER]: x_tables: set the protocol family in x_tables targets/matchesPablo Neira Ayuso1-5/+9
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte1-164/+44