| Commit message (Expand) | Author | Age | Files | Lines |
| * | if_dwc: fix reinitialization with changed MAC | Jiahao LI | 2022-09-16 | 1 | -5/+6 |
| * | dwc: Support phy mode MII | Emmanuel Vadot | 2022-08-11 | 2 | -4/+8 |
| * | dwc: Use mii_fdt function | Emmanuel Vadot | 2022-08-11 | 1 | -5/+12 |
| * | if_dwc: avoid duplicate packet counts | Mitchell Horne | 2022-08-11 | 1 | -12/+0 |
| * | if_dwc: Use if_ function where appropriate | Emmanuel Vadot | 2022-08-11 | 1 | -28/+28 |
| * | if_dwc: Reorder functions and sort them by usage | Emmanuel Vadot | 2022-08-11 | 1 | -624/+658 |
| * | if_dwc: dwc_get_hwaddr cannot fail, change return to void | Emmanuel Vadot | 2022-08-11 | 1 | -7/+2 |
| * | if_dwc: Add dwc_stop_dma and use it in dwc_stop_locked | Emmanuel Vadot | 2022-08-11 | 1 | -16/+25 |
| * | if_dwc: Use dwc_enable_mac in dwc_stop_locked | Emmanuel Vadot | 2022-08-11 | 1 | -4/+1 |
| * | if_dwc: Add a function to enable/disable the mac tx/rx | Emmanuel Vadot | 2022-08-11 | 1 | -2/+17 |
| * | if_dwc: Use if_setdrvflagbits to notify that we are running | Emmanuel Vadot | 2022-08-11 | 1 | -2/+2 |
| * | if_dwc: Split init code into sub function | Emmanuel Vadot | 2022-08-11 | 1 | -21/+40 |
| * | MFC r364098 by lwhsu: | Oleksandr Tymoshenko | 2020-09-06 | 1 | -1/+2 |
| * | MFC r362736, r364088 | Oleksandr Tymoshenko | 2020-09-06 | 4 | -1/+42 |
| * | MFC r360467, r362399, r362405, r362415 | Oleksandr Tymoshenko | 2020-09-06 | 4 | -113/+214 |
| * | MFC r353843 by glebius: | Oleksandr Tymoshenko | 2020-09-06 | 1 | -24/+34 |
| * | MFC r347097, r351187, r351551-r351552, r352849-r352852 | Emmanuel Vadot | 2019-11-28 | 1 | -6/+3 |
| * | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -1/+1 |
| * | EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions. | Michal Meloun | 2016-07-10 | 1 | -2/+2 |
| * | Fix an issue with multicast hash filters on Amlogic and Allwinner boards. | Jared McNeill | 2016-06-12 | 2 | -8/+13 |
| * | Multicast filters on DWC_GMAC_ALT_DESC type implementations use a different | Jared McNeill | 2016-06-08 | 1 | -9/+21 |
| * | Set txbuf_map array size to TX_DESC_COUNT instead of RX_DESC_COUNT. | Jared McNeill | 2016-04-29 | 1 | -1/+1 |
| * | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | Convert Allwinner port to extres clk/hwreset/regulator APIs. | Jared McNeill | 2016-04-06 | 1 | -0/+40 |
| * | Add support for resetting the PHY via GPIO. | Jared McNeill | 2016-03-03 | 1 | -0/+64 |
| * | Fix the build by adding the alternate descriptors and MII clock defines. | Luiz Otavio O Souza | 2015-09-20 | 1 | -0/+28 |
| * | Add alternate descriptors support for if_dwc. | Luiz Otavio O Souza | 2015-09-20 | 3 | -67/+217 |
| * | Remove unnecessary includes and, while here, sort them. | Luiz Otavio O Souza | 2015-09-20 | 1 | -14/+7 |
| * | Do not call mii_mediachg() from NIC interrupt handler. | Luiz Otavio O Souza | 2015-09-12 | 1 | -3/+1 |
| * | When initializing the (unused) TX descriptors it is not necessary set the | Luiz Otavio O Souza | 2015-07-06 | 1 | -3/+1 |
| * | Use uint32_t consistently to store registers values. | Luiz Otavio O Souza | 2015-07-06 | 2 | -37/+23 |
| * | Fix the sent packets statistics for if_dwc. | Luiz Otavio O Souza | 2015-07-06 | 1 | -0/+1 |
| * | Fix wrong variable name in the previous commit. | Luiz Otavio O Souza | 2015-06-03 | 1 | -1/+1 |
| * | Fix the OACTIVE handling on if_dwc. | Luiz Otavio O Souza | 2015-06-03 | 1 | -1/+6 |
| * | o Remove superfluous includes | Ruslan Bukin | 2015-04-03 | 1 | -8/+2 |
| * | o Correct the condition in reset procedure | Ruslan Bukin | 2015-02-13 | 1 | -15/+16 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-27 | 1 | -1/+1 |
| * | Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000 | Ruslan Bukin | 2014-09-25 | 2 | -0/+1586 |