summaryrefslogtreecommitdiff
path: root/sys/dev/alc
AgeCommit message (Expand)Author
2025-03-27dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-09-03alc(4): Stop checking for failures from taskqueue_create_fast(M_WAITOK)Zhenlei Huang
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-04-22alc(4): disable MSI-X by default on Killer cardsLexi Winter
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-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06Mechanically convert age(4), alc(4), and ale(4) to IfAPIJustin Hibbits
2022-07-20Fix unused variable warning in if_alc.cDimitry Andric
2022-06-06alc: force maximum payload size to 128 bytes for AR816X/AR817xKyle Evans
2022-05-06alc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2021-12-10alc: plug set-but-not-unused varsMateusz Guzik
2021-11-24alc: plug a set-but-not-unused var in alc_init_lockedMateusz Guzik
2021-05-20alc(4): add support for Mikrotik 10/25G NICKonstantin Belousov
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
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
2019-10-17Split out a more generic debugnet(4) from netdump(4)Conrad Meyer
2018-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-07-08Add PNP info to PCI attachment of alc driverWarner Losh
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-05-06Add netdump hooks to alc(4).Mark Johnston
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-16alc: Add Killer E2500 supportSepherosa Ziehau
2016-08-22Add a missing change in r304575.Pyun YongHyeon
2016-08-22Add Killer E2400 Gigabit Ethernet support.Pyun YongHyeon
2016-08-22Correct DMA channel number selection on AR816x family ofPyun YongHyeon
2016-02-18Fix variable assignment.Pyun YongHyeon
2015-01-30Correct device description message.Pyun YongHyeon
2014-10-13Remove ALC_LOCK_ASSERT in alc_stop_queue(). This function is nowPyun YongHyeon
2014-10-08Add support for QAC AR816x/AR817x Gigabit/Fast Ethernet controllers.Pyun YongHyeon
2014-10-08Fix a long standing bug in MAC statistics register access. OnePyun YongHyeon
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-06-11Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin
2014-03-31Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-09-19Switch some PCI register reads from using magic numbers to using the namesGavin Atkinson
2012-09-18Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-08-22Disable PHY hibernation until I get more detailed hibernationPyun YongHyeon
2011-05-19Fix typo.Pyun YongHyeon
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-03-23Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin