summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em_hw.c
AgeCommit message (Expand)Author
2024-09-04Fix some spelling.Marcus Glocker
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2024-04-13correct indentationJonathan Gray
2023-12-03match Lunar Lake, Raptor Lake and Arrow LakeJonathan Gray
2023-09-05stop putting multicast addresses into the Receive Address RegistersChristian Weisgerber
2023-04-11fix double words in commentsJonathan Gray
2022-06-23ungate DMA clock on >= tgp to avoid packet loss on Alder LakeJonathan Gray
2022-06-23add tgp and adp mac types and change from reusing cnpJonathan Gray
2022-01-27Cast to unsigned integer before overflow can happen.Alexander Bluhm
2022-01-09spellingJonathan Gray
2021-12-29PHYs that we want to talk to over SGMII need to be switched into SGMIIPatrick Wildt
2021-12-14Implement support for selecting SGMII or SerDes mode depending on thePatrick Wildt
2021-01-24match on Intel Alder Lake and Meteor Lake I219 Ethernet idsJonathan Gray
2020-07-13add kstat support for reading hardware counters.David Gwynne
2020-04-22Use FOREACH_QUEUE() where nothing else is required to support multi-queues.Martin Pieuchot
2020-03-08Use queue descriptor instead of hardcoded value when initializing hw.Martin Pieuchot
2020-02-04Refactoring to prepare multi-queues support, no intended behavior change:Martin Pieuchot
2020-01-20match on Intel Comet Lake and Tiger Lake EthernetJonathan Gray
2019-09-05Fix previous commit.Mark Kettenis
2019-09-05em: Fix potential endless loopStefan Fritsch
2018-04-29em: Add magic delay for HP elitebook 820 G3Stefan Fritsch
2018-04-29em: Make em_get_software_flag() recursiveStefan Fritsch
2018-04-29em: Improve access logic for software flagStefan Fritsch
2018-04-07em: Add em_check_phy_reset_block() quirkStefan Fritsch
2018-04-07em: Increase delay after reset to 20msStefan Fritsch
2018-03-16Add untested support for Cannon Lake and Ice Lake Ethernet (pch_cnp).Jonathan Gray
2018-03-10match two more copper i210 idsJonathan Gray
2018-03-10Add another ICH10 em(4). From John the.cheeze at gmail.Jonathan Gray
2017-08-12em: Disable ultra-low-power mode on bootStefan Fritsch
2017-03-19Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs.Jonathan Gray
2016-08-23remove duplicated test for em_82574Jonathan Gray
2016-02-18Add support for the Intel i219 network chip to the em(4) driver.Alexander Bluhm
2015-12-14"harware" -> "hardware"mmcc
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-09-12Add support for the 88E1512/88E1514 phys using the 1512 init sequenceJonathan Gray
2015-08-05Fix i217 PHY initializationStefan Fritsch
2015-07-17fix typo.Yojiro Uo
2015-06-04Add support for em(4) on Teak 3020, a Tolopai (EP80579)Dariusz Swiderski
2015-05-12The i211 does not support an external EEPROM only a OTPJonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-11-05Implement yet another workaround for the k1 em(4)'s. This time forClaudio Jeker
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-03-10match on 82580 quad fiber and add untested support forJonathan Gray
2014-03-10match on more i217/i218 variantsJonathan Gray
2014-02-22basic i210/i211 support (improved after looking at gollo@ i210 diff on misc)Chris Cappuccio
2014-02-17Add initial support for i354 MAC and M88E1543 PHY.Jonathan Gray
2013-11-27use a macro when testing for an ich8 family mac typeJonathan Gray
2013-11-21Initial support for the integrated Lynx Point and Lynx Point LP EthernetJonathan Gray