summaryrefslogtreecommitdiff
path: root/sys/dev/axgbe
AgeCommit message (Expand)Author
2025-09-10iflib: report output drops and handle ENOBUFS properlyAndrew Gallatin
2024-10-12axgbe: Fix setting promisc modeZhenlei Huang
2024-09-03axgbe: Stop checking for failures from taskqueue_create(M_WAITOK)Zhenlei Huang
2024-09-03axgbe: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-08-12axgbe: use bit_foreachDoug Moore
2024-07-21axgbe: Fix two typos in source code commentsGordon Bergling
2024-07-18axgbe: drop unused functionDoug Moore
2024-07-18axgbe: use standard rounddown_pow_of_twoDoug Moore
2024-07-14axgbe: Remove a nonsensical use of kernel_sysctlbyname()Mark Johnston
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-04-28axgbe: Various stability improvementsStephan de Wit
2024-02-02axgbe: Various link stability and module compatibilty improvementsStephan de Wit
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-17iflib drivers: Constify PCI ID LUTsMarius Strobl
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14Finish mechanical conversion of axgbe(4) to IfAPI.Justin Hibbits
2022-12-21Convert iflib(4) and iflib-based drivers to the DrvAPIJustin Hibbits
2022-11-02sys: Nuke double-semicolonsElliott Mitchell
2022-05-06axgbe: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-11if_axgbe: properly release resource in error caseTong Zhang
2022-04-06axgbe: Remove unused variable in axgbe_msix_que.John Baldwin
2022-02-28axgbe_setup_sysctl is a nop, remove it and the call to it.Warner Losh
2021-07-13Fix to call callout_init with correct inputs from axp driverRajesh Kumar M A
2021-06-03axgbe: Don't dereference NULL pointersWarner Losh
2021-01-23axgbe: fix some link related issuesVincenzo Maffione
2021-01-16axgbe: driver changes for netmap supportVincenzo Maffione
2021-01-07iflib: ensure that tx interrupts enabled and cleanupsMatt Macy
2020-12-03[axgbe] Fix compiler warnings in gcc-6.3; perhaps fix a PHY issueAdrian Chadd
2020-10-14axgbe: fix tinderbox buildMateusz Guzik
2020-10-1110Gigabit Ethernet driver for AMD SoCEmmanuel Vadot
2020-09-01axgbe: clean up empty lines in .c and .h filesMateusz Guzik
2017-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-02-15Port the Linux AMX 10G network driver to FreeBSD as axgbe. It is unlikelyAndrew Turner
2017-02-15Import the AMD 10G ethernet driver for the AMD Opteron A1100.Andrew Turner