aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ethernet/ralink/ralink_soc_eth.c
Commit message (Expand)AuthorAgeFilesLines
* ralink: fix hw status almost full not work on mt7620 and mt7621John Crispin2015-02-091-6/+13
* ralink: add 3.18 supportJohn Crispin2015-02-091-3/+3
* 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-241-135/+165
* 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-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