summaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
...
* | mv643xx_eth: checkpatch fixesLennert Buytenhek2008-11-201-16/+22
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-071-3/+6
|\|
| * mv643xx_eth: fix SMI bus access timeoutsLennert Buytenhek2008-11-031-3/+6
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* | net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
|/
* mv643xx_eth: include linux/ip.h to fix buildLennert Buytenhek2008-10-091-0/+1
* phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-091-12/+20
* phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-091-1/+1
* mv643xx_eth: hook up skb recyclingLennert Buytenhek2008-10-011-21/+45
* mv643xx_eth: bump version to 1.4Lennert Buytenhek2008-09-191-1/+1
* mv643xx_eth: convert to phylibLennert Buytenhek2008-09-191-144/+104Star
* 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
* mv643xx_eth: bump version to 1.3Lennert Buytenhek2008-08-241-1/+1
* mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restrictionLennert Buytenhek2008-08-241-5/+13
* mv643xx_eth: fix NULL pointer dereference in rxq_process()Lennert Buytenhek2008-08-241-1/+1
* mv643xx_eth: fix inconsistent lock semanticsLennert Buytenhek2008-08-241-2/+2
* mv643xx_eth: fix double add_timer() on the receive oom timerLennert Buytenhek2008-08-241-4/+2Star
* mv643xx_eth: fix NAPI 'rotting packet' issueLennert Buytenhek2008-08-241-2/+1Star
* mv643xx_eth: bump version to 1.2Lennert Buytenhek2008-07-241-1/+1
* mv643xx_eth: enable hardware TX checksumming with vlan tagsLennert Buytenhek2008-07-241-1/+28
* mv643xx_eth: print message on link status changeLennert Buytenhek2008-07-241-22/+69
* mv643xx_eth: use auto phy polling for configuring (R)(G)MII interfaceLennert Buytenhek2008-07-241-74/+66Star
* mv643xx_eth: print driver version on initLennert Buytenhek2008-07-241-1/+2
* mv643xx_eth: use symbolic MII register addresses and valuesLennert Buytenhek2008-07-241-10/+10
* mv643xx_eth: use longer DMA burstsLennert Buytenhek2008-07-241-6/+6
* mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit pathLennert Buytenhek2008-07-241-1/+8