- Aug 11, 2011
-
-
Jeff Kirsher authored
Moves the drivers for the AMD chipsets into drivers/net/ethernet/amd/ and the necessary Kconfig and Makfile changes. The au1000 (Alchemy) driver was also moved into the same directory even though it is not a "Lance" driver. CC: Peter Maydell <pmaydell@chiark.greenend.org.uk> CC: Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> CC: "Maciej W. Rozycki" <macro@linux-mips.org> CC: Donald Becker <becker@scyld.com> CC: Sam Creasey <sammy@users.qual.net> CC: Miguel de Icaza <miguel@nuclecu.unam.mx> CC: Thomas Bogendoerfer <tsbogend@alpha.franken.de> CC: Don Fry <pcnet32@frontier.com> CC: Geert Uytterhoeven <geert@linux-m68k.org> CC: Russell King <linux@arm.linux.org.uk> CC: David Davies <davies@maniac.ultranet.com> CC: "M.Hipp" <hippm@informatik.uni-tuebingen.de> CC: Pete Popov <ppopov@embeddedalley.com> CC: David Hinds <dahinds@users.sourceforge.net> CC: "Roger C. Pao" <rpao@paonet.org> Signed-off-by:
Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-
- Jan 05, 2010
-
-
Li Jie authored
nuc900 ethernet driver uses mii_xx_xx serials api, so mii module should be selected. Signed-off-by:
lijie <eltshanli@gmail.com> Acked-by:
Wan ZongShun <mcuos.com@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Jul 20, 2009
-
-
Wan ZongShun authored
Add mac driver support for evaluation board based on w90p910. Signed-off-by:
Wan ZongShun <mcuos.com@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- Dec 21, 2008
-
-
Krzysztof Hałasa authored
Signed-off-by:
Krzysztof Hałasa <khc@pm.waw.pl>
-
- Dec 12, 2008
-
-
Daniel Silverstone authored
Implements the KS8695 ethernet device (ks8695net). This driver is only of use on the KS8695 which is an ARM9 based SoC. The documentation on this SoC is sparse and poor, with barely a register description and a rough outline of how the ethernet works, this driver was therefore written with strong reference to the Micrel supplied Linux 2.6.9 port, and to Andrew Victor's ks8695eth driver. Signed-off-by:
Daniel Silverstone <dsilvers@simtec.co.uk> Signed-off-by:
Vincent Sanders <vince@simtec.co.uk> Acked-by:
Ben Dooks <ben@simtec.co.uk> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- Apr 29, 2008
-
-
Krzysztof Halasa authored
Adds a driver for built-in IXP4xx Ethernet ports. Signed-off-by:
Krzysztof Hałasa <khc@pm.waw.pl> Signed-off-by:
Jeff Garzik <jgarzik@redhat.com>
-
- Jul 16, 2007
-
-
John Donoghue authored
CONFIG_EP93XX_ETH=y, CONFIG_MII=n results in an obvious link error. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-
- Jul 09, 2007
-
-
Jan Engelhardt authored
CONFIG_NETDEVICES, CONFIG_NET_ETHERNET: Change Kconfig objects from "menu, config" into "menuconfig" so that the user can disable the whole feature without having to enter the menu first. CONFIG_SMC9194: Move it so that it appears correctly in menuconfig. Signed-off-by:
Jan Engelhardt <jengelh@gmx.de> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-
- Sep 23, 2006
-
-
Lennert Buytenhek authored
The Cirrus Logic ep93xx is an ARM SoC that includes an ethernet MAC -- this patch adds a driver for that ethernet MAC. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-
- Mar 24, 2006
-
-
Andrew Victor authored
This patch adds support for the Ethernet controller integrated in the Atmel AT91RM9200 SoC processor. Changes since the previous submission (01/02/2006) are: - Make use of the clk.h clock infrastructure. - The multicast hash function is not crc32. [Patch by Pedro Perez] Signed-off-by:
Andrew Victor <andrew@sanpeople.com> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-
- Jan 08, 2006
-
-
Russell King authored
EPXA10DB seems to be uncared for: - the "PLD" code has never been merged - no one has reported that this platform has been broken since at least 2.6.10 - interest seems to have dried up around March 2003. Therefore, remove EPXA10DB support. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Apr 16, 2005
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-