aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arp_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: arp_tables: unfold two critical loops in arp_packet_match()Eric Dumazet2009-02-181-10/+34
* net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-8/+8
* netfilter: xtables: provide invoked family value to extensionsJan Engelhardt2008-10-081-2/+4
* netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt2008-10-081-3/+6
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-9/+11
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-11/+12
* netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt2008-10-081-6/+4
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-28/+30
* [NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy2008-04-141-2/+2
* [NETFILTER]: remove arpt_target indirection macroJan Engelhardt2008-04-141-4/+4
* [NETFILTER]: remove arpt_table indirection macroJan Engelhardt2008-04-141-14/+13
* [NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt2008-04-141-15/+16
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-8/+8