[PATCH net-next 0/4] net: usb: move exported code to usbnet

From: Oliver Neukum

Date: Thu Jul 02 2026 - 10:36:19 EST


Some drivers are reusing common code originating in other drivers.
This means that two drivers need to be loaded for one device.
Also maintainability is reduced if changes in one driver affect
another driver.
Shift common code to usbnet.