summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arp_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: complete validation of user inputEric Dumazet2024-04-101-0/+4
* netfilter: validate user input for expected lengthEric Dumazet2024-04-041-0/+4
* netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov2023-02-221-0/+4
* netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal2021-10-141-3/+4
* netfilter: arptables: use pernet ops struct during unregisterFlorian Westphal2021-05-031-3/+2
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-261-8/+8
* netfilter: arp_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-14/+29
* netfilter: arptables: unregister the tables by nameFlorian Westphal2021-04-261-4/+10
* netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-131-0/+2
* netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2021-04-101-2/+7
* 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: arp_tables: restore a SPDX identifierChristoph Hellwig2020-07-281-1/+1
* netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-241-14/+14
* 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/arp_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig2020-07-191-64/+21
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-151-2/+2
* netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-131-9/+10
* netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2019-12-301-11/+16
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-20/+13
|\
| * 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-3/+7
| * 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
|/
* net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai2018-03-051-0/+1
* netfilter: add back stackpointer size checksFlorian Westphal2018-02-141-0/+4
* 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/+20
* netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-2/+0
|\
| * netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2017-08-021-2/+0
* | netfilter: x_tables: Fix use-after-free in ipt_do_table.Taehee Yoo2017-07-311-5/+5
|/
* netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-071-13/+8
* netfilter: arp_tables: remove redundant check on ret being non-zeroColin Ian King2017-03-061-2/+0
* arptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-10/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1