| Commit message (Expand) | Author | Age | Files | Lines |
* | ramips: drop obsolete sd card driver code | Mathias Kresin | 2018-09-06 | 2 | -20/+4 |
* | ramips: ethernet: unify tx descriptor buffer splitting | Felix Fietkau | 2018-09-03 | 1 | -75/+83 |
* | Revert "ramips: mmc: Fix init for MT7628AN" | Jo-Philipp Wich | 2018-08-30 | 2 | -16/+1 |
* | ramips: mt7620: fix bad indent | Mathias Kresin | 2018-08-16 | 1 | -7/+6 |
* | ramips: mt7620: enable all ports unconditionally | Pawel Dembicki | 2018-08-15 | 1 | -1/+10 |
* | mt7620: gsw: make IntPHY and ExtPHY share mdio addr 4 possible | Chen Minqiang | 2018-08-06 | 1 | -0/+6 |
* | ramips: fix gigabit switch PHY access on MDIO | Daniel Gimpelevich | 2018-08-06 | 1 | -1/+2 |
* | ramips: remove superfluous & confusing DT binding | Daniel Gimpelevich | 2018-08-06 | 1 | -3/+24 |
* | ramips: mmc: Fix init for MT7628AN | LoveSy | 2018-07-30 | 2 | -1/+16 |
* | ramips: ethernet: disable fraglist support | Felix Fietkau | 2018-07-14 | 1 | -1/+1 |
* | ramips: ethernet: use own page_frag_cache | Felix Fietkau | 2018-07-12 | 2 | -3/+15 |
* | ramips: ethernet: use skb_free_frag to free fragments | Felix Fietkau | 2018-07-12 | 1 | -3/+3 |
* | ramips: improve ethernet driver performance with GRO/TSO | Felix Fietkau | 2018-06-19 | 3 | -76/+105 |
* | ramips: mt7621: fix mtu setting with kernel 4.14 | Mathias Kresin | 2018-06-16 | 1 | -11/+7 |
* | ramips: rename ethernet driver folder to the same one that upstream uses | Felix Fietkau | 2018-06-13 | 26 | -0/+0 |
* | ramips: mmc: Add back some non-mt7621 code that staging removed | Rosen Penev | 2018-06-08 | 1 | -1/+17 |
* | Revert "ramips: Move PCI driver to files directory" | John Crispin | 2018-06-01 | 1 | -836/+0 |
* | Revert "ramips: Remove redundant owner assignment" | John Crispin | 2018-06-01 | 1 | -0/+1 |
* | Revert "ramips: improve interrupt mapping" | John Crispin | 2018-06-01 | 1 | -9/+65 |
* | Revert "ramips: remove conditional compilation." | John Crispin | 2018-06-01 | 1 | -8/+58 |
* | Revert "ramips: remove unnecessary resource details." | John Crispin | 2018-06-01 | 1 | -2/+15 |
* | Revert "ramips: pci: sync with staging driver" | John Crispin | 2018-06-01 | 1 | -150/+168 |
* | Revert "ramips: Add back some non-mt7621 code that staging removed" | John Crispin | 2018-06-01 | 1 | -17/+1 |
* | ramips: Add back some non-mt7621 code that staging removed | Rosen Penev | 2018-05-24 | 1 | -1/+17 |
* | ramips: mmc: Sync with staging driver | Rosen Penev | 2018-05-18 | 5 | -3417/+2693 |
* | Revert "ramips: mmc: Sync with staging drivers" | John Crispin | 2018-05-15 | 5 | -2693/+3418 |
* | staging: mt7621-eth: fix return value check in mt7621_gsw_probe() | Wei Yongjun | 2018-05-15 | 3 | -6/+6 |
* | staging: mt7621-eth: fix return value check in mtk_connect_phy_node() | Wei Yongjun | 2018-05-15 | 1 | -2/+2 |
* | staging: mt7621-eth: fix return value check in mtk_probe() | Wei Yongjun | 2018-05-15 | 1 | -1/+1 |
* | ramips: pci: sync with staging driver | Rosen Penev | 2018-05-15 | 1 | -168/+150 |
* | ramips: mmc: Sync with staging drivers | Rosen Penev | 2018-05-15 | 5 | -3418/+2693 |
* | ramips: remove unnecessary resource details. | NeilBrown | 2018-05-14 | 1 | -15/+2 |
* | ramips: remove conditional compilation. | NeilBrown | 2018-05-14 | 1 | -58/+8 |
* | ramips: improve interrupt mapping | NeilBrown | 2018-05-14 | 1 | -65/+9 |
* | ramips: Remove redundant owner assignment | Christian Lütke-Stetzkamp | 2018-05-14 | 1 | -1/+0 |
* | ramips: Move PCI driver to files directory | Rosen Penev | 2018-05-14 | 1 | -0/+836 |
* | ramips: move mtk-mmc init to probe function to avoid breaking NAND flash | Felix Fietkau | 2018-05-08 | 1 | -36/+28 |
* | ramips: fix locking issues in the ethernet driver | Felix Fietkau | 2018-04-17 | 1 | -2/+3 |
* | ramips: add missing unlock in fe_phy_link_adjust | Felix Fietkau | 2018-04-14 | 1 | -0/+1 |
* | ramips: fix build error caused by missing ifdef guard in hwnat code | John Crispin | 2018-04-06 | 1 | -1/+4 |
* | ramips: implement hardware NAT offload for MT7621 | John Crispin | 2018-04-06 | 7 | -3/+975 |
* | ramips: mtk-mmc: don't advertise highmem support. | NeilBrown | 2018-04-05 | 1 | -0/+1 |
* | ramips: fix BUG_ON on mtk-mmc driver probe | Felix Fietkau | 2018-04-05 | 1 | -3/+1 |
* | ramips: move mtk-mmc driver code out of patches-*/ and into files-*/ | Felix Fietkau | 2018-04-05 | 7 | -0/+4758 |
* | ramips: remove dead (and potentially crashy) code in mt7621 gsw init | Felix Fietkau | 2018-03-23 | 1 | -11/+0 |
* | ramips: rename ethernet priv->device field to dev to match upstream | Felix Fietkau | 2018-03-23 | 7 | -26/+26 |
* | ramips: mt7620: power up ephy port 4 | Pawel Dembicki | 2018-03-06 | 1 | -0/+1 |
* | ramips: fix MT7621 switch driver IRQ storm on init with linux 4.14 | Felix Fietkau | 2018-02-21 | 1 | -4/+7 |
* | ramips: preliminary support for 4.14 | Roman Yeryomin | 2018-02-15 | 23 | -0/+7314 |