summaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* mv643xx_eth: set sane default receive coalescing timeoutLennert Buytenhek2009-02-241-1/+1
* mv643xx_eth: move a couple of init actions from ->open() to port probeLennert Buytenhek2009-02-241-5/+5
* mv643xx_eth: convert to net_device_opsLennert Buytenhek2009-02-241-12/+17
* mv643xx_eth: make LRO unconditionalLennert Buytenhek2009-02-241-12/+0
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-5/+4
|\
| * net/mv643xx: don't disable the mib timer too early and lock properlySebastian Siewior2009-02-181-4/+3
| * net/mv643xx: use GFP_ATOMIC while atomicSebastian Siewior2009-02-181-1/+1
* | mv643xx_eth: implement Large Receive OffloadLennert Buytenhek2009-02-151-1/+111
* | mv643xx_eth: allow enabling/disabling tx checksumming via ethtoolLennert Buytenhek2009-02-151-0/+1
* | mv643xx_eth: export rx csum get/set methods via ethtoolLennert Buytenhek2009-02-151-0/+20
* | mv643xx_eth: implement ethtool rx/tx ring size query and resizingLennert Buytenhek2009-02-151-9/+54
* | mv643xx_eth: rework interrupt coalescing, and export via ethtoolLennert Buytenhek2009-02-151-30/+103
* | mv643xx_eth: unify ethtool ops for phy'd and phy-less interfacesLennert Buytenhek2009-02-151-33/+23
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-261-1/+1
|/
* mv643xx_eth: prevent interrupt storm on ifconfig downGabriel Paubert2009-01-191-0/+1
* mv643xx_eth: fix multicast filter programmingLennert Buytenhek2009-01-191-1/+1
* Revert "mv643xx_eth: use longer DMA bursts".Lennert Buytenhek2009-01-191-6/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-2/+3
|\
| * mv643xx_eth: fix recycle check boundLennert Buytenhek2008-11-201-1/+2
| * mv643xx_eth: fix the order of mdiobus_{unregister, free}() callsLennert Buytenhek2008-11-201-1/+1
* | mv643xx_eth: calculate descriptor pointer only once in rxq_refill()Lennert Buytenhek2008-11-201-5/+7
* | mv643xx_eth: move receive error handling out of lineLennert Buytenhek2008-11-201-26/+29
* | mv643xx_eth: implement ->set_rx_mode()Lennert Buytenhek2008-11-201-70/+104
* | mv643xx_eth: inline txq_alloc_desc_index()Lennert Buytenhek2008-11-201-17/+6
* | mv643xx_eth: introduce per-port register area pointerLennert Buytenhek2008-11-201-109/+121
* | 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-061-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-031-2/+0
* | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
|/
* mv643xx_eth: include linux/ip.h to fix buildLennert Buytenhek2008-10-081-0/+1
* phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-081-12/+20
* phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-081-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/+104
* mv643xx_eth: enforce frequent hardware statistics pollingLennert Buytenhek2008-09-191-0/+29
* mv643xx_eth: deal with unexpected ethernet header sizesLennert Buytenhek2008-09-191-48/+47
* mv643xx_eth: fix receive checksummingLennert Buytenhek2008-09-191-6/+4
* 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/+10
* mv643xx_eth: avoid dropping tx lock during transmit reclaimLennert Buytenhek2008-09-141-15/+7
* 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/+18
* mv643xx_eth: delete unused and uninteresting interrupt source mask bitsLennert Buytenhek2008-09-051-11/+6
* mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/upLennert Buytenhek2008-09-051-19/+8
* mv643xx_eth: remove force_phy_addr fieldLennert Buytenhek2008-09-051-2/+2
OpenPOWER on IntegriCloud