summaryrefslogtreecommitdiff
path: root/sys/dev/ffec
AgeCommit message (Expand)Author
2024-10-27if_ffec: fix MAC address bootverbose printGary Bisson
2024-10-27if_ffec: fix imx6sx compatible flagsGary Bisson
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-31Mechanically convert ffec(4) to IfAPIJustin Hibbits
2022-06-23if_ffec: free the dmamem allocation in detachMitchell Horne
2022-06-23if_ffec: fix some misleading indentationMitchell Horne
2022-06-05ffec: Fix a common typo in a source code commentGordon Bergling
2022-05-09ffec: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2020-07-01Add i.MX 8M Quad supportOleksandr Tymoshenko
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-09-21Fix possible NULL pointer dereference in ffec_alloc_mbufcl().Andrey V. Elsukov
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-28Split the hardware type enum and the hw feature flags bits into separateIan Lepore
2017-10-28Use the 16-bit receive shift feature in ffec hardware that supports it.Ian Lepore
2017-10-28Support up to 3 IRQs in the ffec driver.Ian Lepore
2017-10-28Avoid AXI bus issues due to a MAC reset on imx6sx and imx7.Ian Lepore
2017-10-28Add FECFLAG_AVB variant flag to support new features on imx7.Ian Lepore
2017-10-28Increase the alignment of the rx/tx descriptor ring buffers to 64 bytes.Ian Lepore
2017-06-11Convert from local code and constants for mac<->phy connection type to newIan Lepore
2017-06-10if_ffec bugfixes related to harvesting of hardware-maintained statistics...Ian Lepore
2017-04-16Add imx6ul SoC support, and get the PHY number from the FDT data. If thereIan Lepore
2017-02-18Add definitions for the IEEE-1588 registers.Ian Lepore
2016-05-27Fix erronious mixed use of tx/rx variables/constants in the same expression.Ian Lepore
2014-11-24Add busdma sync ops before reading and after modifying the descriptor rings.Ian Lepore
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-03-08Fix another bug in multicast filtering. i.MX uses 6 bits from MSB inHiroki Sato
2014-03-04Fix multicast filtering.Hiroki Sato
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2014-01-04ENET on Vybrid Family SoC don't advertise its media capabilitiesRuslan Bukin
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2013-10-26Switch to using ofw_bus_search_compatible() table-driven compat lookup.Ian Lepore
2013-10-22Mask out non-address bits in the mac address register, for properIan Lepore
2013-10-20Add a driver for the Freescale Fast Ethernet Controller found on variousIan Lepore