summaryrefslogtreecommitdiff
path: root/sys/dev/al_eth
AgeCommit message (Expand)Author
2024-09-05al_eth: improve TCP LROMichael Tuexen
2024-09-03al_eth: Stop checking for failures from malloc/buf_ring_alloc(M_WAITOK)Zhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-04al: Replace boolean_t with either al_bool or bool.John Baldwin
2023-04-25al_eth: Finish conversion to IfAPIJustin Hibbits
2023-04-25al_eth: make function definitions consistent with declarationsDimitry Andric
2023-02-06Mechanically convert al_eth(4) to IfAPIJustin Hibbits
2022-06-04al_eth: Fix a typo in a source code commentGordon Bergling
2022-05-09al: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-09al_eth: Remove a double word in a source code commentGordon Bergling
2021-04-12al_eth: Use device_t in preference to struct device *Mark Johnston
2020-09-01al_eth: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-01Remove FreeBSD 7 conditional code... We've had a lot of other changes since thenWarner Losh
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-08-28Use ip/ipv6 structures in al_eth only if they are supportedMarcin Wojtas
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-10-20Driver for PCI Ethernet NIC on Alpine V1 and V2.Wojciech Macek