summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arp_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * netfilter: xtables: resolve indirect macros 3/3Jan Engelhardt2010-10-131-7/+7
| * netfilter: xtables: resolve indirect macros 2/3Jan Engelhardt2010-10-131-19/+19
| * netfilter: xtables: resolve indirect macros 1/3Jan Engelhardt2010-10-131-5/+5
* | net: return operator cleanupEric Dumazet2010-09-231-1/+1
|/
* netfilter: fix CONFIG_COMPAT supportFlorian Westphal2010-08-231-0/+3
* netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet2010-08-171-0/+2
* netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet2010-08-021-4/+6
* netfilter: arptables: use arp_hdr_len()Changli Gao2010-07-231-4/+1
* netfilter: vmalloc_node cleanupEric Dumazet2010-06-041-4/+3
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-2/+2
* netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2010-05-131-6/+1
* netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-111-23/+18
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-111-3/+3
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-8/+8
* netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-2/+4
* netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-251-12/+8
* netfilter: xtables: restore indentationJan Engelhardt2010-02-261-9/+14
* netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2010-02-241-27/+15
* netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt2010-02-241-122/+58
* netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-241-53/+98
* netfilter: xtables: add const qualifiersJan Engelhardt2010-02-151-30/+39
OpenPOWER on IntegriCloud