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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 06 Nov 2008 01:00:08 -0500
From:	Jeff Garzik <jeff@...zik.org>
To:	Steve Glendinning <steve.glendinning@...c.com>
CC:	netdev@...r.kernel.org, catalin.marinas@....com,
	Bahadir.Balban@....com, dustin@...soria.com, bgat@...lgatliff.com,
	Ian Saturley <ian.saturley@...c.com>, g.liakhovetski@....de,
	Peter Korsgaard <jacmet@...site.dk>
Subject: Re: [PATCH 1/6] SMSC LAN911x and LAN921x vendor driver

Steve Glendinning wrote:
> Attached is a driver for SMSC's LAN911x and LAN921x families of embedded
> ethernet controllers.
> 
> There is an existing smc911x driver in the tree; this is intended to
> replace it.  Dustin McIntire (the author of the smc911x driver) has
> expressed his support for switching to this driver.
> 
> This driver contains workarounds for all known hardware issues, and has
> been tested on all flavours of the chip on multiple architectures.
> 
> This driver now uses phylib, so this patch also adds support for the
> device's internal phy
> 
> Signed-off-by: Steve Glendinning <steve.glendinning@...c.com>
> Signed-off-by: Bahadir Balban <Bahadir.Balban@....com>
> Signed-off-by: Dustin Mcintire <dustin@...soria.com>
> Signed-off-by: Bill Gatliff <bgat@...lgatliff.com>
> ---
>  MAINTAINERS              |    6 +
>  drivers/net/Kconfig      |   14 +
>  drivers/net/Makefile     |    1 +
>  drivers/net/phy/smsc.c   |   28 +
>  drivers/net/smsc911x.c   | 2091 ++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/net/smsc911x.h   |  394 +++++++++
>  include/linux/smsc911x.h |   42 +
>  7 files changed, 2576 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/net/smsc911x.c
>  create mode 100644 drivers/net/smsc911x.h
>  create mode 100644 include/linux/smsc911x.h

applied patch #1

ACK patches 2-6


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

Powered by Openwall GNU/*/Linux Powered by OpenVZ