linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK PATCHES] more net driver merges
@ 2003-07-10 23:55 Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2003-07-10 23:55 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

ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.5/2.5.75-netdrvr1.patch.bz2

This will update the following files:

 drivers/net/appletalk/cops.c     |    5 -
 drivers/net/appletalk/ltpc.c     |    5 -
 drivers/net/declance.c           |    2 
 drivers/net/dgrs.c               |   27 +++----
 drivers/net/e100/e100_main.c     |   32 +++-----
 drivers/net/e100/e100_phy.c      |    2 
 drivers/net/hamradio/mkiss.c     |  141 +++++++--------------------------------
 drivers/net/hamradio/mkiss.h     |    2 
 drivers/net/pcmcia/3c574_cs.c    |    2 
 drivers/net/pcmcia/3c589_cs.c    |    2 
 drivers/net/pcmcia/smc91c92_cs.c |    2 
 drivers/net/plip.c               |   96 ++++++++++++--------------
 drivers/net/sb1250-mac.c         |    2 
 drivers/net/sk_mca.c             |    2 
 drivers/net/sundance.c           |   10 ++
 drivers/net/tg3.c                |    5 -
 drivers/net/tokenring/3c359.c    |    2 
 drivers/net/tokenring/proteon.c  |    1 
 drivers/net/tokenring/skisa.c    |    1 
 drivers/net/via-rhine.c          |    2 
 drivers/net/wireless/atmel_cs.c  |   11 +--
 drivers/net/wireless/wavelan.c   |    6 +
 22 files changed, 131 insertions(+), 229 deletions(-)

through these ChangeSets:

<jgarzik@redhat.com> (03/07/10 1.1400)
   [netdrvr atmel_cs] kill compiler warning (jumping to "empty" label)

<jgarzik@redhat.com> (03/07/10 1.1399)
   [netdrvr wavelan] remove check_region usage

<jgarzik@redhat.com> (03/07/10 1.1398)
   [netdrvr] fix compiler warnings in 3c359, proteon, skisa
   tokenring drivers.

<jgarzik@redhat.com> (03/07/10 1.1397)
   [netdrvr tg3] more ULL suffixes to make gcc 3.3 happy

<shemminger@osdl.org> (03/07/10 1.1396)
   [netdrvr dgrs] convert to using alloc_etherdev

<daniel.ritz@gmx.ch> (03/07/10 1.1395)
   [PATCH] net/pcmcia fix fast_poll timers (HZ > 100)
   
   i think we want fast_poll to behave the same with HZ=100 and HZ=1000

<daniel.ritz@gmx.ch> (03/07/10 1.1394)
   [PATCH] more net driver timer fixes
   
   following patch fixes some bogus additions to jiffies (w/o HZ beeing involved)
   - appletalk/cops.c
   - appletalk/ltpc.c
   - declance.c
   - sb1250-mac.c
   - sk_mca.c
   - via-rhine.c
   against 2.5.73-bk

<ralf@linux-mips.org> (03/07/10 1.1393)
   [PATCH] mkiss
   
   Below patch cleans the mkiss driver.  After the previous cleanup in
   2.4.0-prerelease various code had become unreachable because nothing
   was ever setting MKISS_DRIVER_MAGIC.  This fixes fixes an oops - the
   mkiss pointer was potencially NULL.  And it also removes the
   MOD_{INC,DEC}_USE_COUNT calls.
   
   Alan, lemme know if you want me to cook a 2.4 patch also.
   
   Patch from Jeroen Vreeken PE1RXQ.
   
   Ralf

<shemminger@osdl.org> (03/07/10 1.1392)
   [PATCH] convert plip to alloc_netdev
   
   This converts the parallel network driver to use alloc_netdev instead
   of doing it's own allocation.
   
   Tested (load/unload) on 2.5.74

<taowenhwa@intel.com> (03/07/10 1.1391)
   [e100] misc
   
   * Allow changing Wake On LAN when EEPROM disabled
   * Change Log updated
   * Version changed

<taowenhwa@intel.com> (03/07/10 1.1390)
   [e100] cu_start: timeout waiting for cu
   
   * Bug fix: 82557 (with National PHY) timeout during init
     [Adam Kropelin] akropel1@rochester.rr.com

<jcchen@icplus.com.tw> (03/07/10 1.1389)
   [netdrvr sundance] increase eeprom read timeout


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

* [BK PATCHES] more net driver merges
@ 2003-05-26  4:54 Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2003-05-26  4:54 UTC (permalink / raw)
  To: torvalds, linux-kernel


Linus, please do a

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

Others may download the patch from

ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.5/2.5.69-bk18-netdrvr2.patch.bz2

This will update the following files:

 drivers/net/bonding.c             | 3299 ------------------------------
 drivers/net/3c505.c               |  110 -
 drivers/net/Makefile              |    2 
 drivers/net/au1000_eth.c          |   33 
 drivers/net/bmac.c                |    1 
 drivers/net/bonding/Makefile      |   24 
 drivers/net/bonding/bond_3ad.c    | 2476 +++++++++++++++++++++++
 drivers/net/bonding/bond_3ad.h    |  298 ++
 drivers/net/bonding/bond_alb.c    | 1571 ++++++++++++++
 drivers/net/bonding/bond_alb.h    |  127 +
 drivers/net/bonding/bond_main.c   | 4053 ++++++++++++++++++++++++++++++++++++++
 drivers/net/bonding/bonding.h     |  181 +
 drivers/net/cs89x0.h              |    6 
 drivers/net/hamachi.c             |    4 
 drivers/net/tlan.c                |    2 
 drivers/net/tulip/de4x5.c         |    2 
 drivers/net/tulip/interrupt.c     |    2 
 drivers/net/tulip/tulip.h         |   13 
 drivers/net/tulip/xircom_cb.c     |   37 
 drivers/net/wireless/netwave_cs.c |   39 
 drivers/net/wireless/orinoco_cs.c |   24 
 drivers/net/wireless/wavelan_cs.c |   73 
 include/linux/if_bonding.h        |   91 
 include/linux/if_vlan.h           |    1 
 include/linux/skbuff.h            |    1 
 net/core/dev.c                    |    4 
 net/core/skbuff.c                 |    2 
 27 files changed, 8896 insertions(+), 3580 deletions(-)

through these ChangeSets:

<jgarzik@redhat.com> (03/05/26 1.1366)
   [netdrvr tulip] fix bogus merges

<jgarzik@redhat.com> (03/05/26 1.1365)
   [netdrvr bonding] minor merge/kbuild fixes

<jgarzik@redhat.com> (03/05/26 1.1364)
   [netdrvr bonding] add 802.3ad support
   
   Contributed by Intel, with updates by
   Jay Vosburgh @ IBM (bonding maintainer)

<hch@lst.de> (03/05/25 1.1363)
   [PATCH] wireless pcmcia updates
   
   the same patch stil applies..

<davej@codemonkey.org.uk> (03/05/25 1.1362)
   [PATCH] au1000 init cleanups.
   
   Not sure if I incorporated all your feedback on this one last time.
   Bug me if not...

<davej@codemonkey.org.uk> (03/05/25 1.1361)
   [PATCH] hamachi PCI DMA fix from 2.4
   
   Maintainer fix that went into 2.4 last August with the comments
   "Get hamachi net driver RX working again.
    Apparently the PCI DMA conversion still has a bug or two left in it..."

<davej@codemonkey.org.uk> (03/05/25 1.1360)
   [PATCH] 3c505 printk levels.

<davej@codemonkey.org.uk> (03/05/25 1.1359)
   [PATCH] xircom init cleanups

<davej@codemonkey.org.uk> (03/05/25 1.1358)
   [PATCH] fix tlan 64bit check

<davej@codemonkey.org.uk> (03/05/25 1.1357)
   [PATCH] Age old cs89x0 register define 'fixes' ?
   
   Remember these? There never was an outcome as to whether or
   not their doing the right thing.  Any complaints from this being
   in 2.4 for nearly a year ?

<davej@codemonkey.org.uk> (03/05/25 1.1356)
   [PATCH] Nuke stale comment from bmac
   
   Leftovers from before we used memset to clear the struct.

<jgarzik@redhat.com> (03/05/25 1.1355)
   [netdvr tulip] nuke stale defines
   
   Noticed (indirectly) by davej


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

end of thread, other threads:[~2003-07-10 23:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-10 23:55 [BK PATCHES] more net driver merges Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2003-05-26  4:54 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).