aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cadence
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-252-2/+2
* cgem: support SGMII PHY connection modeMilan Obuch2022-05-162-1/+15
* cgem: rework hardware quirk detectionMilan Obuch2022-05-161-18/+19
* if_cgem: Make ext_resources non-optionalEmmanuel Vadot2022-05-161-28/+0
* cgem: Add support for the SiFive FU740Jessica Clarke2021-09-071-4/+4
* cgem: improve usage of busdma(9) KPIMitchell Horne2021-02-231-8/+4
* cgem: update 64-bit checkMitchell Horne2021-01-111-1/+1
* cgem: add 64-bit supportThomas Skibo2021-01-102-109/+296
* cadence: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Cadence GEM ethernet driver style clean-up, no functional changes.Ian Lepore2020-04-022-451/+452
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* cgem: Add another compat string for the SiFive fu540Mitchell Horne2020-01-291-3/+4
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-33/+23
* Add support for Cadence network controller found in HiFive Unleashed board.Ruslan Bukin2019-04-241-1/+7
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Refactor DTS files for Zynq-based SoCsOleksandr Tymoshenko2016-04-261-0/+3
* Use the new ifnet API. Also, allocate bus_dma_maps as needed instead ofIan Lepore2015-03-091-97/+134
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-8/+8
* Fixes and enhancements for the if_cgem driver...Ian Lepore2014-09-032-114/+515
* Fix the Zedboard/Zynq ethernet driver to handle media speed changes soIan Lepore2014-07-141-33/+71
* Fix teardown of static DMA allocations in various NIC drivers:John Baldwin2014-06-171-4/+12
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Bring copyright changes with the agreement of Thomas Skibo.Wojciech A. Koszek2013-04-282-5/+6
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-272-0/+1759