mbox series

[net-next,0/9] LAN7800 USB network interface driver NAPI support

Message ID 20210204113121.29786-1-john.efstathiades@pebblebay.com (mailing list archive)
Headers show
Series LAN7800 USB network interface driver NAPI support | expand

Message

John Efstathiades Feb. 4, 2021, 11:31 a.m. UTC
This patch set adds NAPI support to the lan78xx driver. This replaces
the existing tasklet based approach for processing completed packets.

The first patch introduces the NAPI support. The subsequent patches in
the series fix problems found during testing. The issues found were
not all due to the NAPI modifications. 

John Efstathiades (9):
  lan78xx: add NAPI interface support
  lan78xx: disable U1/U2 power state transitions
  lan78xx: fix USB errors and packet loss on suspend/resume
  lan78xx: disable MAC address filter before updating entry
  lan78xx: fix race condition in PHY handling causing kernel lock up
  lan78xx: reduce number of register access failure warnings
  lan78xx: set maximum MTU
  lan78xx: fix exception on link speed change
  lan78xx: remove set but unused 'ret' variable

 drivers/net/usb/lan78xx.c | 1992 +++++++++++++++++++++++++------------
 1 file changed, 1353 insertions(+), 639 deletions(-)