lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221102203957.2944396-1-anthony.l.nguyen@intel.com>
Date:   Wed,  2 Nov 2022 13:39:51 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
        edumazet@...gle.com
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
        sasha.neftin@...el.com
Subject: [PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2022-11-02 (e1000e, e1000, igc)

This series contains updates to e1000e, e1000, and igc drivers.

For e1000e, Sasha adds a new board type to help distinguish platforms and
adds device id support for upcoming platforms. He also adds trace points
for CSME flows to aid in debugging.

Ani removes unnecessary kmap_atomic call for e1000 and e1000e.

Muhammad sets speed based transmit offsets for launchtime functionality to
reduce latency for igc.

The following are changes since commit ef2dd61af7366e5a42e828fff04932e32eb0eacc:
  Merge branch 'renesas-eswitch'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Anirudh Venkataramanan (2):
  e1000e: Remove unnecessary use of kmap_atomic()
  e1000: Remove unnecessary use of kmap_atomic()

Muhammad Husaini Zulkifli (1):
  igc: Correct the launchtime offset

Sasha Neftin (3):
  e1000e: Separate MTP board type from ADP
  e1000e: Add support for the next LOM generation
  e1000e: Add e1000e trace module

 drivers/net/ethernet/intel/e1000/e1000_main.c |  9 ++--
 drivers/net/ethernet/intel/e1000e/Makefile    |  3 ++
 drivers/net/ethernet/intel/e1000e/e1000.h     |  4 +-
 .../net/ethernet/intel/e1000e/e1000e_trace.h  | 42 +++++++++++++++
 drivers/net/ethernet/intel/e1000e/ethtool.c   |  2 +
 drivers/net/ethernet/intel/e1000e/hw.h        |  9 ++++
 drivers/net/ethernet/intel/e1000e/ich8lan.c   | 27 ++++++++++
 drivers/net/ethernet/intel/e1000e/netdev.c    | 51 ++++++++++---------
 drivers/net/ethernet/intel/e1000e/ptp.c       |  1 +
 drivers/net/ethernet/intel/igc/igc_defines.h  |  9 ++++
 drivers/net/ethernet/intel/igc/igc_main.c     |  7 +++
 drivers/net/ethernet/intel/igc/igc_regs.h     |  1 +
 drivers/net/ethernet/intel/igc/igc_tsn.c      | 30 +++++++++++
 drivers/net/ethernet/intel/igc/igc_tsn.h      |  1 +
 14 files changed, 166 insertions(+), 30 deletions(-)
 create mode 100644 drivers/net/ethernet/intel/e1000e/e1000e_trace.h

-- 
2.35.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ