summaryrefslogtreecommitdiff
path: root/sys/dev/ae
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-03ae(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 ae(4) to IfAPIJustin Hibbits
2022-05-06ae: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2020-09-01if_ae: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-05-16FCP-101: ae(4) is sufficently popular to be moved to the keep list.Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
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 ae 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
2017-04-14Fix a potentially forever loop.Pyun YongHyeon
2016-04-21Yet more redundant parenthesis from r298431.Pedro F. Giffuni
2016-04-21sys: use our nitems() macro when param.h is available.Pedro F. Giffuni
2016-02-17Fix a potentially "forever" loop.Gleb Smirnoff
2014-09-19Mechanically 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
2013-12-18Failed m_devget(9) indicates lack of free mbuf cluster. UpdatePyun YongHyeon
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-07-17Avoid magic constant.Pyun YongHyeon
2013-07-17 o TxD ring requires 8 bytes alignment to work so change alignmentPyun YongHyeon
2012-06-06Fix the build.Sergey Kandaurov
2012-06-06Check the return value of pci_find_cap()Kevin Lo
2011-11-11To send a frame, controller requires a prepended TX header andPyun 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-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-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-09-21Remove unnecessary controller reinitialization.Pyun YongHyeon
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2010-01-10Don't panic on attach if we can't allocate ifpGavin Atkinson
2009-12-25Small spelling fix, "Ethetnet" -> "Ethernet"Gavin Atkinson
2009-09-29Fix multicast handling. All Atheros controllers use big-endian formPyun YongHyeon
2009-09-08Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp
2009-09-08Add necessary include.Poul-Henning Kamp
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-02-04detach doesn't return an unsinged int, but returns an int.Warner Losh