[BK PATCHES] 2.5 net driver merges

From: Jeff Garzik (jgarzik@pobox.com)
Date: Wed Jun 25 2003 - 16:33:48 EST


Linus, please do a

        bk pull bk://kernel.bkbits.net/jgarzik/net-drivers-2.5

Others may download the patch

ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.5/2.5.73-bk3-netdrvr1.patch.bz2

This will update the following files:

 drivers/net/Kconfig | 22
 drivers/net/Makefile | 3
 drivers/net/Makefile.lib | 1
 drivers/net/Space.c | 11
 drivers/net/acenic.c | 3
 drivers/net/au1000_eth.c | 70 +--
 drivers/net/au1000_eth.h | 11
 drivers/net/declance.c | 453 ++++++++++---------
 drivers/net/e100/e100_main.c | 15
 drivers/net/e1000/e1000_ethtool.c | 12
 drivers/net/eepro100.c | 16
 drivers/net/gt96100eth.c | 17
 drivers/net/ioc3-eth.c | 107 ----
 drivers/net/irda/Kconfig | 4
 drivers/net/irda/Makefile | 1
 drivers/net/irda/au1k_ir.c | 868 ++++++++++++++++++++++++++++++++++++++
 drivers/net/ixgb/ixgb_ethtool.c | 8
 drivers/net/meth.c | 862 +++++++++++++++++++++++++++++++++++++
 drivers/net/meth.h | 273 +++++++++++
 drivers/net/pcmcia/3c574_cs.c | 37 -
 drivers/net/pcmcia/3c589_cs.c | 40 -
 drivers/net/pcmcia/fmvj18x_cs.c | 34 -
 drivers/net/pcmcia/nmclan_cs.c | 33 -
 drivers/net/pcmcia/smc91c92_cs.c | 75 +--
 drivers/net/sb1250-mac.c | 731 +++++++++++++++++++++-----------
 drivers/net/sgiseeq.c | 213 ++++-----
 drivers/net/sgiseeq.h | 2
 drivers/net/sungem.c | 3
 drivers/net/sunhme.c | 3
 drivers/net/tulip/tulip_core.c | 12
 30 files changed, 3043 insertions(+), 897 deletions(-)

through these ChangeSets:

<ralf@linux-mips.org> (03/06/25 1.1458)
   [netdrvr] misc small mips updates
   
   Add missing CONFIG_TC35805 entry to Kconfig.
   Update CONFIG_NET_SB1250_MAC Kconfig entry.
   Minor cosmetic updates to gt96100eth.

<ralf@linux-mips.org> (03/06/25 1.1457)
   [netdrvr tulip] add mips cobalt support

<ralf@linux-mips.org> (03/06/25 1.1456)
   [netdrvr] update sb1250-mac

<ralf@linux-mips.org> (03/06/25 1.1455)
   [netdrvr] au1000_eth update

<ralf@linux-mips.org> (03/06/25 1.1454)
   [netdrvr] update declance

<ralf@linux-mips.org> (03/06/25 1.1453)
   [netdrvr] update ioc3_eth

<ralf@linux-mips.org> (03/06/25 1.1452)
   [netdrvr] sgiseeq update

<ralf@linux-mips.org> (03/06/25 1.1451)
   [netdrvr] add driver "meth", for SGI O2 MACE fast eth

<jgarzik@redhat.com> (03/06/25 1.1450)
   [irda] add driver for mips Alchemy Au1000 SIR/FIR
   
   Submitted by Ralf Baechle <ralf@linux-mips.org>

<shemminger@osdl.org> (03/06/24 1.1449)
   [PATCH] 2.5.70 - eepro100 - use alloc_etherdev
   
   Ignore earlier patch -- this one locks and free's as appropriate.
   Tested on 2.5.72 with SMP.
   
   Of course, it begs the question why have two (now three) versions of drivers for
   the same hardware...

<scott.feldman@intel.com> (03/06/24 1.1448)
   [PATCH] Remove CAP_NET_ADMIN check for SIOCETHTOOL's
   
   dev_ioctl already checks capable(CAP_NET_ADMIN), so no need to do so in
   drivers.

<daniel.ritz@gmx.ch> (03/06/24 1.1447)
   [PATCH] alloc_etherdev for smc91c92_cs
   
   net_device is no longer allocated as part of the driver's private structure,
   instead it's allocated via alloc_netdev. compile tested only since no hardware
   against 2.5.73-bk
   
   
   -daniel
   
   ===== smc91c92_cs.c 1.18 vs edited =====

<daniel.ritz@gmx.ch> (03/06/24 1.1446)
   [PATCH] alloc_etherdev for nmclan_cs
   
   net_device is no longer allocated as part of the driver's private structure,
   instead it's allocated via alloc_netdev. compile tested only since no hardware
   against 2.5.73-bk
   
   
   -daniel
   
   ===== nmclan_cs.c 1.14 vs edited =====

<daniel.ritz@gmx.ch> (03/06/24 1.1445)
   [PATCH] alloc_etherdev for fmvj18x_cs
   
   net_device is no longer allocated as part of the driver's private structure,
   instead it's allocated via alloc_netdev. compile tested only since no hardware
   against 2.5.73-bk
   
   
   -daniel
   
   ===== fmvj18x_cs.c 1.21 vs edited =====

<daniel.ritz@gmx.ch> (03/06/24 1.1444)
   [PATCH] alloc_etherdev for 3c589_cs
   
   net_device is no longer allocated as part of the driver's private structure,
   instead it's allocated via alloc_netdev. compile tested only since no hardware
   against 2.5.73-bk
   
   
   -daniel
   
   ===== drivers/net/pcmcia/3c589_cs.c 1.17 vs edited =====

<daniel.ritz@gmx.ch> (03/06/24 1.1443)
   [PATCH] alloc_etherdev for 3c574_cs
   
   net_device is no longer allocated as part of the driver's private structure,
   instead it's allocated via alloc_netdev. compile tested only since no hardware
   against 2.5.73-bk
   
   
   -daniel
   
   
   ===== drivers/net/pcmcia/3c574_cs.c 1.17 vs edited =====

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 30 2003 - 22:00:21 EST