summaryrefslogtreecommitdiff
path: root/sys/dev/age
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-03age(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-06-05if_age(4): Fix a typo in a source code commentGordon Bergling
2022-05-06age: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2020-09-01if_age: 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
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 attachments of age 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-14Remove dead code.Pyun YongHyeon
2016-04-26sys/dev: extend use of the howmany() macro when available.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-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
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-06-17Be sure to actually decrement the "count" parameter for each processedMark Johnston
2013-02-05Rework jumbo frame handling. QAC confirmed that the controllerPyun YongHyeon
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-10-30TSO engine of L1 requires a separate DMA descriptor for TCPPyun YongHyeon
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-04-01Partially revert r184106. RX buffer ring also needs bus_dmamap_sync().Pyun YongHyeon
2011-04-0164bit DMA caused data corruption. Unfortunately there is no knownPyun YongHyeon
2011-03-23Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin
2011-01-13Forgot to remove unlock of the driver lock from age_start_locked() whenJohn Baldwin
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-10-14Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon
2010-08-24Remove unnecessary controller reinitialization.Pyun YongHyeon
2010-04-19With r206844, CSUM_TCP is also set for CSUM_TSO case. ModifyPyun YongHyeon
2010-02-26Add TSO support on VLANs. While I'm here remove unnecessary checkPyun YongHyeon
2009-09-29Fix multicast handling. All Atheros controllers use big-endian formPyun YongHyeon
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-05-20pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke thisPyun YongHyeon
2009-03-28o Don't access VPD even if hardware advertised the capability.Pyun YongHyeon