summaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mv643xx_eth: smi sharing is a per-unit property, not a per-port oneLennert Buytenhek2008-09-051-8/+11
* mv643xx_eth: require contiguous receive and transmit queue numberingLennert Buytenhek2008-09-051-79/+44
* mv643xx_eth: get rid of compile-time configurable transmit checksummingLennert Buytenhek2008-09-051-22/+3
* mv643xx_eth: get rid of receive-side lockingLennert Buytenhek2008-09-051-64/+68
* mv643xx_eth: make napi unconditionalLennert Buytenhek2008-09-051-28/+3
* mv643xx_eth: use the SMI done interrupt to wait for SMI access completionLennert Buytenhek2008-09-051-57/+134
* mv643xx_eth: switch ->phy_lock from a spinlock to a mutexLennert Buytenhek2008-09-051-16/+7
* mv643xx_eth: get rid of modulo operationsLennert Buytenhek2008-09-051-8/+24
* mv643xx_eth: get rid of IRQF_SAMPLE_RANDOMLennert Buytenhek2008-09-051-2/+1
* mv643xx_eth: fix receive buffer DMA unmappingLennert Buytenhek2008-09-051-1/+1
* mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumptionLennert Buytenhek2008-09-051-1/+1
* mv643xx_eth: bump version to 1.3Lennert Buytenhek2008-08-241-1/+1
* mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restrictionLennert Buytenhek2008-08-241-5/+13
* mv643xx_eth: fix NULL pointer dereference in rxq_process()Lennert Buytenhek2008-08-241-1/+1
* mv643xx_eth: fix inconsistent lock semanticsLennert Buytenhek2008-08-241-2/+2
* mv643xx_eth: fix double add_timer() on the receive oom timerLennert Buytenhek2008-08-241-4/+2
* mv643xx_eth: fix NAPI 'rotting packet' issueLennert Buytenhek2008-08-241-2/+1
* mv643xx_eth: bump version to 1.2Lennert Buytenhek2008-07-241-1/+1
* mv643xx_eth: enable hardware TX checksumming with vlan tagsLennert Buytenhek2008-07-241-1/+28
* mv643xx_eth: print message on link status changeLennert Buytenhek2008-07-241-22/+69
* mv643xx_eth: use auto phy polling for configuring (R)(G)MII interfaceLennert Buytenhek2008-07-241-74/+66
* mv643xx_eth: print driver version on initLennert Buytenhek2008-07-241-1/+2
* mv643xx_eth: use symbolic MII register addresses and valuesLennert Buytenhek2008-07-241-10/+10
* mv643xx_eth: use longer DMA burstsLennert Buytenhek2008-07-241-6/+6
* mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit pathLennert Buytenhek2008-07-241-1/+8
* mv643xx_eth: don't fiddle with maximum receive packet size settingLennert Buytenhek2008-07-241-8/+6
* mv643xx_eth: fix transmit-reclaim-in-napi-pollLennert Buytenhek2008-07-241-0/+6
* mv643xx_eth: prevent breakage when link goes down during transmitLennert Buytenhek2008-07-241-19/+38
* mv643xx_eth: fix TX hang erratum workaroundLennert Buytenhek2008-07-241-12/+29
* mv643xx_eth: fix NETPOLL buildLennert Buytenhek2008-07-221-1/+1
* mv643xx_eth: update driver version and author fieldsLennert Buytenhek2008-06-121-3/+3
* mv643xx_eth: add PHY-less modeLennert Buytenhek2008-06-121-13/+74
* mv643xx_eth: be more agressive about RX refillLennert Buytenhek2008-06-121-1/+1
* mv643xx_eth: detect alternate TX BW control register locationLennert Buytenhek2008-06-121-5/+32
* mv643xx_eth: detect extended rx coal register fieldLennert Buytenhek2008-06-121-7/+31
* mv643xx_eth: work around TX hang hardware issueLennert Buytenhek2008-06-121-5/+30
* mv643xx_eth: allow multiple TX queuesLennert Buytenhek2008-06-121-43/+103
* mv643xx_eth: allow multiple RX queuesLennert Buytenhek2008-06-121-25/+74
* mv643xx_eth: add tx rate controlLennert Buytenhek2008-06-121-1/+103
* mv643xx_eth: general cleanupLennert Buytenhek2008-06-121-511/+438
* mv643xx_eth: remove write-only interrupt coalescing variablesLennert Buytenhek2008-06-121-25/+4
* mv643xx_eth: split out tx queue stateLennert Buytenhek2008-06-121-256/+254
* mv643xx_eth: split out rx queue stateLennert Buytenhek2008-06-121-216/+225
* mv643xx_eth: massively simplify multicast address crc8 computationLennert Buytenhek2008-06-121-74/+21
* mv643xx_eth: kill private unused instance of struct net_device_statsLennert Buytenhek2008-06-121-54/+66
* mv643xx_eth: kill FUNC_RET_STATUS/pkt_infoLennert Buytenhek2008-06-121-21/+0
* mv643xx_eth: move rx_return_buff() into its only callerLennert Buytenhek2008-06-121-52/+28
* mv643xx_eth: move port_receive() into its only callerLennert Buytenhek2008-06-121-59/+32
OpenPOWER on IntegriCloud