aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-20mv643xx_eth: fix recycle check boundLennert Buytenhek1-1/+2
2008-11-20mv643xx_eth: fix the order of mdiobus_{unregister, free}() callsLennert Buytenhek1-1/+1
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-11-03mv643xx_eth: fix SMI bus access timeoutsLennert Buytenhek1-3/+6
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-08mv643xx_eth: include linux/ip.h to fix buildLennert Buytenhek1-0/+1
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-12/+20
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-10-01mv643xx_eth: hook up skb recyclingLennert Buytenhek1-21/+45
2008-09-19mv643xx_eth: bump version to 1.4Lennert Buytenhek1-1/+1
2008-09-19mv643xx_eth: convert to phylibLennert Buytenhek1-144/+104
2008-09-19mv643xx_eth: enforce frequent hardware statistics pollingLennert Buytenhek1-0/+29
2008-09-19mv643xx_eth: deal with unexpected ethernet header sizesLennert Buytenhek1-48/+47
2008-09-19mv643xx_eth: fix receive checksummingLennert Buytenhek1-6/+4
2008-09-14mv643xx_eth: add support for chips without transmit bandwidth controlLennert Buytenhek1-31/+58
2008-09-14mv643xx_eth: avoid reading ->byte_cnt twice during receive processingLennert Buytenhek1-2/+5
2008-09-14mv643xx_eth: shrink default receive and transmit queue sizesLennert Buytenhek1-2/+2
2008-09-14mv643xx_eth: replace array of skbs awaiting transmit completion with a queueLennert Buytenhek1-29/+10
2008-09-14mv643xx_eth: avoid dropping tx lock during transmit reclaimLennert Buytenhek1-15/+7
2008-09-14mv643xx_eth: switch to netif tx queue lock, get rid of private spinlockLennert Buytenhek1-30/+55
2008-09-14mv643xx_eth: move all work to the napi poll handlerLennert Buytenhek1-246/+275
2008-09-05mv643xx_eth: transmit multiqueue supportLennert Buytenhek1-22/+18
2008-09-05mv643xx_eth: delete unused and uninteresting interrupt source mask bitsLennert Buytenhek1-11/+6
2008-09-05mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/upLennert Buytenhek1-19/+8
2008-09-05mv643xx_eth: remove force_phy_addr fieldLennert Buytenhek1-2/+2
2008-09-05mv643xx_eth: smi sharing is a per-unit property, not a per-port oneLennert Buytenhek1-8/+11
2008-09-05mv643xx_eth: require contiguous receive and transmit queue numberingLennert Buytenhek1-79/+44
2008-09-05mv643xx_eth: get rid of compile-time configurable transmit checksummingLennert Buytenhek1-22/+3
2008-09-05mv643xx_eth: get rid of receive-side lockingLennert Buytenhek1-64/+68
2008-09-05mv643xx_eth: make napi unconditionalLennert Buytenhek1-28/+3
2008-09-05mv643xx_eth: use the SMI done interrupt to wait for SMI access completionLennert Buytenhek1-57/+134
2008-09-05mv643xx_eth: switch ->phy_lock from a spinlock to a mutexLennert Buytenhek1-16/+7
2008-09-05mv643xx_eth: get rid of modulo operationsLennert Buytenhek1-8/+24
2008-09-05mv643xx_eth: get rid of IRQF_SAMPLE_RANDOMLennert Buytenhek1-2/+1
2008-09-05mv643xx_eth: fix receive buffer DMA unmappingLennert Buytenhek1-1/+1
2008-09-05mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumptionLennert Buytenhek1-1/+1
2008-08-24mv643xx_eth: bump version to 1.3Lennert Buytenhek1-1/+1
2008-08-24mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restrictionLennert Buytenhek1-5/+13
2008-08-24mv643xx_eth: fix NULL pointer dereference in rxq_process()Lennert Buytenhek1-1/+1
2008-08-24mv643xx_eth: fix inconsistent lock semanticsLennert Buytenhek1-2/+2
2008-08-24mv643xx_eth: fix double add_timer() on the receive oom timerLennert Buytenhek1-4/+2
2008-08-24mv643xx_eth: fix NAPI 'rotting packet' issueLennert Buytenhek1-2/+1
2008-07-24mv643xx_eth: bump version to 1.2Lennert Buytenhek1-1/+1
2008-07-24mv643xx_eth: enable hardware TX checksumming with vlan tagsLennert Buytenhek1-1/+28
2008-07-24mv643xx_eth: print message on link status changeLennert Buytenhek1-22/+69
2008-07-24mv643xx_eth: use auto phy polling for configuring (R)(G)MII interfaceLennert Buytenhek1-74/+66
2008-07-24mv643xx_eth: print driver version on initLennert Buytenhek1-1/+2
2008-07-24mv643xx_eth: use symbolic MII register addresses and valuesLennert Buytenhek1-10/+10
2008-07-24mv643xx_eth: use longer DMA burstsLennert Buytenhek1-6/+6