| Commit message (Expand) | Author | Age | Files | Lines |
* | ramips: mt7530 swconfig: fix race condition in register access | DENG Qingfang | 2021-04-15 | 1 | -6/+10 |
* | ramips: 5.10: port and refresh patches, ralink drv | Ilya Lipnitskiy | 2021-03-06 | 4 | -1/+31 |
* | Revert "ramips: add support for kernel 5.10" | Adrian Schmutzler | 2021-03-06 | 4 | -31/+1 |
* | ramips: add support for kernel 5.10 | Ilya Lipnitskiy | 2021-03-05 | 4 | -1/+31 |
* | ramips: drop kernel version switches | Adrian Schmutzler | 2020-10-09 | 2 | -31/+0 |
* | ramips: remove further mt7621 code from local ethernet driver | Adrian Schmutzler | 2020-08-26 | 5 | -265/+2 |
* | ramips: remove legacy ethernet driver components for mt7621 | Adrian Schmutzler | 2020-08-21 | 8 | -1433/+6 |
* | ramips: add arl_table support for MT7530 | Salvatore Mesoraca | 2020-07-17 | 1 | -0/+119 |
* | ramips: fix sd polling | Qin Wei | 2020-06-27 | 1 | -0/+4 |
* | ramips: 5.4: handle ERR_PTR properly | Sungbo Eo | 2020-05-19 | 1 | -1/+1 |
* | ramips: ralink-eth: fix leftover dma dev argument | Chuanhong Guo | 2020-04-13 | 1 | -1/+1 |
* | ramips: ralink-eth: add support for 5.4 kernel | Chuanhong Guo | 2020-04-12 | 2 | -0/+34 |
* | ramips: ralink-eth: fix device struct passed to dma functions | Chuanhong Guo | 2020-04-12 | 1 | -14/+12 |
* | ramips: move and rename out-of-tree mtk eth driver | Chuanhong Guo | 2020-04-12 | 26 | -0/+8616 |
* | ramips: mtk-mmc: set correct DMA mask | DENG Qingfang | 2020-04-04 | 1 | -1/+1 |
* | ramips: move MTK MMC driver to files directory | DENG Qingfang | 2020-04-04 | 7 | -0/+4021 |
* | ralink: drop old ethernet driver | John Crispin | 2015-12-17 | 21 | -6842/+0 |
* | ralink: remove stray "+" from ethernet driver | John Crispin | 2015-12-12 | 1 | -1/+1 |
* | ralink: bump to the target to v4.3 | John Crispin | 2015-12-10 | 2 | -8/+11 |
* | ramips: fix for kernel 4.0 napi repoll need return budgets number | Felix Fietkau | 2015-10-30 | 1 | -1/+4 |
* | ramips: Enable rx of 1536 bytes ethernet frames on MT7621 | John Crispin | 2015-10-05 | 1 | -4/+4 |
* | ramips: Fix too small rx buffer | John Crispin | 2015-10-05 | 1 | -4/+12 |
* | ramips: Fix setting of rx buffer length | John Crispin | 2015-10-05 | 2 | -2/+3 |
* | ramips: Allow to receive vlan over untag ports on MT7530 | John Crispin | 2015-10-05 | 1 | -3/+33 |
* | ramips: collect rx related members to fe_rx_ring struct | Felix Fietkau | 2015-07-10 | 3 | -58/+69 |
* | ramips: add xmit_more support | Felix Fietkau | 2015-07-10 | 2 | -20/+33 |
* | ralink: add support for mt7621 switch counters | John Crispin | 2015-06-18 | 1 | -1/+187 |
* | ramips: improve tx clean up and add fe_tx_ring struct | Felix Fietkau | 2015-06-05 | 3 | -70/+83 |
* | ramips: change ethernet napi interrupt sequence | Felix Fietkau | 2015-06-05 | 1 | -5/+4 |
* | ramips: fix ethernet vlan tx offload support check when delete | Felix Fietkau | 2015-06-05 | 1 | -1/+1 |
* | ramips: make ethernet register map u16 instead of u32 | Felix Fietkau | 2015-03-22 | 4 | -6/+6 |
* | ramips: increase NAPI weight for mt7621 to improve routing performance a bit ... | Felix Fietkau | 2015-03-21 | 1 | -3/+3 |
* | ralink: support change tx/rx ring size | John Crispin | 2015-03-13 | 3 | -31/+52 |
* | ralink: use random generate mac address instead of default one. | John Crispin | 2015-03-13 | 6 | -10/+6 |
* | ralink: fix when tx done is 0 also need to clean interrupt status | John Crispin | 2015-02-11 | 1 | -3/+3 |
* | ralink: fix hw status almost full not work on mt7620 and mt7621 | John Crispin | 2015-02-09 | 6 | -6/+31 |
* | ralink: add 3.18 support | John Crispin | 2015-02-09 | 3 | -5/+11 |
* | ramips: fix ethernet driver tx completion polling | Felix Fietkau | 2015-02-01 | 1 | -2/+2 |
* | ralink: check ethernet MAC address whether it is valid | John Crispin | 2015-01-28 | 1 | -1/+3 |
* | ralink: fix ethernet feature TSO not work | Felix Fietkau | 2015-01-24 | 7 | -155/+197 |
* | ralink: init tx/rx vlan offload register for mt7621 | Felix Fietkau | 2015-01-24 | 2 | -5/+23 |
* | ralink: use fe_max_buf_size to get rx buffer size | Felix Fietkau | 2015-01-24 | 1 | -7/+5 |
* | ramips: fix ethernet vlan tx offload support check | Felix Fietkau | 2015-01-24 | 1 | -1/+1 |
* | ralink: fix ethernet rx buffer size breakage | Felix Fietkau | 2015-01-18 | 1 | -2/+2 |
* | ralink: improve check rx sg function. use check frags instead of function call | Felix Fietkau | 2015-01-18 | 3 | -14/+8 |
* | ralink: correct handle hardware rx 2bytes offset | Felix Fietkau | 2015-01-18 | 3 | -13/+25 |
* | ralink: use fe_reset to control all reset | Felix Fietkau | 2015-01-18 | 8 | -41/+28 |
* | ralink: improve tx_timeout function | Felix Fietkau | 2015-01-18 | 4 | -15/+87 |
* | ralink: reduce access to uncached tx/rx dma ring buffer | Felix Fietkau | 2015-01-18 | 4 | -53/+81 |
* | ramips: fix tx bql related race condition in the ethernet driver | Felix Fietkau | 2015-01-17 | 1 | -4/+5 |