netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK PATCHES] 2.5 net driver merges
@ 2003-06-25 21:33 Jeff Garzik
  0 siblings, 0 replies; only message in thread
From: Jeff Garzik @ 2003-06-25 21:33 UTC (permalink / raw)
  To: torvalds, linux-kernel, netdev


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-25 21:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-25 21:33 [BK PATCHES] 2.5 net driver merges Jeff Garzik

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