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:   Thu,  4 Feb 2021 11:31:12 +0000
From:   John Efstathiades <john.efstathiades@...blebay.com>
To:     unlisted-recipients:; (no To-header on input)
Cc:     UNGLinuxDriver@...rochip.com, davem@...emloft.net,
        netdev@...r.kernel.org, john.efstathiades@...blebay.com
Subject: [PATCH net-next 0/9] LAN7800 USB network interface driver NAPI support

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(-)

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ