All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [BK PATCHES] net driver merges
Date: Sat, 29 Mar 2003 00:46:50 -0500	[thread overview]
Message-ID: <3E85334A.9010303@pobox.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 29 bytes --]

nothing terribly interesting

[-- Attachment #2: net-drivers-2.5.txt --]
[-- Type: text/plain, Size: 2209 bytes --]

Linus, please do a

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

This will update the following files:

 Documentation/networking/bonding.txt |  142 ++++++--
 drivers/net/3c509.c                  |    2 
 drivers/net/bonding.c                |  581 ++++++++++++++++++++---------------
 drivers/net/gt96100eth.c             |   17 -
 drivers/net/mace.c                   |   36 +-
 drivers/net/r8169.c                  |    2 
 drivers/net/tulip/de4x5.c            |    1 
 drivers/net/tulip/dmfe.c             |    6 
 include/linux/if_bonding.h           |    9 
 9 files changed, 491 insertions(+), 305 deletions(-)

through these ChangeSets:

<mbligh@aracnet.com> (03/03/29 1.1029)
   [PATCH] remove warning for 3c509.c
   
   Get this compile warning:
   drivers/net/3c509.c:207: warning: `el3_device_remove' declared `static' but never defined
   because the function definition is under
   "#if defined(CONFIG_EISA) || defined(CONFIG_MCA)".
   
   This patch puts the declaration under the same conditions.
   I'd be shocked if it wasn't correct ;-)
   
   M.

<paulus@samba.org> (03/03/29 1.1028)
   [PATCH] MACE ethernet driver update
   
   This patch updates the MACE ethernet driver, used on older powermacs,
   to remove the uses of save_flags/restore_flags/cli/sti and use a
   spinlock instead.
   
   Jeff, please send this on to Linus.
   
   Paul.

<davej@codemonkey.org.uk> (03/03/29 1.1027)
   [PATCH] finish init_etherdev conversion for gt96100eth
   
   - No need to alloc dev->priv (due to init_etherdev usage)
   - No need to kfree dev->priv (kfree'd with (dev) already)

<bunk@fs.tum.de> (03/03/29 1.1026)
   [PATCH] fix .text.exit error in drivers/net/r8169.c
   
   In drivers/net/r8169.c the function rtl8169_remove_one is __devexit but
   the pointer to it didn't use __devexit_p resulting in a.text.exit
   compile error when !CONFIG_HOTPLUG.
   
   The fix is simple:

<fubar@us.ibm.com> (03/03/29 1.1025)
   [bonding] bug fixes, and a few minor feature additions
   
   Mainly sync w/ 2.4.x version.

<davej@codemonkey.org.uk> (03/03/29 1.1024)
   [tulip dmfe] add pci id

<bwindle@fint.org> (03/03/28 1.1023)
   [tulip] remove unnecessary linux/version.h includes


             reply	other threads:[~2003-03-29  5:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-29  5:46 Jeff Garzik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-07-08 23:26 [BK PATCHES] net driver merges Jeff Garzik
2003-06-24  2:32 Jeff Garzik
2003-06-20  3:46 Jeff Garzik
2003-06-06  5:42 Jeff Garzik
2003-05-29 21:10 Jeff Garzik
2003-05-27  5:55 Jeff Garzik
2003-05-26  0:26 Jeff Garzik
2003-05-11 18:36 [BK+PATCHES] " Jeff Garzik
2003-04-28  4:55 [BK PATCHES] " Jeff Garzik
2003-04-28  7:22 ` Aaron Lehmann
2003-04-28 13:40   ` Jeff Garzik
2003-04-26  4:17 Jeff Garzik
2003-03-22 22:27 Jeff Garzik
2003-01-04  0:02 Jeff Garzik
2003-01-04  1:27 ` Jeff Garzik
2002-02-09  0:25 Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E85334A.9010303@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.