aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cpmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-17cpmac: fix all checkpatch errors and warningsFlorian Fainelli1-13/+20
2010-08-16drivers/net: Adjust confusing if indentationJulia Lawall1-1/+1
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-4/+1
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-06-30cpmac: use resource_size()Dan Carpenter1-4/+4
2010-06-25cpmac: do not leak struct net_device on phy_connect errorsFlorian Fainelli1-1/+2
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-8/+8
2010-03-07cpmac: bump version to 0.5.2Florian Fainelli1-1/+1
2010-03-07cpmac: fallback to switch mode if no PHY chip foundFlorian Fainelli1-2/+3
2010-03-07cpmac: fix the receiving of 802.1q framesFlorian Fainelli1-2/+3
2010-03-03cpmac: use after freeDan Carpenter1-1/+1
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+9
2010-02-27MIPS: AR7: Implement clock APIFlorian Fainelli1-1/+9
2010-02-17net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko1-3/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-12-13drivers/net/cpmac.c: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+2
2009-09-21cpmac: fix compilation errors against undeclared BUS_ID_SIZEFlorian Fainelli1-4/+4
2009-08-05cpmac: bump version to 0.5.1Florian Fainelli1-1/+1
2009-08-05cpmac: wait longer after MDIO resetFlorian Fainelli1-2/+2
2009-08-05cpmac: add support for fixed PHYFlorian Fainelli1-15/+19
2009-08-05cpmac: fix wrong MDIO bus identifierFlorian Fainelli1-3/+3
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