aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-24mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit pathLennert Buytenhek1-1/+8
2008-07-24mv643xx_eth: don't fiddle with maximum receive packet size settingLennert Buytenhek1-8/+6
2008-07-24mv643xx_eth: fix transmit-reclaim-in-napi-pollLennert Buytenhek1-0/+6
2008-07-24mv643xx_eth: prevent breakage when link goes down during transmitLennert Buytenhek1-19/+38
2008-07-24mv643xx_eth: fix TX hang erratum workaroundLennert Buytenhek1-12/+29
2008-07-22mv643xx_eth: fix NETPOLL buildLennert Buytenhek1-1/+1
2008-06-12mv643xx_eth: update driver version and author fieldsLennert Buytenhek1-3/+3
2008-06-12mv643xx_eth: add PHY-less modeLennert Buytenhek1-13/+74
2008-06-12mv643xx_eth: be more agressive about RX refillLennert Buytenhek1-1/+1
2008-06-12mv643xx_eth: detect alternate TX BW control register locationLennert Buytenhek1-5/+32
2008-06-12mv643xx_eth: detect extended rx coal register fieldLennert Buytenhek1-7/+31
2008-06-12mv643xx_eth: work around TX hang hardware issueLennert Buytenhek1-5/+30
2008-06-12mv643xx_eth: allow multiple TX queuesLennert Buytenhek1-43/+103
2008-06-12mv643xx_eth: allow multiple RX queuesLennert Buytenhek1-25/+74
2008-06-12mv643xx_eth: add tx rate controlLennert Buytenhek1-1/+103
2008-06-12mv643xx_eth: general cleanupLennert Buytenhek1-511/+438
2008-06-12mv643xx_eth: remove write-only interrupt coalescing variablesLennert Buytenhek1-25/+4
2008-06-12mv643xx_eth: split out tx queue stateLennert Buytenhek1-256/+254
2008-06-12mv643xx_eth: split out rx queue stateLennert Buytenhek1-216/+225
2008-06-12mv643xx_eth: massively simplify multicast address crc8 computationLennert Buytenhek1-74/+21
2008-06-12mv643xx_eth: kill private unused instance of struct net_device_statsLennert Buytenhek1-54/+66
2008-06-12mv643xx_eth: kill FUNC_RET_STATUS/pkt_infoLennert Buytenhek1-21/+0
2008-06-12mv643xx_eth: move rx_return_buff() into its only callerLennert Buytenhek1-52/+28