aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/cpmac.c
AgeCommit message (Expand)Author
2010-06-25cpmac: do not leak struct net_device on phy_connect errorsFlorian Fainelli
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-07cpmac: bump version to 0.5.2Florian Fainelli
2010-03-07cpmac: fallback to switch mode if no PHY chip foundFlorian Fainelli
2010-03-07cpmac: fix the receiving of 802.1q framesFlorian Fainelli
2010-03-03cpmac: use after freeDan Carpenter
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-27MIPS: AR7: Implement clock APIFlorian Fainelli
2010-02-17net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-12-13drivers/net/cpmac.c: Correct code taking the size of a pointerJulia Lawall
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-09-21cpmac: fix compilation errors against undeclared BUS_ID_SIZEFlorian Fainelli
2009-08-05cpmac: bump version to 0.5.1Florian Fainelli
2009-08-05cpmac: wait longer after MDIO resetFlorian Fainelli
2009-08-05cpmac: add support for fixed PHYFlorian Fainelli
2009-08-05cpmac: fix wrong MDIO bus identifierFlorian Fainelli
2009-06-24cpmac: fix compilation failure introduced with netdev_ops conversionFlorian Fainelli
2009-06-01cpmac: prevent fatal exception in cpmac_end_xmitStefan Weil
2009-06-01cpmac: remove unused variable.Florian Fainelli
2009-05-26cpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE.David S. Miller
2009-04-16cpmac: convert to net_device_opsAlexander Beregalov
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov
2008-07-17net: Use queue aware tests throughout.David S. Miller
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller
2008-05-22cpmac bugfixes and enhancementsMatteo Croce
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming
2008-02-05cpmac: convert to new Fixed PHY infrastructureAnton Vorontsov
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik
2008-01-18Replace cpmac fixMatteo Croce
2007-10-25cpmac: update to new fixed phy driver interfaceEugene Konev
2007-10-25cpmac: convert to napi_struct interfaceEugene Konev
2007-10-25cpmac: use print_mac() instead of MAC_FMTEugene Konev
2007-10-23AR7 ethernet: small post-merge cleanups and fixesMatteo Croce
2007-10-22[NET]: Make and use skb_get_queue_mappingPavel Emelyanov
2007-10-15AR7 ethernetMatteo Croce