aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/axgbe
Commit message (Expand)AuthorAgeFilesLines
* axgbe: Fix setting promisc modeZhenlei Huang2025-07-082-5/+7
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-5/+0
* axgbe: Stop checking for failures from taskqueue_create(M_WAITOK)Zhenlei Huang2024-09-301-7/+0
* axgbe: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-2/+0
* axgbe: Fix two typos in source code commentsGordon Bergling2024-08-121-2/+2
* iflib drivers: Constify PCI ID LUTsMarius Strobl2024-01-051-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2314-28/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-256-6/+6
* if_axgbe: properly release resource in error caseTong Zhang2022-04-201-13/+52
* axgbe: fix some link related issuesVincenzo Maffione2021-01-313-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