aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cpmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-24cpmac: fix compilation failure introduced with netdev_ops conversionFlorian Fainelli1-1/+1
2009-06-01cpmac: prevent fatal exception in cpmac_end_xmitStefan Weil1-2/+2
2009-06-01cpmac: remove unused variable.Florian Fainelli1-3/+1
2009-05-26cpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE.David S. Miller1-1/+1
2009-04-16cpmac: convert to net_device_opsAlexander Beregalov1-8/+15
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-5/+5
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-5/+5
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-21/+30
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi1-1/+0
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov1-2/+0
2008-07-17net: Use queue aware tests throughout.David S. Miller1-12/+8
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-1/+0
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller1-14/+0
2008-05-22cpmac bugfixes and enhancementsMatteo Croce1-55/+179
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-3/+2
2008-02-05cpmac: convert to new Fixed PHY infrastructureAnton Vorontsov1-37/+18
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-3/+0
2008-01-18Replace cpmac fixMatteo Croce1-1/+1
2007-10-25cpmac: update to new fixed phy driver interfaceEugene Konev1-18/+46
2007-10-25cpmac: convert to napi_struct interfaceEugene Konev1-31/+37
2007-10-25cpmac: use print_mac() instead of MAC_FMTEugene Konev1-9/+4
2007-10-23AR7 ethernet: small post-merge cleanups and fixesMatteo Croce1-19/+12
2007-10-22[NET]: Make and use skb_get_queue_mappingPavel Emelyanov1-1/+1
2007-10-15AR7 ethernetMatteo Croce1-0/+1174