From: Steve Glendinning <steve.glendinning@smsc.com>
To: netdev@vger.kernel.org
Subject: [PATCH 0/4] SMSC LAN75xx USB gigabit ethernet adapter driver
Date: Wed, 10 Mar 2010 18:26:53 +0000 [thread overview]
Message-ID: <1268245617-13698-1-git-send-email-steve.glendinning@smsc.com> (raw)
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
next reply other threads:[~2010-03-10 18:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-10 18:26 Steve Glendinning [this message]
2010-03-10 18:26 ` [PATCH 1/4] smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driver Steve Glendinning
2010-03-10 18:26 ` [PATCH 2/4] smsc75xx: add RX checksum offload Steve Glendinning
2010-03-10 18:26 ` [PATCH 3/4] smsc75xx: add TX " Steve Glendinning
2010-03-10 18:26 ` [PATCH 4/4] smsc75xx: add TX segmentation offload support Steve Glendinning
2010-03-15 22:40 ` [PATCH 0/4] SMSC LAN75xx USB gigabit ethernet adapter driver David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1268245617-13698-1-git-send-email-steve.glendinning@smsc.com \
--to=steve.glendinning@smsc.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).