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]
Date:	Mon,  6 Jun 2016 09:15:20 -0500
From:	Mario Limonciello <mario_limonciello@...l.com>
To:	hayeswang@...ltek.com
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Netdev <netdev@...r.kernel.org>,
	Linux USB <linux-usb@...r.kernel.org>, pali.rohar@...il.com,
	anthony.wong@...onical.com, Greg KH <gregkh@...uxfoundation.org>,
	Mario Limonciello <mario_limonciello@...l.com>
Subject: [PATCH v3] r8152: Add support for setting pass through MAC address on RTL8153-AD

Since this is a Realtek feature, I feel this shouldn't be moved into a platform
MAC address lookup.  The code should only be run when the correct Realtek device
is plugged in.

Changes from v2:
 * Only apply to RTL8153-AD w/ eFuse pass through mac address pass thru
   bit set.
 * Drop matching DMI information on Dell.  Although this is implemented on
   Dell, this is a Realtek feature that may may be implemented on other
   OEMs as well.
 * Test that pass through MAC address is valid, fall back to HW address if
   invalid.
 * Don't track status of which device has MAC pass through activated.
 - Expected experience is that if two docks (RTL8153-AD's w/ mac pass thru
   bit set) were plugged in both should have MAC pass through activated.

Mario Limonciello (1):
  r8152: Add support for setting pass through MAC address on RTL8153-AD

 drivers/net/usb/r8152.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 58 insertions(+), 2 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ