aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ffec
Commit message (Expand)AuthorAgeFilesLines
* Add i.MX 8M Quad supportOleksandr Tymoshenko2020-07-011-0/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-12/+14
* Fix possible NULL pointer dereference in ffec_alloc_mbufcl().Andrey V. Elsukov2018-09-211-1/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Split the hardware type enum and the hw feature flags bits into separateIan Lepore2017-10-281-16/+22
* Use the 16-bit receive shift feature in ffec hardware that supports it.Ian Lepore2017-10-281-33/+44
* Support up to 3 IRQs in the ffec driver.Ian Lepore2017-10-281-21/+36
* Avoid AXI bus issues due to a MAC reset on imx6sx and imx7.Ian Lepore2017-10-281-2/+15
* Add FECFLAG_AVB variant flag to support new features on imx7.Ian Lepore2017-10-282-8/+18
* Increase the alignment of the rx/tx descriptor ring buffers to 64 bytes.Ian Lepore2017-10-281-1/+1
* Convert from local code and constants for mac<->phy connection type to newIan Lepore2017-06-111-25/+13
* if_ffec bugfixes related to harvesting of hardware-maintained statistics...Ian Lepore2017-06-101-33/+43
* Add imx6ul SoC support, and get the PHY number from the FDT data. If thereIan Lepore2017-04-161-2/+8
* Add definitions for the IEEE-1588 registers.Ian Lepore2017-02-181-0/+21
* Fix erronious mixed use of tx/rx variables/constants in the same expression.Ian Lepore2016-05-271-3/+3
* Add busdma sync ops before reading and after modifying the descriptor rings.Ian Lepore2014-11-241-0/+10
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-18/+16
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix another bug in multicast filtering. i.MX uses 6 bits from MSB inHiroki Sato2014-03-081-2/+3
* Fix multicast filtering.Hiroki Sato2014-03-041-1/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* ENET on Vybrid Family SoC don't advertise its media capabilitiesRuslan Bukin2014-01-041-3/+5
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-5/+5
* Switch to using ofw_bus_search_compatible() table-driven compat lookup.Ian Lepore2013-10-261-23/+42
* Mask out non-address bits in the mac address register, for properIan Lepore2013-10-221-2/+1
* Add a driver for the Freescale Fast Ethernet Controller found on variousIan Lepore2013-10-202-0/+2043