netdev
[Top] [All Lists]

[BK/GNU] net driver series 10

To: Marcelo Tosatti <marcelo@xxxxxxxxxxxxxxxx>
Subject: [BK/GNU] net driver series 10
From: Jeff Garzik <jgarzik@xxxxxxxxx>
Date: Fri, 11 Oct 2002 15:06:22 -0400
Cc: Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>, netdev@xxxxxxxxxxx, Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
Yay, ewrk3 has finally been tested^H^H^Hhardened :)
Marcelo, please do a

        bk pull http://gkernel.bkbits.net/net-drivers-2.4

This will update the following files:

 Documentation/networking/ewrk3.txt |    1 
 drivers/net/3c509.c                |  184 +++++++++++++++++++++++++-
 drivers/net/bonding.c              |   82 ++++++-----
 drivers/net/e1000/e1000_main.c     |   22 +--
 drivers/net/ewrk3.c                |   92 +++++++++----
 drivers/net/mii.c                  |    2 
 drivers/net/pcmcia/smc91c92_cs.c   |  253 +++++++++++++++++++++++++++++++++----
 7 files changed, 521 insertions(+), 115 deletions(-)

through these ChangeSets:

<zwane@xxxxxxxxxxxxx> (02/10/11 1.743)
   Add ethtool media support to smc91c92_cs net driver.
   Also fixes a bug when UTP port is unplugged.

<fubar@xxxxxxxxxx> (02/10/11 1.742)
   Prevent EFAULT errors when checking link status, in bonding net driver.
   Also some minor cleanups as well.
     
   [This patch qualifies for the cavemen ugh-lympics, because the driver does
   some really nasty things in interrupt context and this patch does
   not correct that.  However, the patch is an incremental improvement
   over the current code so it's still worth applying.  I'll fix it
   further if IBM does not fix it first.  -jgarzik]

<jeb.j.cramer@xxxxxxxxx> (02/10/11 1.740)
   e1000 net driver minor fixes/cleanups:
   * don't read PCI bus for values stored in struct pci_dev
   * remove silly BUG() in e1000_sw_init, and
   * return error from e1000_sw_init

<jgarzik@xxxxxxxxxxxxxxxx> (02/10/10 1.739)
   Merge ewrk3 net driver updates from 2.5.x:
   * multiple NIC support
   * report correct version
   * don't use autoirq_*, don't need to

<zwane@xxxxxxxxxxxxx> (02/10/10 1.738)
   Add ethtool media selection to 3c509 net driver

<jgarzik@xxxxxxxxxxxxxxxx> (02/10/10 1.737)
   [netdrvr] Use ADVERTISE_FULL in mii lib, to clean up duplex check

Attachment: netdrvr-10.tar.bz2
Description: Binary data

<Prev in Thread] Current Thread [Next in Thread>
  • [BK/GNU] net driver series 10, Jeff Garzik <=