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]
Date:   Tue, 10 May 2022 14:06:53 -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/3][pull request] 1GbE Intel Wired LAN Driver Updates 2022-05-10

This series contains updates to igc driver only.

Sasha cleans up the code by removing an unused function and removing an
enum for PHY type as there is only one PHY. The return type for
igc_check_downshift() is changed to void as it always returns success.

The following are changes since commit ecd17a87eb78b5bd5ca6d1aa20c39f2bc3591337:
  x25: remove redundant pointer dev
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Sasha Neftin (3):
  igc: Remove igc_set_spd_dplx method
  igc: Remove unused phy_type enum
  igc: Change type of the 'igc_check_downshift' method

 drivers/net/ethernet/intel/igc/igc.h      |  1 -
 drivers/net/ethernet/intel/igc/igc_base.c |  2 -
 drivers/net/ethernet/intel/igc/igc_hw.h   |  7 ----
 drivers/net/ethernet/intel/igc/igc_main.c | 50 -----------------------
 drivers/net/ethernet/intel/igc/igc_phy.c  | 16 ++------
 drivers/net/ethernet/intel/igc/igc_phy.h  |  2 +-
 6 files changed, 4 insertions(+), 74 deletions(-)

-- 
2.35.1

Powered by blists - more mailing lists