aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* ralink: support change tx/rx ring sizeJohn Crispin2015-03-133-31/+52
* ralink: use random generate mac address instead of default one.John Crispin2015-03-136-10/+6
* ralink: fix when tx done is 0 also need to clean interrupt statusJohn Crispin2015-02-111-3/+3
* ralink: fix hw status almost full not work on mt7620 and mt7621John Crispin2015-02-096-6/+31
* ralink: add 3.18 supportJohn Crispin2015-02-093-5/+11
* ramips: fix ethernet driver tx completion pollingFelix Fietkau2015-02-011-2/+2
* ralink: check ethernet MAC address whether it is validJohn Crispin2015-01-281-1/+3
* ralink: fix ethernet feature TSO not workFelix Fietkau2015-01-247-155/+197
* ralink: init tx/rx vlan offload register for mt7621Felix Fietkau2015-01-242-5/+23
* ralink: use fe_max_buf_size to get rx buffer sizeFelix Fietkau2015-01-241-7/+5
* ramips: fix ethernet vlan tx offload support checkFelix Fietkau2015-01-241-1/+1
* ralink: fix ethernet rx buffer size breakageFelix Fietkau2015-01-181-2/+2
* ralink: improve check rx sg function. use check frags instead of function callFelix Fietkau2015-01-183-14/+8
* ralink: correct handle hardware rx 2bytes offsetFelix Fietkau2015-01-183-13/+25
* ralink: use fe_reset to control all resetFelix Fietkau2015-01-188-41/+28
* ralink: improve tx_timeout functionFelix Fietkau2015-01-184-15/+87
* ralink: reduce access to uncached tx/rx dma ring bufferFelix Fietkau2015-01-184-53/+81
* ramips: fix tx bql related race condition in the ethernet driverFelix Fietkau2015-01-171-4/+5
* ramips: use a larger number of rx descriptors on mt7621 to work around rx ove...Felix Fietkau2015-01-131-0/+4
* ramips: remove interrupt coalescing, it is unnecessary with napi polling and ...Felix Fietkau2015-01-137-78/+40
* ramips: disable ethernet checksum offloads for mt7621, they are brokenFelix Fietkau2015-01-021-1/+10
* ramips: use netif_receive_skb instead of napi_gro_receive when rx csum offloa...Felix Fietkau2015-01-021-1/+4
* ralink: fix tx vlan offload and hardware statusJohn Crispin2014-11-192-27/+40
* ralink: support netconsoleJohn Crispin2014-11-191-0/+15
* ralink: improve tx vlan offloadJohn Crispin2014-11-192-0/+55
* ralink: update ethernet driver to use new ralink_soc variableJohn Crispin2014-11-142-42/+7
* ralink: fix the 10mbit bug on mt7621John Crispin2014-11-141-1/+1
* ralink: improve mt7530 supportJohn Crispin2014-11-141-2/+16
* ralink: mt7621 has a different base addr for PVIDJohn Crispin2014-11-141-1/+19
* ralink: add support for mt7621 ethernetJohn Crispin2014-11-128-36/+334
* ralink: fix mdio polling of external phys if only 1 phy existsJohn Crispin2014-11-111-0/+3
* ralink: mt7628 does not actually need this fix for the ethernet driverJohn Crispin2014-11-071-3/+0
* ralink: improve r43200John Crispin2014-11-061-5/+8
* ralink: only apply ephy1 fixup if the phy is presentJohn Crispin2014-11-061-35/+40
* ralink: add mt7628 support to the ethernet driverJohn Crispin2014-11-062-1/+85
* ralink: cleanup ethernet Makefile/KconfigJohn Crispin2014-11-062-9/+34
* ralink: move ethernet driver to files/John Crispin2014-11-0620-0/+5873
* ralink: refresh patchesJohn Crispin2014-03-1811-4853/+0
* ralink: add xhci driverJohn Crispin2014-01-1911-0/+4853
* move files to files-3.7John Crispin2013-04-0327-28152/+0
* ramips: remove __dev_{init,exit} annotationsGabor Juhos2013-02-252-5/+5
* fix for non-blinking LAN LEDsJohn Crispin2013-01-281-0/+4
* ramips: convert to use {e,o}hci-platform driverGabor Juhos2012-12-222-323/+0
* ramips: ramips_eth: use Kconfig definition to enable debugGabor Juhos2012-11-251-1/+1
* move ethernet hw init to init/uninit functionsJohn Crispin2012-11-121-17/+29
* add ethernet support for rt5350John Crispin2012-09-252-18/+106
* make ramips ethernet use a register mapping tableJohn Crispin2012-09-251-29/+79
* ramips: Add missing andmask to ramips_esw register read for recv_good value.Gabor Juhos2012-09-051-1/+3
* ramips: Use doubletagging to disable ramips_esw vlan by default, it seems mor...Gabor Juhos2012-09-051-1/+1
* ramips: Power down phy on disabled switch portsGabor Juhos2012-08-291-5/+67