summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fs-enet: remove code associated with !CONFIG_PPC_MERGEKumar Gala2008-09-255-89/+3Star
* netdev: drop CONFIG_PPC_MERGE from KconfigKumar Gala2008-09-252-2/+2
* atl2: add tx bytes statisticJay Cliburn2008-09-251-1/+3
* forcedeth fix: take phy out of reset during power upAyaz Abdulla2008-09-251-1/+1
* e1000e: avoid duplicated output of device name in kernel warningFrans Pop2008-09-251-2/+4
* atl1e: remove the unneeded (struct atl1e_adapter *)Jie Yang2008-09-251-3/+3
* gianfar: free/iounmap memory after an error in mii bus initializationAndy Fleming2008-09-251-6/+8
* ne.c: fix rmmod, platform driver improvementsDavid Fries2008-09-251-108/+164
* gianfar: Fix error in mdio reset timeoutTrent Piepho2008-09-251-2/+2
* e1000e: remove failed request for sw/fw/hw flagBruce Allan2008-09-251-0/+2
* enic: bug fix: don't set netdev->name too earlyScott Feldman2008-09-252-76/+47Star
* enic: Bug fix: Free MSI intr with correct data handleScott Feldman2008-09-251-3/+5
* enic: fixes for review items from Ben HutchingsScott Feldman2008-09-252-26/+37
* enic: Don't indicate IPv6 pkts using soft-LROScott Feldman2008-09-251-2/+2
* r6040: fix wrong assignment in r6040_free_txbufsFlorian Fainelli2008-09-251-1/+1
* qeth: avoid qeth recovery problemsUrsula Braun2008-09-253-8/+15
* qeth: use firmware MAC-address for layer2 hsi-devicesUrsula Braun2008-09-251-1/+2
* Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik2008-09-253-744/+785
|\
| * mv643xx_eth: bump version to 1.4Lennert Buytenhek2008-09-191-1/+1
| * mv643xx_eth: convert to phylibLennert Buytenhek2008-09-192-145/+105Star
| * phylib: allow incremental scanning of an mii busLennert Buytenhek2008-09-191-41/+48
| * mv643xx_eth: enforce frequent hardware statistics pollingLennert Buytenhek2008-09-191-0/+29
| * mv643xx_eth: deal with unexpected ethernet header sizesLennert Buytenhek2008-09-191-48/+47Star
| * mv643xx_eth: fix receive checksummingLennert Buytenhek2008-09-191-6/+4Star
| * mv643xx_eth: add support for chips without transmit bandwidth controlLennert Buytenhek2008-09-141-31/+58
| * mv643xx_eth: avoid reading ->byte_cnt twice during receive processingLennert Buytenhek2008-09-141-2/+5
| * mv643xx_eth: shrink default receive and transmit queue sizesLennert Buytenhek2008-09-141-2/+2
| * mv643xx_eth: replace array of skbs awaiting transmit completion with a queueLennert Buytenhek2008-09-141-29/+10Star
| * mv643xx_eth: avoid dropping tx lock during transmit reclaimLennert Buytenhek2008-09-141-15/+7Star
| * mv643xx_eth: switch to netif tx queue lock, get rid of private spinlockLennert Buytenhek2008-09-141-30/+55
| * mv643xx_eth: move all work to the napi poll handlerLennert Buytenhek2008-09-141-246/+275
| * mv643xx_eth: transmit multiqueue supportLennert Buytenhek2008-09-051-22/+18Star
| * mv643xx_eth: delete unused and uninteresting interrupt source mask bitsLennert Buytenhek2008-09-051-11/+6Star
| * mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/upLennert Buytenhek2008-09-051-19/+8Star
| * mv643xx_eth: remove force_phy_addr fieldLennert Buytenhek2008-09-051-2/+2
| * mv643xx_eth: smi sharing is a per-unit property, not a per-port oneLennert Buytenhek2008-09-051-8/+11
| * mv643xx_eth: require contiguous receive and transmit queue numberingLennert Buytenhek2008-09-051-79/+44Star
| * mv643xx_eth: get rid of compile-time configurable transmit checksummingLennert Buytenhek2008-09-051-22/+3Star
| * mv643xx_eth: get rid of receive-side lockingLennert Buytenhek2008-09-051-64/+68
| * mv643xx_eth: make napi unconditionalLennert Buytenhek2008-09-051-28/+3Star
| * mv643xx_eth: use the SMI done interrupt to wait for SMI access completionLennert Buytenhek2008-09-051-57/+134
| * mv643xx_eth: switch ->phy_lock from a spinlock to a mutexLennert Buytenhek2008-09-051-16/+7Star
| * mv643xx_eth: get rid of modulo operationsLennert Buytenhek2008-09-051-8/+24
| * mv643xx_eth: get rid of IRQF_SAMPLE_RANDOMLennert Buytenhek2008-09-051-2/+1Star
| * mv643xx_eth: fix receive buffer DMA unmappingLennert Buytenhek2008-09-051-1/+1
| * mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumptionLennert Buytenhek2008-09-051-1/+1
* | bonding: add more ethtool supportStephen Hemminger2008-09-251-0/+6
* | netxen: enable msi-x for quad-gig boardsDhananjay Phadke2008-09-251-1/+1
* | sundance: set carrier status on link change eventsDan Nicholson2008-09-251-33/+62
* | drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-2531-235/+235