aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/enetc
Commit message (Expand)AuthorAgeFilesLines
* libkern: add ilog2 macroDoug Moore2024-06-031-1/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* enetc: Don't restart on VLAN changesKevin Bowling2023-08-241-0/+13
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits2022-12-211-7/+7
* enetc: Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* enetc: 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
* enetc(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* enetc: Wait for pending transmissions before disabling TX queuesKornel Duleba2022-01-311-5/+26
* enetc: Simply TX ring credits counting logicKornel Duleba2022-01-312-18/+21
* enetc: Disable HW IP packet alignmentKornel Duleba2022-01-311-3/+2
* enetc(4): Fix a typo in a source code commentGordon Bergling2021-12-221-1/+1
* enetc: Serialize MDIO transactionsKornel Duleba2021-12-082-4/+22
* enetc: Fix VID/mcast address hash calculationKornel Duleba2021-12-081-2/+2
* enetc: Add support for PHY interruptsKornel Duleba2021-11-241-1/+9
* Remove enetc_mdio driverKornel Duleba2021-10-291-191/+0
* enetc_mdio: Fix devclass nameKornel Duleba2021-10-011-1/+1
* enetc: Force correct order with DRIVER_MODULE_ORDEREDKornel Duleba2021-08-081-1/+3
* enetc_mdio: Support building the driver as a loadable module.Kornel Duleba2021-08-031-4/+4
* enetc: Support building the driver as a loadable module.Kornel Duleba2021-08-031-1/+5
* enetc: Add support for 2.5G fixed-link speedWojciech Macek2021-07-061-0/+3
* Introduce LS1028A PCI MDIO driver.Marcin Wojtas2021-06-241-0/+191
* Introduce new driver for NXP Ethernet controllerMarcin Wojtas2021-06-243-0/+2383
* Introduce MDIO read/write functions for LS1028A.Marcin Wojtas2021-06-242-0/+213