aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/et/if_et.c
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-201-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* - 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
* Announce flow control ability to PHY driver and enable RX flowPyun YongHyeon2011-12-091-4/+20
* Remove unnecessary definition of ET_PCIR_BAR. Controller supportPyun YongHyeon2011-12-091-8/+3
* Do not disable interrupt without knowing whether the raisedPyun YongHyeon2011-12-091-13/+19
* Disable all clocks and put PHY into COMA before entering intoPyun YongHyeon2011-12-071-2/+19
* Protect SIOCSIFMTU ioctl handler with driver lock.Pyun YongHyeon2011-12-071-3/+7
* Implement hardware MAC statistics counter. Counters could bePyun YongHyeon2011-12-071-4/+186
* Rework link state tracking and TX/RX MAC configuration.Pyun YongHyeon2011-12-071-106/+122
* 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-071-9/+29
* Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. ThisPyun YongHyeon2011-12-071-573/+538
* 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
* - 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-301-1/+1
* 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-201-6/+31
* 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
* 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-191-2/+0
* style(9)Pyun YongHyeon2009-11-191-59/+59
* Remove extra spce at the EOL.Pyun YongHyeon2009-11-191-1/+1
* Add MSI support.Pyun YongHyeon2009-11-191-8/+39
* Destroy driver mutex in device detach.Pyun YongHyeon2009-11-191-1/+2