summaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mv643xx_eth: get rid of hungarian variable namingLennert Buytenhek2008-06-121-78/+78
* mv643xx_eth: kill ->rx_resource_errLennert Buytenhek2008-06-121-15/+0
* mv643xx_eth: kill superfluous commentsLennert Buytenhek2008-06-121-552/+0
* mv643xx_eth: use 'mv643xx_eth_' prefix consistentlyLennert Buytenhek2008-06-121-205/+206
* mv643xx_eth: get rid of ETH_/ethernet_/eth_ prefixesLennert Buytenhek2008-06-121-204/+195
* mv643xx_eth: clean up rx/tx descriptor field definesLennert Buytenhek2008-06-121-54/+28
* mv643xx_eth: remove port serial status register bit definesLennert Buytenhek2008-06-121-13/+2
* mv643xx_eth: move MIB offset defines into their only userLennert Buytenhek2008-06-121-58/+34
* mv643xx_eth: get rid of RX_BUF_OFFSETLennert Buytenhek2008-06-121-5/+2
* mv643xx_eth: move PHY wait defines into callersLennert Buytenhek2008-06-121-12/+9
* mv643xx_eth: clarify irq masking and unmaskingLennert Buytenhek2008-06-121-37/+24
* mv643xx_eth: remove unused DESC_SIZE defineLennert Buytenhek2008-06-121-2/+0
* mv643xx_eth: nuke port status register bit definesLennert Buytenhek2008-06-121-14/+0
OpenPOWER on IntegriCloud