aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ae/if_ae.c
Commit message (Expand)AuthorAgeFilesLines
* dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin2025-03-271-11/+4
* Remove now-redundant calls to device_delete_childJohn Baldwin2025-01-021-4/+0
* ae(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
* 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 ae(4) to IfAPIJustin Hibbits2023-02-061-82/+81
* ae: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* if_ae: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-10/+9
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-11/+12
* FCP-101: ae(4) is sufficently popular to be moved to the keep list.Brooks Davis2019-05-161-2/+0
* Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis2018-10-251-0/+2
* 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 ae driverWarner Losh2018-06-131-0/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix a potentially forever loop.Pyun YongHyeon2017-04-141-1/+1
* Yet more redundant parenthesis from r298431.Pedro F. Giffuni2016-04-211-1/+1
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Fix a potentially "forever" loop.Gleb Smirnoff2016-02-171-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-7/+7
* 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/+15
* Failed m_devget(9) indicates lack of free mbuf cluster. UpdatePyun YongHyeon2013-12-181-18/+13
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+3
* Avoid magic constant.Pyun YongHyeon2013-07-171-7/+7
* o TxD ring requires 8 bytes alignment to work so change alignmentPyun YongHyeon2013-07-171-20/+30
* Fix the build.Sergey Kandaurov2012-06-061-1/+1
* Check the return value of pci_find_cap()Kevin Lo2012-06-061-6/+7
* To send a frame, controller requires a prepended TX header andPyun YongHyeon2011-11-111-9/+8
* - 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-3/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-46/+45
* Add a 'locked' variant of the foo_start() routine and call it directlyJohn Baldwin2011-01-031-19/+16
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-12/+4
* Remove unnecessary controller reinitialization.Pyun YongHyeon2010-09-211-1/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Don't panic on attach if we can't allocate ifpGavin Atkinson2010-01-101-0/+1
* Small spelling fix, "Ethetnet" -> "Ethernet"Gavin Atkinson2009-12-251-1/+1
* Fix multicast handling. All Atheros controllers use big-endian formPyun YongHyeon2009-09-291-1/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-2/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* detach doesn't return an unsinged int, but returns an int.Warner Losh2009-02-041-2/+2
* - Eliminate unused variable. [1]Stanislav Sedov2008-12-061-5/+2