aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files-4.9/drivers/net/ethernet/mtk/mtk_eth_soc.c
Commit message (Collapse)AuthorAgeFilesLines
* ramips: reduce napi_weight in the ethernet driver.Rosen Penev2017-09-281-1/+1
| | | | | | Currently dmsg a weight of 128 which is above the kernel limit of 64. Silence the warning. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ramips: Change ethernet driver to use napi_complete_done.Rosen Penev2017-09-111-1/+1
| | | | | | Backport of mailine linux commit. Speeds up ethernet slightly and reduces latency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ramips: add jumbo frame support for v4.9John Crispin2017-06-011-8/+14
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* ramips: add v4.9 supportJohn Crispin2017-02-141-0/+1595
NAND support is missing Signed-off-by: John Crispin <john@phrozen.org>