summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal2021-10-141-3/+2
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-261-1/+1
* netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-3/+2
* netfilter: ip6tables: unregister the tables by nameFlorian Westphal2021-04-261-2/+2
* netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal2021-04-261-2/+0
* netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder2020-06-251-0/+3
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-151-1/+1
* netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden2019-09-131-4/+1
* netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header.Jeremy Sowden2019-09-131-12/+0
* netfilter: ip_tables: remove unused function declarations.Jeremy Sowden2019-09-131-2/+1
* netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden2019-08-131-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-021-4/+5
* inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-181-1/+0
* netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller2015-04-041-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-11-301-9/+0
|\
| * ipv6: Move ipv6_find_hdr() out of Netfilter code.Jesse Gross2012-11-091-9/+0
* | UAPI: Remove empty non-UAPI Kbuild filesDavid Howells2012-10-171-0/+0
|/
* UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv6David Howells2012-10-0913-519/+2
* netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation t...Patrick McHardy2012-08-302-0/+17
* netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom2012-05-091-1/+6
* netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso2012-04-091-1/+11
* netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger2012-03-071-0/+2
* headers, netfilter: Use kernel type names __u8, __u16, __u32Ben Hutchings2011-08-261-11/+11
* netfilter: xtables: add missing header inclusions for headers_checkJan Engelhardt2011-01-209-0/+17
* netfilter: xtables: use __uXX guarded types for userspace exportsJan Engelhardt2011-01-189-29/+29
* netfilter: xtables: remove unused definesJan Engelhardt2010-10-131-4/+0
* netfilter: xtables: unify {ip,ip6,arp}t_error_targetJan Engelhardt2010-10-131-7/+3
* netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt2010-10-131-44/+25
* netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2010-10-131-11/+9
* netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2010-10-131-5/+6
* include: replace unifdef-y with header-ySam Ravnborg2010-08-141-3/+2
* netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2010-06-281-1/+2
* netfilter: remove stale declaration for ip6_masked_addrcmp()YOSHIFUJI Hideaki2010-03-081-4/+0
* netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-241-5/+1
* netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-241-8/+2
* netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-101-0/+1
* netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-181-1/+1
* net: cleanup include/linuxEric Dumazet2009-11-047-30/+15
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-241-1/+1
* netfilter: xtables: remove redirecting header filesJan Engelhardt2009-08-1010-115/+1
* netfilter: xtables: remove xt_owner v0Jan Engelhardt2009-08-102-19/+0
* Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-03-261-4/+4
|\
| * make exported headers use strict posix typesArnd Bergmann2009-03-261-4/+4
* | netfilter: install missing headersJan Engelhardt2009-02-241-0/+1
|/
* netfilter: ip{,6}t_policy.h should include xp_policy.hAndy Whitcroft2008-11-201-0/+2
* netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__Patrick McHardy2008-05-211-1/+1
* [NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan2008-01-311-1/+2
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-01-311-2/+2
* [NETFILTER]: ip6_tables: use XT_ALIGNPatrick McHardy2008-01-281-1/+1