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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <405734c5-0ed4-40e4-9ac9-91084b9536d6@gmail.com>
Date: Fri, 8 Nov 2024 07:53:17 +0100
From: Heiner Kallweit <hkallweit1@...il.com>
To: Realtek linux nic maintainers <nic_swsd@...ltek.com>,
 Andrew Lunn <andrew+netdev@...n.ch>, Paolo Abeni <pabeni@...hat.com>,
 Jakub Kicinski <kuba@...nel.org>, David Miller <davem@...emloft.net>,
 Eric Dumazet <edumazet@...gle.com>,
 Russell King - ARM Linux <linux@...linux.org.uk>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH net-next 0/3] net: phy: switch eee_broken_modes to linkmode
 bitmap and add accessor

eee_broken_modes has a eee_cap1 register layout currently. This doen't
allow to flag e.g. 2.5Gbps or 5Gbps BaseT EEE as broken. To overcome
this limitation switch eee_broken_modes to a linkmode bitmap.
Add an accessor for the bitmap and use it in r8169.

Heiner Kallweit (3):
  net: phy: convert eee_broken_modes to a linkmode bitmap
  net: phy: add phy_set_eee_broken
  r8169: copy vendor driver 2.5G/5G EEE advertisement constraints

 drivers/net/ethernet/realtek/r8169_main.c     |  6 ++++
 .../net/ethernet/realtek/r8169_phy_config.c   | 16 +++------
 drivers/net/phy/micrel.c                      |  2 +-
 drivers/net/phy/phy-c45.c                     | 12 +++----
 drivers/net/phy/phy-core.c                    | 34 +++++++++++++------
 include/linux/phy.h                           | 10 +++---
 6 files changed, 44 insertions(+), 36 deletions(-)

-- 
2.47.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ