linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [bk patches] net driver updates
@ 2003-08-25 23:08 Jeff Garzik
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2003-08-25 23:08 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel, netdev


Marcelo, please do a

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

I have sent the patch separately for your review.

Others may download the patch from:

ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.4/2.4.22-netdrvr1.patch.bz2

This will update the following files:

 drivers/net/8139cp.c            |    4 
 drivers/net/8139too.c           |   10 
 drivers/net/bonding/bond_main.c |   17 -
 drivers/net/bonding/bonding.h   |    2 
 drivers/net/net_init.c          |    3 
 drivers/net/tulip/tulip_core.c  |    1 
 drivers/net/wireless/airo.c     |  568 ++++++++++++++++++++++------------------
 include/linux/netdevice.h       |    2 
 8 files changed, 342 insertions(+), 265 deletions(-)

through these ChangeSets:

<sziwan@hell.org.pl> (03/08/18 1.1064.1.13)
   [netdrvr 8139too] fix resume behavior,
   by correctly saving/restoring pci state.

<matthewn@snapgear.com> (03/08/18 1.1064.1.12)
   [netdrvr 8139cp] fix h/w vlan offload
   
   It wants big endian vlan tags.  IEEE, or just weird?

<javier@tudela.mad.ttd.net> (03/08/18 1.1064.1.11)
   [wireless airo] Replaces task queues by simpler kernel_thread

<javier@tudela.mad.ttd.net> (03/08/18 1.1064.1.10)
   [wireless airo] Fixes unregistering of PCI cards

<ionut@badula.org> (03/08/17 1.1064.1.9)
   [netdrvr tulip] add pci id for 3com 3CSOHO100B-TX

<amir.noam@intel.com> (03/08/07 1.1064.1.8)
   [netdrvr bonding] embed stats struct inside bonding private struct
   
   Simplification: Don't allocate the stats struct via kmalloc,
   embed it inside it's parent bonding_t.

<amir.noam@intel.com> (03/08/07 1.1064.1.7)
   [net] export alloc_netdev

<achirica@telefonica.net> (03/08/07 1.1064.1.6)
   [PATCH] Fix adhoc config

<achirica@telefonica.net> (03/08/07 1.1064.1.5)
   [PATCH] Safer unload code

<achirica@telefonica.net> (03/08/07 1.1064.1.4)
   [PATCH] MIC support with newer firmware

<achirica@telefonica.net> (03/08/07 1.1064.1.3)
   [PATCH] Missing lines for Wireless Extensions 16

<achirica@telefonica.net> (03/08/07 1.1064.1.2)
   [netdrvr airo] MAC type changed to unsigned

<achirica@telefonica.net> (03/08/07 1.1064.1.1)
   [netdrvr airo] Missing defines (only for documentation)


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [bk patches] net driver updates
@ 2003-08-17 18:31 Jeff Garzik
  2003-08-23 13:42 ` Francois Romieu
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2003-08-17 18:31 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, netdev


Linus, please do a

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

Patch is also available at

ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/2.6.0-test3-bk5-netdrvr1.patch.bz2

This will update the following files:

 drivers/net/Kconfig               |   11 
 drivers/net/Makefile              |    1 
 drivers/net/Makefile.lib          |    1 
 drivers/net/arcnet/com20020-pci.c |    6 
 drivers/net/arcnet/com20020.c     |   31 
 drivers/net/arcnet/com90io.c      |   17 
 drivers/net/hydra.c               |   24 
 drivers/net/sis190.c              | 2094 +++++++++++++++++++++++++++++---------
 drivers/net/tokenring/3c359.c     |    2 
 drivers/net/tokenring/olympic.c   |    3 
 drivers/net/tulip/tulip_core.c    |    1 
 drivers/net/wan/z85230.c          |    6 
 drivers/net/wireless/airo.c       |   12 
 drivers/net/wireless/atmel_cs.c   |    1 
 14 files changed, 1715 insertions(+), 495 deletions(-)

through these ChangeSets:

<jgarzik@redhat.com> (03/08/17 1.1217)
   [netdrvr sis190] allocate RX/TX descriptors using PCI DMA API
   
   The RX buffers themselves still need to be converted.  The three
   places that need fixing are marked with #warning.

<ionut@badula.org> (03/08/17 1.1216)
   [netdrvr tulip] add pci id for 3com 3CSOHO100B-TX

<jgarzik@redhat.com> (03/08/17 1.1215)
   [netdrvr sis190] manually clean up formatting a bit more
   
   Also, two trivial code changes:
   * add unlikely() to assert() definition
   * fix MODULE_AUTHOR email address brackets

<jgarzik@redhat.com> (03/08/17 1.1214)
   [netdrvr sis190] Lindent sis190.  zero code changes.

<jgarzik@redhat.com> (03/08/17 1.1213)
   [netdrvr] add sis190 gigabit ethernet driver (note: needs work)

<shemminger@osdl.org> (03/08/17 1.1212)
   [PATCH] Make z8530.c build on 2.6
   
   Either we need to mark this driver (and the parts that use them) as BROKEN,
   or at least get it building again.
   
   With this it builds, but of course, I don't have the real hardware.

<rddunlap@osdl.org> (03/08/17 1.1211)
   [netdrvr hydra] janitor cleanups

<achirica@telefonica.net> (03/08/17 1.1210)
   [wireless airo] Fix PCI unregister code

<achirica@telefonica.net> (03/08/17 1.1209)
   [wireless airo] Turns on spy code in wireless extensions v16

<jgarzik@redhat.com> (03/08/17 1.1208)
   [arcnet com90io] replace check_region with temporary request_region,
   in probe phase.

<jgarzik@redhat.com> (03/08/17 1.1207)
   [arcnet com20020] misc fixes
   
   * com20020_close expects two arguments (and actually uses the
     second argument), but the arcnet layer only passes one arg.
     Fun ensues.
   * Remove __devinit markers, this is a library module.
   * Move request_region up in com20020_found, to make the call
     occur before the first I/O access in the function.

<jgarzik@redhat.com> (03/08/17 1.1206)
   [arcnet com20020] check_region removal, ->name removal breakage fix

<jgarzik@redhat.com> (03/08/17 1.1205)
   [netdrvr] clean up driver object name removal breakage
   
   Affected drivers: atmel_cs, olympic, 3c359


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-08-26 17:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-25 23:08 [bk patches] net driver updates Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2003-08-17 18:31 Jeff Garzik
2003-08-23 13:42 ` Francois Romieu
2003-08-26 17:17   ` Mike Fedyk
2003-08-26 17:25     ` Jeff Garzik
2003-08-26 17:47   ` 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).