summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/arp_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* netfilter: xtables: remove another level of indentJan Engelhardt2009-05-081-16/+17
* netfilter: xtables: reduce indent level by oneJan Engelhardt2009-05-081-52/+48Star
* netfilter: xtables: consolidate open-coded logicJan Engelhardt2009-05-081-4/+10
* netfilter: revised locking for x_tablesStephen Hemminger2009-04-291-89/+36Star
* 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-271-14/+4Star
|\
| * netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2009-03-251-1/+3
| * netfilter: factorize ifname_compare()Eric Dumazet2009-03-251-13/+1Star
* | 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/+4Star
* 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/+13Star
* [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-251-8/+8
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
* [ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov2008-03-031-4/+1Star
* [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2008-02-011-3/+18
* [NETFILTER]: netns: put table module on netns stopAlexey Dobriyan2008-02-011-0/+3
* [NETFILTER]: arp_tables: netns preparationAlexey Dobriyan2008-02-011-24/+31
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-02-011-10/+12
* [NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2008-02-011-6/+6
* [NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2008-02-011-3/+4
* [NETFILTER]: Parenthesize macro parametersJan Engelhardt2008-01-281-1/+2
* [NETFILTER]: arp_tables: add compat supportPatrick McHardy2008-01-281-58/+690
* [NETFILTER]: arp_tables: resync get_entries() with ip_tablesPatrick McHardy2008-01-281-20/+19Star
* [NETFILTER]: arp_tables: move ARPT_SO_GET_INFO handling to seperate functionPatrick McHardy2008-01-281-42/+46
* [NETFILTER]: arp_tables: move counter allocation to seperate functionPatrick McHardy2008-01-281-8/+21
* [NETFILTER]: arp_tables: move entry and target checks to seperate functionsPatrick McHardy2008-01-281-17/+41
* [NETFILTER]: arp_tables: remove ipchains compat hackPatrick McHardy2008-01-281-4/+0Star
* [NETFILTER]: arp_tables: use vmalloc_node()Patrick McHardy2008-01-281-2/+3
* [NETFILTER]: arp_tables: remove obsolete standard_check functionPatrick McHardy2008-01-281-25/+3Star
* [NETFILTER]: x_tables: remove obsolete overflow checkPatrick McHardy2008-01-281-2/+0Star
* [NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet2008-01-281-3/+2Star
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-10/+10
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-0/+1
* [NETFILTER]: Lower *tables printk severityPatrick McHardy2007-07-151-1/+1
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-111-2/+2
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-111-1/+1