summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/arp_tables.c
AgeCommit message (Expand)Author
2017-07-31netfilter: x_tables: Fix use-after-free in ipt_do_table.Taehee Yoo
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal
2017-03-06netfilter: arp_tables: remove redundant check on ret being non-zeroColin Ian King
2017-01-09arptables: use match, target and data copy_to_user helpersWillem de Bruijn
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-30netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches
2016-05-05netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso
2016-04-29netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-04-14netfilter: x_tables: remove obsolete checkFlorian Westphal
2016-04-14netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal
2016-04-14netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-04-14netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-04-14netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-04-14netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-04-14netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-04-14netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal
2015-11-18net ipv4: use preferred log methodsBastian Stender
2015-10-16netfilter: ipv4: function definition layoutIan Morris
2015-10-16netfilter: ipv4: ternary operator layoutIan Morris
2015-10-16netfilter: ipv4: label placementIan Morris
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman
2015-08-28Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal
2015-07-15netfilter: xtables: remove __pure annotationFlorian Westphal
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal
2015-07-15netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal
2015-07-02netfilter: arptables: use percpu jumpstackFlorian Westphal
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller