summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_em_hw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use FOREACH_QUEUE() where nothing else is required to support multi-queues.mpi2020-04-221-11/+14
* Use queue descriptor instead of hardcoded value when initializing hw.mpi2020-03-081-17/+36
* Refactoring to prepare multi-queues support, no intended behavior change:mpi2020-02-041-11/+113
* match on Intel Comet Lake and Tiger Lake Ethernetjsg2020-01-201-1/+12
* Fix previous commit.kettenis2019-09-051-3/+3
* em: Fix potential endless loopsf2019-09-051-2/+7
* em: Add magic delay for HP elitebook 820 G3sf2018-04-291-1/+3
* em: Make em_get_software_flag() recursivesf2018-04-291-1/+11
* em: Improve access logic for software flagsf2018-04-291-4/+20
* em: Add em_check_phy_reset_block() quirksf2018-04-071-4/+13
* em: Increase delay after reset to 20mssf2018-04-071-2/+2
* Add untested support for Cannon Lake and Ice Lake Ethernet (pch_cnp).jsg2018-03-161-25/+59
* match two more copper i210 idsjsg2018-03-101-1/+3
* Add another ICH10 em(4). From John the.cheeze at gmail.jsg2018-03-101-1/+2
* em: Disable ultra-low-power mode on bootsf2017-08-121-1/+190
* Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs.jsg2017-03-191-1/+6
* remove duplicated test for em_82574jsg2016-08-231-2/+1
* Add support for the Intel i219 network chip to the em(4) driver.bluhm2016-02-181-31/+340
* "harware" -> "hardware"mmcc2015-12-141-2/+2
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* Add support for the 88E1512/88E1514 phys using the 1512 init sequencejsg2015-09-121-3/+100
* Fix i217 PHY initializationsf2015-08-051-1/+97
* fix typo.yuo2015-07-171-3/+3
* Add support for em(4) on Teak 3020, a Tolopai (EP80579)dms2015-06-041-4/+199
* The i211 does not support an external EEPROM only a OTPjsg2015-05-121-1/+149
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Implement yet another workaround for the k1 em(4)'s. This time forclaudio2014-11-051-1/+90
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* match on 82580 quad fiber and add untested support forjsg2014-03-101-1/+10
* match on more i217/i218 variantsjsg2014-03-101-1/+5
* basic i210/i211 support (improved after looking at gollo@ i210 diff on misc)chris2014-02-221-5/+27
* Add initial support for i354 MAC and M88E1543 PHY.jsg2014-02-171-2/+8
* use a macro when testing for an ich8 family mac typejsg2013-11-271-187/+32
* Initial support for the integrated Lynx Point and Lynx Point LP Ethernetjsg2013-11-211-72/+221
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Handle newer fiber adapters the same way as 82575/82576,jsg2013-04-301-8/+8
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-6/+1
* Bring in some more pch2/82579 bits from the Intel code in FreeBSD:jsg2012-11-261-41/+168
* Add support for i350 based devices, based in part on Intel codejsg2012-05-171-8/+84
* Limit the kumeran errata to a specific mac/phy combo as done in the Inteljsg2011-11-291-2/+4
* A missing part of an if statement meant we were writing outjsg2011-10-191-8/+8
* Add the remaining parts of support for 82580 based devices such asjsg2011-10-051-47/+63
* remove workaround found in FreeBSD driver but not in Intel's officialdhill2011-05-021-15/+1
* Add a workaround for an 82579 hardware bug that can result injsg2011-05-021-1/+36
* Add support for PCH2 (Sandy Bridge) MAC with 82579 PHY.jsg2011-04-221-47/+166
* the mechanical part of 82580 support, more to comejsg2011-04-141-3/+57
* The backplane version of the 82575EB has no link state -- it's alwayswilliam2011-04-041-6/+24
* Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386miod2011-02-151-1/+3
* cap the max size of the eeprom to 16k, as per the linux and freebsddlg2011-02-061-3/+9