aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/arp_tables.c
AgeCommit message (Expand)Author
2016-07-12netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-07-12netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-07-12netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-07-12netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-07-12netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-07-12netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-07-12netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-07-12netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-07-12netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-07-12netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-07-12netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-07-12netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-07-12netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-01-22netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-04-04netfilter: get rid of atomic ops in fast pathEric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-15netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet
2010-11-03ipv4: netfilter: arp_tables: fix information leak to userlandVasiliy Kulikov
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-10-13netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt
2010-10-13netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt
2010-10-13netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt
2010-09-23net: return operator cleanupEric Dumazet
2010-08-23netfilter: fix CONFIG_COMPAT supportFlorian Westphal
2010-08-17netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet
2010-08-02netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet
2010-07-23netfilter: arptables: use arp_hdr_len()Changli Gao
2010-06-04netfilter: vmalloc_node cleanupEric Dumazet
2010-05-13netfilter: cleanup printk messagesStephen Hemminger
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt
2010-03-25netfilter: xtables: make use of xt_request_find_targetJan Engelhardt
2010-02-26netfilter: xtables: restore indentationJan Engelhardt
2010-02-24netfilter: xtables: reduce arguments to translate_tableJan Engelhardt
2010-02-24netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt