summaryrefslogtreecommitdiff
path: root/sys/dev/et
AgeCommit message (Expand)Author
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
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$: one-line .h patternWarner Losh
2023-08-02et(4): Fix a typo in a source code commentGordon Bergling
2023-02-06Mechanically convert if_et(4) to IfAPIJustin Hibbits
2022-05-06et: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2021-12-09et: plug set-but-not-used varsMateusz 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-07-08Add PNP info to PCI attachment of et driverWarner Losh
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2014-09-24- Provide igb_get_counter() to return counters that are not collected,Gleb Smirnoff
2014-06-17Fix teardown of static DMA allocations in various NIC drivers:John Baldwin
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-09-18Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson
2012-01-10style. No functional changes.Pyun YongHyeon
2011-12-09FreeBSD driver does not require arpcom structure in softc.Pyun YongHyeon
2011-12-09Announce flow control ability to PHY driver and enable RX flowPyun YongHyeon
2011-12-09Remove unnecessary definition of ET_PCIR_BAR. Controller supportPyun YongHyeon
2011-12-09Do not disable interrupt without knowing whether the raisedPyun YongHyeon
2011-12-07Disable all clocks and put PHY into COMA before entering intoPyun YongHyeon
2011-12-07Consistently use a tab character instead of using either a space orPyun YongHyeon
2011-12-07Protect SIOCSIFMTU ioctl handler with driver lock.Pyun YongHyeon
2011-12-07Implement hardware MAC statistics counter. Counters could bePyun YongHyeon
2011-12-07Rework link state tracking and TX/RX MAC configuration.Pyun YongHyeon
2011-12-07Remove et_enable_intrs(), et_disable_intrs() functions andPyun YongHyeon
2011-12-07Controller does not require TX start command for every frame. SoPyun YongHyeon
2011-12-07Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. ThisPyun YongHyeon
2011-12-06Make et_probe() return BUS_PROBE_DEFAULT such that allow otherPyun YongHyeon
2011-12-06et(4) supports VLAN oversized frame so correctly set header length.Pyun YongHyeon
2011-12-05Fix alt(4) support. Also add check for number of available TXPyun YongHyeon
2011-12-05Implement suspend/resume methods. Driver has no issue withPyun YongHyeon
2011-12-05Remove NetBSD license. r199548 removed all bit macros that werePyun YongHyeon
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-10-17Make sure to report media change status to caller. Previously itPyun YongHyeon
2011-10-17Add missing driver lock in media status handler.Pyun YongHyeon
2011-06-28Remove duplicate header includesKevin Lo
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
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2010-09-21Make sure to clear IFF_DRV_RUNNING to reinitialize controller.Pyun YongHyeon