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:	Wed, 10 Mar 2010 18:26:53 +0000
From:	Steve Glendinning <steve.glendinning@...c.com>
To:	netdev@...r.kernel.org
Subject: [PATCH 0/4] SMSC LAN75xx USB gigabit ethernet adapter driver

This patchset adds a driver for SMSC's new LAN7500 USB 2.0 to Gigabit
Ethernet controller.

Steve Glendinning (4):
  smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driver
  smsc75xx: add RX checksum offload
  smsc75xx: add TX checksum offload
  smsc75xx: add TX segmentation offload support

 drivers/net/usb/Kconfig    |    8 +
 drivers/net/usb/Makefile   |    1 +
 drivers/net/usb/smsc75xx.c | 1288 ++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/usb/smsc75xx.h |  421 +++++++++++++++
 4 files changed, 1718 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/usb/smsc75xx.c
 create mode 100644 drivers/net/usb/smsc75xx.h

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists