aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/alc/if_alc.c
Commit message (Expand)AuthorAgeFilesLines
* alc(4): Stop checking for failures from taskqueue_create_fast(M_WAITOK)Zhenlei Huang2024-09-031-6/+0
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-6/+0
* alc(4): disable MSI-X by default on Killer cardsLexi Winter2024-04-231-1/+23
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert age(4), alc(4), and ale(4) to IfAPIJustin Hibbits2023-02-061-138/+137
* Fix unused variable warning in if_alc.cDimitry Andric2022-07-201-4/+1
* alc: force maximum payload size to 128 bytes for AR816X/AR817xKyle Evans2022-06-071-2/+3
* alc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* alc: plug set-but-not-unused varsMateusz Guzik2021-12-101-1/+1
* alc: plug a set-but-not-unused var in alc_init_lockedMateusz Guzik2021-11-241-2/+0
* alc(4): add support for Mikrotik 10/25G NICKonstantin Belousov2021-05-191-2/+14
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-12/+12
* 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-11/+13
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-11/+11
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to PCI attachment of alc driverWarner Losh2018-07-081-0/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Add netdump hooks to alc(4).Mark Johnston2018-05-061-17/+81
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* alc: Add Killer E2500 supportSepherosa Ziehau2017-01-161-1/+6
* Add Killer E2400 Gigabit Ethernet support.Pyun YongHyeon2016-08-221-1/+13
* Correct DMA channel number selection on AR816x family ofPyun YongHyeon2016-08-221-7/+11
* Fix variable assignment.Pyun YongHyeon2016-02-181-1/+1
* Correct device description message.Pyun YongHyeon2015-01-301-3/+3
* Remove ALC_LOCK_ASSERT in alc_stop_queue(). This function is nowPyun YongHyeon2014-10-131-2/+0
* Add support for QAC AR816x/AR817x Gigabit/Fast Ethernet controllers.Pyun YongHyeon2014-10-081-185/+1042
* Fix a long standing bug in MAC statistics register access. OnePyun YongHyeon2014-10-081-13/+3
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-12/+13
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-21/+16
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* Switch some PCI register reads from using magic numbers to using the namesGavin Atkinson2012-09-191-6/+6
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-8/+8
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* Disable PHY hibernation until I get more detailed hibernationPyun YongHyeon2011-08-221-6/+20
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-4/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-2/+2
* alc_rev was used without initialization such that it failed toPyun YongHyeon2011-01-311-1/+1
* Fix logic error. Due to the bug, it incorrectly checked TXQ statusPyun YongHyeon2011-01-281-1/+1
* Correct wrong definition of PM timer mask and adjust L1/PM timerPyun YongHyeon2011-01-201-1/+4
* - Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.John Baldwin2011-01-131-6/+8
* Make sure to invoke unlocked foo_start since the taskqueue does notPyun YongHyeon2011-01-121-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1