aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/axgbe
Commit message (Expand)AuthorAgeFilesLines
* axgbe: Fix setting promisc modeZhenlei Huang9 days2-5/+7
* axgbe: Stop checking for failures from taskqueue_create(M_WAITOK)Zhenlei Huang2024-09-031-7/+0
* axgbe: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-2/+0
* axgbe: use bit_foreachDoug Moore2024-08-122-70/+3
* axgbe: Fix two typos in source code commentsGordon Bergling2024-07-211-2/+2
* axgbe: drop unused functionDoug Moore2024-07-181-7/+0
* axgbe: use standard rounddown_pow_of_twoDoug Moore2024-07-181-18/+2
* axgbe: Remove a nonsensical use of kernel_sysctlbyname()Mark Johnston2024-07-141-12/+2
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+0
* axgbe: Various stability improvementsStephan de Wit2024-04-298-42/+298
* axgbe: Various link stability and module compatibilty improvementsStephan de Wit2024-02-025-91/+209
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1614-28/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* Finish mechanical conversion of axgbe(4) to IfAPI.Justin Hibbits2023-02-141-2/+2
* Convert iflib(4) and iflib-based drivers to the DrvAPIJustin Hibbits2022-12-216-40/+41
* sys: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* axgbe: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-062-8/+3
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* if_axgbe: properly release resource in error caseTong Zhang2022-04-111-13/+52
* axgbe: Remove unused variable in axgbe_msix_que.John Baldwin2022-04-061-2/+2
* axgbe_setup_sysctl is a nop, remove it and the call to it.Warner Losh2022-02-281-14/+0
* Fix to call callout_init with correct inputs from axp driverRajesh Kumar M A2021-07-131-1/+1
* axgbe: Don't dereference NULL pointersWarner Losh2021-06-031-19/+19
* axgbe: fix some link related issuesVincenzo Maffione2021-01-233-6/+25
* axgbe: driver changes for netmap supportVincenzo Maffione2021-01-165-65/+198
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-071-1/+1
* [axgbe] Fix compiler warnings in gcc-6.3; perhaps fix a PHY issueAdrian Chadd2020-12-033-6/+6
* axgbe: fix tinderbox buildMateusz Guzik2020-10-141-2/+0
* 10Gigabit Ethernet driver for AMD SoCEmmanuel Vadot2020-10-1117-2783/+14199
* axgbe: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-252-10/+1
* Port the Linux AMX 10G network driver to FreeBSD as axgbe. It is unlikelyAndrew Turner2017-02-158-2703/+1334
* Import the AMD 10G ethernet driver for the AMD Opteron A1100.Andrew Turner2017-02-156-0/+9480