summaryrefslogtreecommitdiff
path: root/sys/dev/ale
AgeCommit message (Expand)Author
2025-11-26sys: RealTek -> Realtekykla
2025-10-29ale(4): Fix typo in a kernel messageGordon Bergling
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-03ale(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
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-05-06ale: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2020-09-01ale: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-01Remove compatibility code for changing sysctl definitions for pre FreeBSD 9Warner Losh
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
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-06-13Add PNP info to PCI attachment of ale driverWarner Losh
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-02-18Fix variable assignment.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
2014-01-08m_defrag(9) does not touch original mbuf chain when it can'tPyun YongHyeon
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-17Make sure to stop both TX and RX MACs in ale_stop_mac(). PreviouslyPyun YongHyeon
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-11-05Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric
2012-10-08Fix typo. Check against number of allocated MSI-X vectors.Pyun YongHyeon
2012-04-04- Const'ify the device lookup-table.Marius Strobl
2012-03-30Do not report current link status if driver is not running.Pyun YongHyeon
2012-03-30Remove task queue based link state change handler. Driver no longerPyun YongHyeon
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun 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
2011-01-18Fix some bugs in my last set of changes to ale(4):John Baldwin
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2011-01-03Add a 'locked' variant of the foo_start() routine and call it directlyJohn Baldwin
2010-12-14Remove unecessary and clearly wrong usage of atomic(9).Pyun YongHyeon
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-10-14Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon