summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/if_dwxe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* if we run out of mbufs for the rx ring, run a timeout to refill themdlg2019-01-031-5/+44
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-2/+2
* Get MAC address from "local-mac-address" property if provided.kettenis2018-05-281-2/+4
* Add support for the GMAC on Allwinner R40/V40 SoCs.kettenis2018-05-271-7/+55
* Configure tx and rx chain delay based on device tree properties.kettenis2018-03-281-1/+8
* Fix stray return; hopefully this makes the internal PHY actually work now.kettenis2017-12-131-2/+1
* Add support for the internal PHY on the Allwinner H3. From Stephen Graf.kettenis2017-12-101-8/+18
* Fix MDIO_CMD register bit definitions. From Stepen Graf.kettenis2017-12-101-6/+6
* Align Rx buffers to prevent unaligned access in the network stack.kettenis2017-10-011-2/+3
* The property that points the the attached PHY is called "phy-handle" insteadkettenis2017-09-301-2/+2
* Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller usedpatrick2017-09-211-0/+1280