Age | Commit message (Expand) | Author |
2024-10-22 | remove duplicate DEV_ID_PCH2 defines | Jonathan Gray |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ krw@ | Jonathan Gray |
2024-06-09 | remove prototypes with no matching function | Jonathan Gray |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-02-16 | Re-introduce TSO support after we've implemented fixes for the two reported | Marcus Glocker |
2024-01-28 | Back out the TSO support diff, since we got issues reported for which | Marcus Glocker |
2023-12-31 | Add TCP Segmentation Offload (TSO) support for em(4). Following chip-sets | Marcus Glocker |
2023-12-03 | match Lunar Lake, Raptor Lake and Arrow Lake | Jonathan Gray |
2023-09-05 | stop putting multicast addresses into the Receive Address Registers | Christian Weisgerber |
2022-11-06 | Enable IPv4, TCP, and UDP checksum offloading, and VLAN HW tagging | Moritz Buhl |
2022-06-23 | add tgp and adp mac types and change from reusing cnp | Jonathan Gray |
2022-01-09 | spelling | Jonathan Gray |
2021-12-14 | Implement support for selecting SGMII or SerDes mode depending on the | Patrick Wildt |
2021-01-24 | match on Intel Alder Lake and Meteor Lake I219 Ethernet ids | Jonathan Gray |
2020-07-13 | add kstat support for reading hardware counters. | David Gwynne |
2020-03-23 | Make it possible to use em(4) with MSI-X, currently disabled by default. | Martin Pieuchot |
2020-03-08 | Use queue descriptor instead of hardcoded value when initializing hw. | Martin Pieuchot |
2020-02-04 | Refactoring to prepare multi-queues support, no intended behavior change: | Martin Pieuchot |
2020-01-20 | match on Intel Comet Lake and Tiger Lake Ethernet | Jonathan Gray |
2019-01-05 | fix previous commit | Mark Kettenis |
2019-01-05 | Add em_pch_cnp to IS_ICH8 macro. Missed when adding em_pch_cnp. | Jonathan Gray |
2018-04-29 | em: Make em_get_software_flag() recursive | Stefan Fritsch |
2018-04-29 | em: Improve access logic for software flag | Stefan Fritsch |
2018-04-07 | em: Port an i219 errata workaround from FreeBSD | Stefan Fritsch |
2018-03-16 | Add untested support for Cannon Lake and Ice Lake Ethernet (pch_cnp). | Jonathan Gray |
2018-03-10 | Add ids for Ice Lake and Cannon Lake Ethernet and some more I210 ids. | Jonathan Gray |
2018-03-10 | Add another ICH10 em(4). From John the.cheeze at gmail. | Jonathan Gray |
2017-08-12 | em: Disable ultra-low-power mode on boot | Stefan Fritsch |
2017-03-19 | Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs. | Jonathan Gray |
2016-02-18 | Add support for the Intel i219 network chip to the em(4) driver. | Alexander Bluhm |
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-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-04-01 | fix typo in comment; OK mpi@ | Gleydson Soares |
2015-01-28 | - Add PCH2 and PCH LPT to the list of chips capable of only 9K jumbos. | Brad Smith |
2014-11-05 | Implement yet another workaround for the k1 em(4)'s. This time for | Claudio Jeker |
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 |
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-10-05 | Add the remaining parts of support for 82580 based devices such as | Jonathan Gray |
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 |