aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dwc
Commit message (Expand)AuthorAgeFilesLines
* [if_dwc] add support for multi-descriptor packets in TX pathOleksandr Tymoshenko2020-12-232-43/+116
* if_dwc: Honor snps,pbl propertyEmmanuel Vadot2020-12-032-4/+7
* if_dwc: Correctly configure the DMA engine based on the fdt propertiesEmmanuel Vadot2020-11-222-6/+21
* if_dwc: Add checksum offloading supportEmmanuel Vadot2020-11-201-8/+44
* if_dwc: Add flow control supportEmmanuel Vadot2020-11-202-0/+17
* if_dwc: Use if_ function where appropriateEmmanuel Vadot2020-11-201-28/+28
* if_dwc: Reorder functions and sort them by usageEmmanuel Vadot2020-11-201-624/+658
* if_dwc: dwc_get_hwaddr cannot fail, change return to voidEmmanuel Vadot2020-11-201-7/+2
* if_dwc: Add dwc_stop_dma and use it in dwc_stop_lockedEmmanuel Vadot2020-11-201-16/+25
* if_dwc: Use dwc_enable_mac in dwc_stop_lockedEmmanuel Vadot2020-11-201-4/+1
* if_dwc: Add a function to enable/disable the mac tx/rxEmmanuel Vadot2020-11-201-2/+17
* if_dwc: Use if_setdrvflagbits to notify that we are runningEmmanuel Vadot2020-11-201-2/+2
* if_dwc: Split init code into sub functionEmmanuel Vadot2020-11-201-21/+40
* Fix armv{6,7} build after r364088Li-Wen Hsu2020-08-111-1/+2
* Improve Rockchip's integration of if_dwcOleksandr Tymoshenko2020-08-104-1/+42
* Improve if_dwc:Michal Meloun2020-06-192-62/+103
* Finish renaming in if_dwc.Michal Meloun2020-06-193-10/+11
* Use naming nomenclature used in DesignWare TRM.Michal Meloun2020-06-191-47/+114
* Fix style(9). Strip write only variables.Michal Meloun2020-04-292-13/+5
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-24/+34
* dwc: Add more delay for chip resetEmmanuel Vadot2019-09-281-6/+3
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* EXTRES: Add OF node as argument to all <foo>_get_by_ofw_<bar>() functions.Michal Meloun2016-07-101-2/+2
* Fix an issue with multicast hash filters on Amlogic and Allwinner boards.Jared McNeill2016-06-122-8/+13
* Multicast filters on DWC_GMAC_ALT_DESC type implementations use a differentJared McNeill2016-06-081-9/+21
* Set txbuf_map array size to TX_DESC_COUNT instead of RX_DESC_COUNT.Jared McNeill2016-04-291-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Convert Allwinner port to extres clk/hwreset/regulator APIs.Jared McNeill2016-04-061-0/+40
* Add support for resetting the PHY via GPIO.Jared McNeill2016-03-031-0/+64
* Fix the build by adding the alternate descriptors and MII clock defines.Luiz Otavio O Souza2015-09-201-0/+28
* Add alternate descriptors support for if_dwc.Luiz Otavio O Souza2015-09-203-67/+217
* Remove unnecessary includes and, while here, sort them.Luiz Otavio O Souza2015-09-201-14/+7
* Do not call mii_mediachg() from NIC interrupt handler.Luiz Otavio O Souza2015-09-121-3/+1
* When initializing the (unused) TX descriptors it is not necessary set theLuiz Otavio O Souza2015-07-061-3/+1
* Use uint32_t consistently to store registers values.Luiz Otavio O Souza2015-07-062-39/+25
* Fix the sent packets statistics for if_dwc.Luiz Otavio O Souza2015-07-061-0/+1
* Fix wrong variable name in the previous commit.Luiz Otavio O Souza2015-06-031-1/+1
* Fix the OACTIVE handling on if_dwc.Luiz Otavio O Souza2015-06-031-1/+6
* o Remove superfluous includesRuslan Bukin2015-04-031-8/+2
* o Correct the condition in reset procedureRuslan Bukin2015-02-131-15/+16
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-271-1/+1
* Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000Ruslan Bukin2014-09-252-0/+1586