aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ethernet/ralink/ralink_soc_eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-4/+4
* ralink: correct handle hardware rx 2bytes offsetFelix Fietkau2015-01-181-8/+17
* ralink: use fe_reset to control all resetFelix Fietkau2015-01-181-0/+16
* ralink: improve tx_timeout functionFelix Fietkau2015-01-181-14/+71
* ralink: reduce access to uncached tx/rx dma ring bufferFelix Fietkau2015-01-181-43/+71
* ramips: fix tx bql related race condition in the ethernet driverFelix Fietkau2015-01-171-4/+5
* ramips: remove interrupt coalescing, it is unnecessary with napi polling and ...Felix Fietkau2015-01-131-14/+12
* 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-191-26/+34
* ralink: support netconsoleJohn Crispin2014-11-191-0/+15
* ralink: improve tx vlan offloadJohn Crispin2014-11-191-0/+54
* ralink: add support for mt7621 ethernetJohn Crispin2014-11-121-9/+22
* ralink: move ethernet driver to files/John Crispin2014-11-061-0/+1331