summaryrefslogtreecommitdiff
path: root/sys/arm64/broadcom
AgeCommit message (Expand)Author
2025-08-01genet: Add a detach routineJohn Baldwin
2025-07-20if_genet: Plug memory leaksZhenlei Huang
2025-07-20if_genet: Consistently use the boolean formZhenlei Huang
2025-01-02Use device_delete_children instead of explicit calls to device_delete_childJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-27if_genet: don't load DMA mapping when tx_queue is fullMitchell Horne
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-25IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-01-31Mechanically convert genet(4) to IfAPIJustin Hibbits
2022-10-29genet: add another case where headers need pullupMike Karels
2022-10-25genet: cnt here is write only and can be removedWarner Losh
2022-05-09arm/arm64 broadcom: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-09genet: fix output packet corruption in uncommon caseMike Karels
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-14genet: fix problems with interface down/upMike Karels
2021-06-26genet: pullup minimum header amount for IPv4Mike Karels
2021-06-20genet: Fix potential crash during attachMike Karels
2021-04-12genet: Use device_t in preference to struct device *Mark Johnston
2021-03-17genet: Fix problem with forwarding some TCP/IPv6 packetsMike Karels
2021-01-05arm64: genet: Add bcm2711-genet-v5 compatibleEmmanuel Vadot
2020-09-01arm64: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-18Add support for bcm54213PE in brgphy.Mike Karels
2020-05-30genet: workaround for problem with ICMPv6 echo repliesMike Karels
2020-05-30genet: fix issues with transmit checksum offloadMike Karels
2020-04-22Add genet driver for Raspberry Pi 4B EthernetMike Karels
2020-04-06Add MDIO PHY driver for NS2 ARM64 platform.Wojciech Macek
2016-10-14Make BRCM2837 port conform FreeBSD/ARM64 guidelinesOleksandr Tymoshenko
2016-10-14Remove redundant kern_clocksource.c. It is already in conf/files.arm64Oleksandr Tymoshenko
2016-10-14Add initial Raspberry Pi 3 supportOleksandr Tymoshenko