summaryrefslogtreecommitdiff
path: root/drivers/net/arm
Commit message (Expand)AuthorAgeFilesLines
* at91_ether: request/free GPIO for PHY interruptDavid Brownell2008-10-311-1/+5
* Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-08-141-3/+3
|\
| * ixp4xx_eth: fix dma_mapping_error() compile errorsMikael Pettersson2008-08-141-3/+3
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-074-8/+8
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
|/
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-222-21/+19
|\
| * at91_ether: use netstats in net_device structurePaulius Zaleckas2008-07-222-21/+19
* | arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers2008-07-213-5/+5
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-1/+1
|\
| * [ARM] rpc: etherh: fix unused variable warningRussell King2008-07-031-1/+1
* | ARM: IXP4xx Ethernet NAPI fixKrzysztof Halasa2008-07-111-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-303-0/+1274
|\
| * Driver for IXP4xx built-in Ethernet portsKrzysztof Halasa2008-04-293-0/+1274
| * ARM: am79c961a: platform_get_irq() may return signed unnoticedRoel Kluin2008-04-291-3/+7
* | [ARM] am79c961a: platform_get_irq() may return signed unnoticedRoel Kluin2008-04-281-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-252-0/+3
|\ \ | |/
| * net drivers: fix platform driver hotplug/coldplugKay Sievers2008-04-252-0/+3
* | [ARM] 4980/1: [AT91] emQbit ECB_AT91 board supportAndrew Victor2008-04-171-1/+3
|/
* drivers/net/arm/at91_ether.c: logical/bitand typo in function reset_phy()Roel Kluin2008-02-031-1/+1
* [EP93xx_ETH]: Build fix after 2.6.24 NAPI changes.David S. Miller2007-11-131-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-105-28/+22
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-1/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-104-4/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-38/+34
* [ARM] rpc: silence two section mismatch warningsRussell King2007-07-202-2/+2
* [ARM] rpc: remove linux/ptrace.h from ARM ether?.c driversRussell King2007-07-203-3/+0
* ARM/ETHER3: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-1/+1
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-161-0/+1
|\
| * EP93XX_ETH must select MIIJohn Donoghue2007-07-161-0/+1
* | [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-1/+1
|/
* Use menuconfig objects II - netdev (general+100mbit)Jan Engelhardt2007-07-081-6/+6
* potential compiler error, irqfunc caller sites updateYoann Padioleau2007-07-061-1/+1
* [ARM] ecard: add ecardm_iomap() / ecardm_iounmap()Russell King2007-05-113-21/+4
* [ARM] ecard: add helper function for setting ecard irq opsRussell King2007-05-111-3/+1
* AT91RM9200 Ethernet: Fix multicast addressingAndrew Victor2007-05-081-2/+2
* AT91RM9200 Ethernet: Support additional PHYsAndrew Victor2007-05-082-21/+73
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-255-5/+0
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-143-3/+0
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-072-2/+2
* ep93xx: some minor cleanups to the ep93xx eth driverYan Burman2006-12-261-3/+1
* [PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb()Andrew Victor2006-12-071-2/+1
* [PATCH] AT91RM9200 Ethernet: Add netpoll / netconsole supportAndrew Victor2006-12-071-0/+14
* [PATCH] AT91RM9200 Ethernet: Move check_timer variable and use mod_timer()Andrew Victor2006-12-072-9/+8
* [PATCH] AT91RM9200 Ethernet: Remove 'at91_dev' and use netdev_priv()Andrew Victor2006-12-071-30/+25
* [PATCH] drivers/net/arm missing __devinitAl Viro2006-12-042-7/+7
* [PATCH] 8390 cleanup - etherh iomem annotationsAl Viro2006-12-021-10/+10
* [PATCH] beginning of 8390 fixes - generic and arm/etherhAl Viro2006-12-021-10/+17
* [PATCH] ep93xx_eth: don't report RX errorsLennert Buytenhek2006-10-311-3/+0
* [PATCH] ep93xx_eth: fix unlikely(x) > y testLennert Buytenhek2006-10-311-1/+1