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-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250929053145.3113394-1-yicongsrfy@163.com>
Date: Mon, 29 Sep 2025 13:31:42 +0800
From: yicongsrfy@....com
To: oneukum@...e.com,
	andrew+netdev@...n.ch,
	davem@...emloft.net,
	edumazet@...gle.com,
	kuba@...nel.org
Cc: marcan@...can.st,
	pabeni@...hat.com,
	linux-usb@...r.kernel.org,
	netdev@...r.kernel.org,
	yicong@...inos.cn
Subject: [PATCH v2 0/3] ax88179 driver optimization

From: Yi Cong <yicong@...inos.cn>

This series of patches first reverts the previous changes to allow
the vendor-specific driver to be loaded, then fixes the issues
related to the vendor driver.

Yi Cong (3):
  Revert "net: usb: ax88179_178a: Bind only to vendor-specific
    interface"
  net: usb: support quirks in usbnet
  net: usb: ax88179_178a: add USB device driver for config selection

 drivers/net/usb/ax88179_178a.c  | 98 +++++++++++++++++++++++++++------
 drivers/net/usb/cdc_ncm.c       |  2 +-
 drivers/net/usb/usbnet.c        | 14 +++++
 drivers/net/usb/usbnet_quirks.h | 39 +++++++++++++
 include/linux/usb/usbnet.h      |  2 +
 5 files changed, 138 insertions(+), 17 deletions(-)
 create mode 100644 drivers/net/usb/usbnet_quirks.h

Changes since v1:
- Patch 1: Revert "net: usb: ax88179_178a: Bind only to
 vendor-specific interface"(No changes)
- Patch 2: net: usb: support quirks in usbnet (Correct the description of
 usbnet_quirks.h and modify the code style)
- Patch 3: net: usb: ax88179_178a: add USB device driver for
 config selection (New patch)

--
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ