aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/al_eth
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* al: Replace boolean_t with either al_bool or bool.John Baldwin2023-05-045-156/+156
* al_eth: Finish conversion to IfAPIJustin Hibbits2023-04-251-16/+14
* al_eth: make function definitions consistent with declarationsDimitry Andric2023-04-251-2/+2
* Mechanically convert al_eth(4) to IfAPIJustin Hibbits2023-02-061-69/+69
* al_eth: Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* al: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* al_eth: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* al_eth: Use device_t in preference to struct device *Mark Johnston2021-04-121-3/+3
* al_eth: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-8/+0
* Remove FreeBSD 7 conditional code... We've had a lot of other changes since thenWarner Losh2020-03-011-2/+0
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-45/+31
* Use ip/ipv6 structures in al_eth only if they are supportedMarcin Wojtas2018-08-281-0/+8
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-3/+3
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-3/+0
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-202-3/+3
* Driver for PCI Ethernet NIC on Alpine V1 and V2.Wojciech Macek2016-10-206-0/+6770