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: <20250414120228.182190-1-Vishal.Badole@amd.com>
Date: Mon, 14 Apr 2025 17:32:26 +0530
From: Vishal Badole <Vishal.Badole@....com>
To: <Shyam-sundar.S-k@....com>, <andrew+netdev@...n.ch>,
	<davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>,
	<pabeni@...hat.com>, <Thomas.Lendacky@....com>, <netdev@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>
CC: Vishal Badole <Vishal.Badole@....com>
Subject: [PATCH net 0/2] amd-xgbe: Fixes for RX checksum offloading and split header mode

Address two issues in the AMD XGBE driver related to checksum offloading
and split header mode. These changes ensure proper handling of dependent
features and resolve data loss caused by mismatched configurations.

- Patch 1/2 resolves an issue where disabling checksum offloading
  with disabling split header mode leads to packet data loss.
- Patch 2/2 ensures that enabling or disabling RX checksum offload
  properly toggles all dependent features to prevents abnormal behavior
  caused by mismatched feature dependencies.

Vishal Badole (2):
  amd-xgbe: Fix data loss when RX checksum offloading is disabled
  amd-xgbe: Fix to ensure dependent features are toggled with RX
    checksum offload

 drivers/net/ethernet/amd/xgbe/xgbe-common.h |  2 ++
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c    | 26 +++++++++++++++++++--
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c    | 19 +++++++++++++--
 drivers/net/ethernet/amd/xgbe/xgbe.h        |  5 ++++
 4 files changed, 48 insertions(+), 4 deletions(-)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ