aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/mv643xx_eth.c
AgeCommit message (Expand)Author
2009-04-29mv643xx_eth: 64bit mib counter read fixLennert Buytenhek
2009-04-29mv643xx_eth: OOM handling fixesLennert Buytenhek
2009-04-08mv643xx_eth: don't reset the rx coal timer on interface upLennert Buytenhek
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-13mv643xx_eth: fix unicast address filter corruption on mtu changeLennert Buytenhek
2009-02-24mv643xx_eth: set sane default receive coalescing timeoutLennert Buytenhek
2009-02-24mv643xx_eth: move a couple of init actions from ->open() to port probeLennert Buytenhek
2009-02-24mv643xx_eth: convert to net_device_opsLennert Buytenhek
2009-02-24mv643xx_eth: make LRO unconditionalLennert Buytenhek
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-18net/mv643xx: don't disable the mib timer too early and lock properlySebastian Siewior
2009-02-18net/mv643xx: use GFP_ATOMIC while atomicSebastian Siewior
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