All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org, netdev@oss.sgi.com
Subject: [BK PATCHES] net driver fixes
Date: Sat, 8 Nov 2003 12:27:48 -0500	[thread overview]
Message-ID: <20031108172748.GA8186@gtf.org> (raw)


Linus, please do a

	bk pull bk://gkernel.bkbits.net/net-drivers-2.5

This will update the following files:

 drivers/net/b44.c     |   56 ++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/net/pcnet32.c |    4 +++
 2 files changed, 58 insertions(+), 2 deletions(-)

through these ChangeSets:

<ralf@linux-mips.org> (03/11/08 1.1416)
   [netdrvr pcnet32] add missing pci_dma_sync_single
   
   a patch for the pcnet32.c driver which adds a missing call to
   pci_dma_sync_single.  If a received packet is smaller than rx_copybreak
   the pcnet driver will recycle the receive buffer which requires calling
   pci_dma_sync_single.  Patch is against 2.6 but I it's also needed in 2.4.
   
   Without that call the processor might still have old stale data in
   the data cache when the processor accesses the recycled buffer.
   

<pp@ee.oulu.fi> (03/11/08 1.1415)
   [netdrvr b44] Fix irq enable/disable; fix oops due to lack of SET_NETDEV_DEV() call
   
   Also, add suspend/resume functions.


             reply	other threads:[~2003-11-08 17:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-08 17:27 Jeff Garzik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-12-05 18:30 [BK PATCHES] net driver fixes Jeff Garzik
2003-12-05 18:54 ` Jeff Garzik
2003-02-13  7:57 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=20031108172748.GA8186@gtf.org \
    --to=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    --cc=torvalds@osdl.org \
    /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.