aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dwc
Commit message (Expand)AuthorAgeFilesLines
* 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