summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/arp_tables.c
AgeCommit message (Expand)Author
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
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt
2009-05-08netfilter: xtables: remove another level of indentJan Engelhardt
2009-05-08netfilter: xtables: reduce indent level by oneJan Engelhardt
2009-05-08netfilter: xtables: consolidate open-coded logicJan Engelhardt
2009-04-28netfilter: revised locking for x_tablesStephen Hemminger
2009-04-02netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet
2009-03-24arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet
2009-02-20netfilter: iptables: lock free countersStephen Hemminger