aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arp_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-151-2/+2
* netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-101-0/+7
* netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-081-2/+2
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-231-11/+11
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-241-1/+2
* netfilter: xtables: check for standard verdicts in policiesJan Engelhardt2009-08-101-2/+19
* netfilter: xtables: check for unconditionality of policiesJan Engelhardt2009-08-101-5/+7
* netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt2009-08-101-1/+4
* netfilter: xtables: use memcmp in unconditional checkJan Engelhardt2009-08-101-7/+3
* netfilter: xtables: remove another level of indentJan Engelhardt2009-05-081-16/+17
* netfilter: xtables: reduce indent level by oneJan Engelhardt2009-05-081-52/+48
* netfilter: xtables: consolidate open-coded logicJan Engelhardt2009-05-081-4/+10
* netfilter: revised locking for x_tablesStephen Hemminger2009-04-281-89/+36
* netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet2009-04-021-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-261-14/+4
|\
| * netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2009-03-251-1/+3
| * netfilter: factorize ifname_compare()Eric Dumazet2009-03-251-13/+1
* | arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet2009-03-241-2/+6
|/
* netfilter: iptables: lock free countersStephen Hemminger2009-02-201-27/+88