summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal2021-10-141-3/+4
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-261-8/+8
* netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-17/+36
* netfilter: iptables: unregister the tables by nameFlorian Westphal2021-04-261-4/+10
* netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal2021-04-261-9/+0
* netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-131-0/+2
* Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-151-7/+7
* Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson2021-03-151-1/+1
* netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2020-12-171-1/+1
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-081-7/+7
* net: remove sockptr_advanceChristoph Hellwig2020-07-281-4/+4
* netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-241-12/+12
* netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-241-4/+3
* netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig2020-07-191-2/+1
* netfilter/ip_tables: clean up compat {get,set}sockopt handlingChristoph Hellwig2020-07-191-65/+21
* netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder2020-06-251-1/+14
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-151-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-07-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-0/+1
|\
| * netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-231-1/+4
|\ \
| * | netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal2018-05-231-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+1
|\ \ \ | |/ / |/| / | |/
| * netfilter: x_tables: add module alias for icmp matchesFlorian Westphal2018-05-081-0/+1
* | netfilter: xtables: use ipt_get_target_c instead of ipt_get_targetTaehee Yoo2018-04-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-19/+12
|\
| * Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal2018-03-301-16/+1
| * netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-051-1/+16
| * netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-2/+6
| * netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-1/+1
| * netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-10/+3
| * netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-051-5/+0
| * netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-051-1/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-1/+6
|\
| * netfilter: add back stackpointer size checksFlorian Westphal2018-02-141-1/+6
* | net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_opsKirill Tkhai2018-02-191-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-15/+12
|\
| * netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-1/+0
| * netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-14/+12
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-6/+1
|\ \ | |/ |/|
| * netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-6/+1
* | netfilter: remove redundant assignment to eColin Ian King2017-11-201-1/+0
|/
* netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2017-10-241-2/+21
* netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-081-0/+1
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-9/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-3/+1
|\
| * netfilter: constify nf_loginfo structuresJulia Lawall2017-08-021-1/+1
| * netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2017-08-021-2/+0