aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/alc
Commit message (Expand)AuthorAgeFilesLines
* 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-193-3/+24
* 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-273-0/+6
* alc: Add Killer E2500 supportSepherosa Ziehau2017-01-162-1/+7
* Add a missing change in r304575.Pyun YongHyeon2016-08-221-1/+2
* Add Killer E2400 Gigabit Ethernet support.Pyun YongHyeon2016-08-222-2/+15
* 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-083-189/+1355
* Fix a long standing bug in MAC statistics register access. OnePyun YongHyeon2014-10-082-14/+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
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* 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
* Fix typo.Pyun YongHyeon2011-05-191-2/+2
* - 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-202-4/+16
* - Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.John Baldwin2011-01-132-7/+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
* Add a 'locked' variant of the foo_start() routine and call it directlyJohn Baldwin2011-01-032-17/+12
* Remove unecessary and clearly wrong usage of atomic(9).Pyun YongHyeon2010-12-101-4/+4
* Enable ethernet flow-control on all alc(4) controllers. This changePyun YongHyeon2010-11-261-3/+1
* Don't bother to enable ASPM L1 to save more power. Even though I amPyun YongHyeon2010-10-301-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-9/+5
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-141-0/+2
* Backout r204230. TX mbuf parser for VLAN is still required toPyun YongHyeon2010-10-141-7/+25
* status bits should be &'ed against status to be really functional.Xin LI2010-09-161-2/+2