summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arp_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-061-3/+6
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-061-4/+1
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+2
|\
| * netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2016-11-301-2/+2
* | netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-131-10/+10
* | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-5/+1
|/
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-181-22/+25
* netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-031-21/+20
* netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2016-05-051-181/+36
* netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2016-04-291-2/+4
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-141-43/+5
* netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-141-8/+0
* netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-141-2/+0
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-141-91/+23
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-141-12/+5
* netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-46/+36
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-141-2/+3
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-141-1/+2
* netfilter: x_tables: kill check_entry helperFlorian Westphal2016-04-141-11/+8
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-141-10/+1
* netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-04-141-0/+16
* netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-04-141-3/+5
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-281-0/+2
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-281-9/+9
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-281-2/+4
* netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-281-9/+8
* netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-021-14/+27
* netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-021-11/+14
* net ipv4: use preferred log methodsBastian Stender2015-11-181-3/+3
* netfilter: ipv4: function definition layoutIan Morris2015-10-161-3/+3
* netfilter: ipv4: ternary operator layoutIan Morris2015-10-161-2/+2
* netfilter: ipv4: label placementIan Morris2015-10-161-1/+1
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-0/+1
* inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-181-1/+1
* Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal2015-08-281-12/+7
* netfilter: xtables: remove __pure annotationFlorian Westphal2015-07-151-1/+1
* netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2015-07-151-8/+3
* netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal2015-07-151-7/+12
* netfilter: arptables: use percpu jumpstackFlorian Westphal2015-07-021-9/+16
* netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-151-2/+2
* netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-121-35/+15
* netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-121-5/+27
* netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-201-0/+6
* netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2015-04-041-6/+5
* netfilter: Can't fail and free after table replacementThomas Graf2014-04-051-2/+4
* netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2013-10-221-0/+5
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
OpenPOWER on IntegriCloud