summaryrefslogtreecommitdiffstats
path: root/drivers/net/arm/ep93xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* ep93xx-eth: check for zero MAC address on probe, not on device openFlorian Fainelli2009-11-301-9/+3Star
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori2009-05-291-2/+2
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-04-171-1/+1
|\
| * [ARM] 5454/1: ep93xx_eth: fix sparse warningsHartley Sweeten2009-04-161-1/+1
* | ep93xx_eth: convert to net_device_opsAlexander Beregalov2009-04-111-6/+13
|/
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-4/+4
* net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal2008-12-301-1/+1
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-3/+3
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers2008-07-221-1/+1
* net drivers: fix platform driver hotplug/coldplugKay Sievers2008-04-251-0/+2
* [EP93xx_ETH]: Build fix after 2.6.24 NAPI changes.David S. Miller2007-11-141-1/+1
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-38/+34Star
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-111-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* ep93xx: some minor cleanups to the ep93xx eth driverYan Burman2006-12-261-3/+1Star
* [PATCH] ep93xx_eth: don't report RX errorsLennert Buytenhek2006-11-011-3/+0Star
* [PATCH] ep93xx_eth: fix unlikely(x) > y testLennert Buytenhek2006-11-011-1/+1
* [PATCH] ep93xx_eth: fix RX/TXstatus ring full handlingLennert Buytenhek2006-11-011-26/+9Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* [PATCH] Cirrus Logic ep93xx ethernet driverLennert Buytenhek2006-09-231-0/+944