summaryrefslogtreecommitdiff
path: root/drivers/net/mv643xx_eth.c
AgeCommit message (Expand)Author
2009-02-15mv643xx_eth: implement Large Receive OffloadLennert Buytenhek
2009-02-15mv643xx_eth: allow enabling/disabling tx checksumming via ethtoolLennert Buytenhek
2009-02-15mv643xx_eth: export rx csum get/set methods via ethtoolLennert Buytenhek
2009-02-15mv643xx_eth: implement ethtool rx/tx ring size query and resizingLennert Buytenhek
2009-02-15mv643xx_eth: rework interrupt coalescing, and export via ethtoolLennert Buytenhek
2009-02-15mv643xx_eth: unify ethtool ops for phy'd and phy-less interfacesLennert Buytenhek
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-19mv643xx_eth: prevent interrupt storm on ifconfig downGabriel Paubert
2009-01-19mv643xx_eth: fix multicast filter programmingLennert Buytenhek
2009-01-19Revert "mv643xx_eth: use longer DMA bursts".Lennert Buytenhek
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-20mv643xx_eth: calculate descriptor pointer only once in rxq_refill()Lennert Buytenhek
2008-11-20mv643xx_eth: move receive error handling out of lineLennert Buytenhek
2008-11-20mv643xx_eth: implement ->set_rx_mode()Lennert Buytenhek
2008-11-20mv643xx_eth: inline txq_alloc_desc_index()Lennert Buytenhek
2008-11-20mv643xx_eth: introduce per-port register area pointerLennert Buytenhek
2008-11-20mv643xx_eth: checkpatch fixesLennert Buytenhek
2008-11-20mv643xx_eth: fix recycle check boundLennert Buytenhek
2008-11-20mv643xx_eth: fix the order of mdiobus_{unregister, free}() callsLennert Buytenhek
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-11-03mv643xx_eth: fix SMI bus access timeoutsLennert Buytenhek
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-08mv643xx_eth: include linux/ip.h to fix buildLennert Buytenhek
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek
2008-10-01mv643xx_eth: hook up skb recyclingLennert Buytenhek
2008-09-19mv643xx_eth: bump version to 1.4Lennert Buytenhek
2008-09-19mv643xx_eth: convert to phylibLennert Buytenhek
2008-09-19mv643xx_eth: enforce frequent hardware statistics pollingLennert Buytenhek
2008-09-19mv643xx_eth: deal with unexpected ethernet header sizesLennert Buytenhek
2008-09-19mv643xx_eth: fix receive checksummingLennert Buytenhek
2008-09-14mv643xx_eth: add support for chips without transmit bandwidth controlLennert Buytenhek
2008-09-14mv643xx_eth: avoid reading ->byte_cnt twice during receive processingLennert Buytenhek
2008-09-14mv643xx_eth: shrink default receive and transmit queue sizesLennert Buytenhek
2008-09-14mv643xx_eth: replace array of skbs awaiting transmit completion with a queueLennert Buytenhek
2008-09-14mv643xx_eth: avoid dropping tx lock during transmit reclaimLennert Buytenhek
2008-09-14mv643xx_eth: switch to netif tx queue lock, get rid of private spinlockLennert Buytenhek
2008-09-14mv643xx_eth: move all work to the napi poll handlerLennert Buytenhek
2008-09-05mv643xx_eth: transmit multiqueue supportLennert Buytenhek
2008-09-05mv643xx_eth: delete unused and uninteresting interrupt source mask bitsLennert Buytenhek
2008-09-05mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/upLennert Buytenhek
2008-09-05mv643xx_eth: remove force_phy_addr fieldLennert Buytenhek
2008-09-05mv643xx_eth: smi sharing is a per-unit property, not a per-port oneLennert Buytenhek
2008-09-05mv643xx_eth: require contiguous receive and transmit queue numberingLennert Buytenhek
2008-09-05mv643xx_eth: get rid of compile-time configurable transmit checksummingLennert Buytenhek
2008-09-05mv643xx_eth: get rid of receive-side lockingLennert Buytenhek
2008-09-05mv643xx_eth: make napi unconditionalLennert Buytenhek
2008-09-05mv643xx_eth: use the SMI done interrupt to wait for SMI access completionLennert Buytenhek
2008-09-05mv643xx_eth: switch ->phy_lock from a spinlock to a mutexLennert Buytenhek