summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arp_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-5/+5
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-181-4/+4
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-3/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-191-7/+11
|\
| * netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-041-7/+11
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov2011-03-151-0/+3
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-191-31/+14
|\
| * netfilter: x_tables: dont block BH while reading countersEric Dumazet2011-01-101-31/+14
* | netfilter: x_table: speedup compat operationsEric Dumazet2011-01-131-0/+2
|/
* ipv4: netfilter: arp_tables: fix information leak to userlandVasiliy Kulikov2010-11-031-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-211-31/+31
|\
OpenPOWER on IntegriCloud