summaryrefslogtreecommitdiff
path: root/sys/dev/xilinx/if_xae.c
AgeCommit message (Expand)Author
2025-12-12xae(4): remove unused function.Ruslan Bukin
2025-11-26xae(4), axidma(4): rewrite DMA operation.Ruslan Bukin
2025-03-26xilinx axi ethernet: allocate memory for buffers.Ruslan Bukin
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-02-07Mechanically convert if_xae to IfAPIJustin Hibbits
2022-05-10xilinx: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-12if_xae: Remove unused variables.John Baldwin
2020-09-01xilinx: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-08Enter the network epoch in the xdma interrupt handler if requiredRuslan Bukin
2020-02-07Fix xae(4) driver attachement on the Government Furnished Equipment (GFE)Ruslan Bukin
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-05-08Add driver for Xilinx AXI Ethernet tri-mode (10/100/1000 Mb/s) MAC foundRuslan Bukin