summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/ip6_tables.c
AgeCommit message (Expand)Author
2023-03-22xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal
2023-02-22netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal
2021-10-14netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal
2021-09-15netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden
2021-05-29netfilter: x_tables: reduce xt_action_param by 8 byteFlorian Westphal
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal
2021-04-26netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: ip6tables: unregister the tables by nameFlorian Westphal
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson
2020-12-17netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig
2020-07-19netfilter/ip6_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-07-05netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-06-08netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-05-23netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-08netfilter: x_tables: add module alias for icmp matchesFlorian Westphal
2018-04-24netfilter: x_tables: remove duplicate ip6t_get_target function callTaehee Yoo
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-05netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-03-05netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-03-05netfilter: x_tables: move hook entry checks into coreFlorian Westphal
2018-03-05netfilter: x_tables: check standard verdicts in coreFlorian Westphal
2018-03-05netfilter: unlock xt_table earlier in __do_replaceXin Long
2018-03-05net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai
2018-02-14netfilter: add back stackpointer size checksFlorian Westphal
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-04netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-11-20netfilter: remove redundant assignment to eColin Ian King
2017-10-24netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal
2017-09-08netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal