aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/et
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-9/+10
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-29/+25
* 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 et driverWarner Losh2018-07-081-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-203-0/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* - Provide igb_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-241-18/+36
* Fix teardown of static DMA allocations in various NIC drivers:John Baldwin2014-06-171-13/+14
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-3/+3
* style. No functional changes.Pyun YongHyeon2012-01-101-34/+68
* FreeBSD driver does not require arpcom structure in softc.Pyun YongHyeon2011-12-091-1/+0
* Announce flow control ability to PHY driver and enable RX flowPyun YongHyeon2011-12-092-4/+27
* Remove unnecessary definition of ET_PCIR_BAR. Controller supportPyun YongHyeon2011-12-092-10/+3
* Do not disable interrupt without knowing whether the raisedPyun YongHyeon2011-12-092-18/+24
* Disable all clocks and put PHY into COMA before entering intoPyun YongHyeon2011-12-072-2/+21
* Consistently use a tab character instead of using either a space orPyun YongHyeon2011-12-072-372/+372
* Protect SIOCSIFMTU ioctl handler with driver lock.Pyun YongHyeon2011-12-071-3/+7
* Implement hardware MAC statistics counter. Counters could bePyun YongHyeon2011-12-073-4/+283
* Rework link state tracking and TX/RX MAC configuration.Pyun YongHyeon2011-12-072-106/+124
* Remove et_enable_intrs(), et_disable_intrs() functions andPyun YongHyeon2011-12-071-24/+11
* Controller does not require TX start command for every frame. SoPyun YongHyeon2011-12-072-10/+30
* Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. ThisPyun YongHyeon2011-12-072-615/+579
* Make et_probe() return BUS_PROBE_DEFAULT such that allow otherPyun YongHyeon2011-12-061-15/+11
* et(4) supports VLAN oversized frame so correctly set header length.Pyun YongHyeon2011-12-061-2/+4
* Fix alt(4) support. Also add check for number of available TXPyun YongHyeon2011-12-051-18/+22
* Implement suspend/resume methods. Driver has no issue withPyun YongHyeon2011-12-051-0/+30
* Remove NetBSD license. r199548 removed all bit macros that werePyun YongHyeon2011-12-051-35/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+1
* Make sure to report media change status to caller. Previously itPyun YongHyeon2011-10-171-3/+1
* Add missing driver lock in media status handler.Pyun YongHyeon2011-10-171-0/+2
* Remove duplicate header includesKevin Lo2011-06-281-1/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-6/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-4/+4
* Make sure to clear IFF_DRV_RUNNING to reinitialize controller.Pyun YongHyeon2010-09-211-0/+2
* Change copyright holder to author. We prefer using a real legalXin LI2010-07-303-3/+3
* Only Tx checksum offloading is supported now. Remove experimentalPyun YongHyeon2009-11-201-1/+1
* Add __FBSDID.Pyun YongHyeon2009-11-201-1/+3
* Add IPv4/TCP/UDP Tx checksum offloading support. It seems thePyun YongHyeon2009-11-202-6/+43
* Because we know received bytes including CRC there is no reason toPyun YongHyeon2009-11-201-4/+2
* Add initial endianness support. It seems the controller supportsPyun YongHyeon2009-11-201-14/+14
* Remove unnecessary structure packing.Pyun YongHyeon2009-11-201-4/+4
* Fix copy & paste error and remove extra space before colon.Pyun YongHyeon2009-11-191-2/+2
* Use capability pointer to access PCIe registers rather thanPyun YongHyeon2009-11-191-18/+26
* Use bus_{read,write}_4 rather than bus_space_{read,write}_4.Pyun YongHyeon2009-11-192-6/+2