DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] e1000 base code update
@ 2026-05-20 12:52 Ciara Loftus
  2026-05-20 12:52 ` [PATCH 01/10] net/e1000/base: refactor K1 exit timeout configuration Ciara Loftus
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Ciara Loftus @ 2026-05-20 12:52 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

Update the e1000 base code. The changes are mostly fixes, refactoring,
and code cleanup.

Ciara Loftus (1):
  net/e1000/base: update version info

Dima Ruinskiy (2):
  net/e1000/base: fix coding style issues
  net/e1000/base: propagate PHY control register write error

Lukasz Czapnik (1):
  net/e1000/base: fix possible variable overflow

Mateusz Fryze (1):
  net/e1000/base: auto-negotiation status for 1000BASE-T

Menachem Fogel (1):
  net/e1000/base: fix NVM loop bounds and pointer access

Vitaly Lifshits (4):
  net/e1000/base: refactor K1 exit timeout configuration
  net/e1000/base: fix typo in e1000 base code
  net/e1000/base: reclassify MAC type
  net/e1000/base: clear DPG enable bit post MAC reset

 .mailmap                                     |  1 +
 drivers/net/intel/e1000/base/README          |  4 +-
 drivers/net/intel/e1000/base/e1000_82575.c   |  5 +-
 drivers/net/intel/e1000/base/e1000_api.c     | 20 ++++-
 drivers/net/intel/e1000/base/e1000_api.h     |  1 +
 drivers/net/intel/e1000/base/e1000_defines.h | 23 ++++++
 drivers/net/intel/e1000/base/e1000_hw.h      |  9 ++
 drivers/net/intel/e1000/base/e1000_ich8lan.c | 28 +++++--
 drivers/net/intel/e1000/base/e1000_ich8lan.h |  3 +
 drivers/net/intel/e1000/base/e1000_mac.c     |  2 +-
 drivers/net/intel/e1000/base/e1000_manage.c  |  4 +-
 drivers/net/intel/e1000/base/e1000_phy.c     | 86 +++++++++++++++++++-
 drivers/net/intel/e1000/base/e1000_phy.h     |  2 +
 13 files changed, 169 insertions(+), 19 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-05-21 16:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20 12:52 [PATCH 00/10] e1000 base code update Ciara Loftus
2026-05-20 12:52 ` [PATCH 01/10] net/e1000/base: refactor K1 exit timeout configuration Ciara Loftus
2026-05-20 12:52 ` [PATCH 02/10] net/e1000/base: fix typo in e1000 base code Ciara Loftus
2026-05-20 12:52 ` [PATCH 03/10] net/e1000/base: fix possible variable overflow Ciara Loftus
2026-05-20 12:52 ` [PATCH 04/10] net/e1000/base: reclassify MAC type Ciara Loftus
2026-05-20 12:52 ` [PATCH 05/10] net/e1000/base: clear DPG enable bit post MAC reset Ciara Loftus
2026-05-21 16:42   ` Bruce Richardson
2026-05-20 12:52 ` [PATCH 06/10] net/e1000/base: fix coding style issues Ciara Loftus
2026-05-20 12:52 ` [PATCH 07/10] net/e1000/base: fix NVM loop bounds and pointer access Ciara Loftus
2026-05-20 12:52 ` [PATCH 08/10] net/e1000/base: propagate PHY control register write error Ciara Loftus
2026-05-20 12:52 ` [PATCH 09/10] net/e1000/base: auto-negotiation status for 1000BASE-T Ciara Loftus
2026-05-20 12:52 ` [PATCH 10/10] net/e1000/base: update version info Ciara Loftus
2026-05-21 16:47 ` [PATCH 00/10] e1000 base code update Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox