Age | Commit message (Expand) | Author |
2016-08-23 | remove duplicated test for em_82574 | Jonathan Gray |
2016-02-18 | Add support for the Intel i219 network chip to the em(4) driver. | Alexander Bluhm |
2015-12-14 | "harware" -> "hardware" | mmcc |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-09-12 | Add support for the 88E1512/88E1514 phys using the 1512 init sequence | Jonathan Gray |
2015-08-05 | Fix i217 PHY initialization | Stefan Fritsch |
2015-07-17 | fix typo. | Yojiro Uo |
2015-06-04 | Add support for em(4) on Teak 3020, a Tolopai (EP80579) | Dariusz Swiderski |
2015-05-12 | The i211 does not support an external EEPROM only a OTP | Jonathan Gray |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-05 | Implement yet another workaround for the k1 em(4)'s. This time for | Claudio Jeker |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-03-10 | match on 82580 quad fiber and add untested support for | Jonathan Gray |
2014-03-10 | match on more i217/i218 variants | Jonathan Gray |
2014-02-22 | basic i210/i211 support (improved after looking at gollo@ i210 diff on misc) | Chris Cappuccio |
2014-02-17 | Add initial support for i354 MAC and M88E1543 PHY. | Jonathan Gray |
2013-11-27 | use a macro when testing for an ich8 family mac type | Jonathan Gray |
2013-11-21 | Initial support for the integrated Lynx Point and Lynx Point LP Ethernet | Jonathan Gray |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-04-30 | Handle newer fiber adapters the same way as 82575/82576, | Jonathan Gray |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-26 | Bring in some more pch2/82579 bits from the Intel code in FreeBSD: | Jonathan Gray |
2012-05-17 | Add support for i350 based devices, based in part on Intel code | Jonathan Gray |
2011-11-29 | Limit the kumeran errata to a specific mac/phy combo as done in the Intel | Jonathan Gray |
2011-10-19 | A missing part of an if statement meant we were writing out | Jonathan Gray |
2011-10-05 | Add the remaining parts of support for 82580 based devices such as | Jonathan Gray |
2011-05-02 | remove workaround found in FreeBSD driver but not in Intel's official | David Hill |
2011-05-02 | Add a workaround for an 82579 hardware bug that can result in | Jonathan Gray |
2011-04-22 | Add support for PCH2 (Sandy Bridge) MAC with 82579 PHY. | Jonathan Gray |
2011-04-14 | the mechanical part of 82580 support, more to come | Jonathan Gray |
2011-04-04 | The backplane version of the 82575EB has no link state -- it's always | william |
2011-02-15 | Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386 | Miod Vallat |
2011-02-06 | cap the max size of the eeprom to 16k, as per the linux and freebsd | David Gwynne |
2010-09-19 | add support for 82583V. Confirmed to work on Portwell CAD-0205. | YASUOKA Masahiko |
2010-09-19 | Check the right mask for additional functions in phy code for 82575 | Jonathan Gray |
2010-08-03 | Add support for 82576 fiber adapters based on Intel code in FreeBSD. | Jonathan Gray |
2010-07-13 | use PHY semaphore on 8275/82576 adapters in addition to 80003es2lan. | Jonathan Gray |
2010-07-02 | Yet another workaround for PCH devices adapted from Intel code in | Jonathan Gray |
2010-06-29 | More workarounds adapted from FreeBSD to make the 82577/82578 happy, | Jonathan Gray |
2010-06-28 | Initial 82578 support from Mike Belopuhov. | Jonathan Gray |
2010-06-27 | More PCH/82577 bits from FreeBSD, this does not include | Jonathan Gray |
2010-06-26 | PCH needs its own Low Power Link Up code as it it is configured | Jonathan Gray |
2010-06-21 | Initial support for PCH based em adapters with 82577 PHY, | Jonathan Gray |
2010-06-21 | Add some more ids for existing mac and phy types found | Jonathan Gray |
2010-05-18 | Add as yet untested support for the 82576 quad copper ET2 | Jonathan Gray |
2010-03-02 | Fix support for Intel PRO/1000 QP 82575-based devices. This changes the way | Dariusz Swiderski |
2010-01-09 | a lot of knf loving. hudge diff, no binary change. | Dariusz Swiderski |
2009-12-27 | spacing. | Felix Kronlage |
2009-11-25 | fix default phy_addr makes 82545 work again | Dariusz Swiderski |