All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Netdev <netdev@oss.sgi.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>
Subject: netdev-2.6 queue updated
Date: Tue, 27 Jul 2004 15:05:33 -0400	[thread overview]
Message-ID: <4106A77D.2070508@pobox.com> (raw)

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


Those who are mirroring netdev-2.6 repository, please delete and 
re-clone it.

Attached is a summary of the current contents of the netdev-2.6 queue. 
Several groups of patches are either waiting for the kernel to get out 
of Release Candidate status, or are "simmering"... waiting around for 
additional testing and review.

netdev-2.6 is only available through BitKeeper, or Andrew Morton's -mm 
patches.

	Jeff




[-- Attachment #2: changelog.txt --]
[-- Type: text/plain, Size: 4741 bytes --]

BK users may do a

	bk pull bk://gkernel.bkbits.net/netdev-2.6

This will update the following files:

 include/asm-mips/mv64340.h                    | 1039 ----------
 arch/mips/configs/jaguar-atx_defconfig        |    8 
 arch/mips/configs/ocelot_c_defconfig          |    2 
 arch/mips/momentum/jaguar_atx/prom.c          |    4 
 arch/mips/momentum/ocelot_c/prom.c            |    6 
 drivers/net/8139too.c                         |    4 
 drivers/net/8390.c                            |   36 
 drivers/net/8390.h                            |   12 
 drivers/net/Kconfig                           |   45 
 drivers/net/Makefile                          |    3 
 drivers/net/acenic.c                          |  156 -
 drivers/net/acenic.h                          |    2 
 drivers/net/e100.c                            |   29 
 drivers/net/eepro100.c                        |   17 
 drivers/net/epic100.c                         |  426 ++--
 drivers/net/gianfar.c                         | 1921 ++++++++++++++++++
 drivers/net/gianfar.h                         |  537 +++++
 drivers/net/gianfar_ethtool.c                 |  484 ++++
 drivers/net/gianfar_phy.c                     |  504 ++++
 drivers/net/gianfar_phy.h                     |  192 +
 drivers/net/gt64240eth.h                      |  402 +++
 drivers/net/gt96100eth.c                      |  119 -
 drivers/net/mv643xx_eth.c                     | 2646 ++++++++++++++++++++++++++
 drivers/net/mv643xx_eth.h                     |  601 +++++
 drivers/net/r8169.c                           |  655 ++++--
 drivers/net/sk98lin/h/skdrv2nd.h              |   54 
 drivers/net/sk98lin/skaddr.c                  |    4 
 drivers/net/sk98lin/skge.c                    |  742 +++----
 drivers/net/via-rhine.c                       |  695 +++---
 drivers/net/via-velocity.c                    |  566 ++---
 drivers/net/via-velocity.h                    |    4 
 drivers/net/wireless/prism54/isl_ioctl.c      |   16 
 drivers/net/wireless/prism54/islpci_hotplug.c |   17 
 drivers/net/wireless/prism54/islpci_mgt.c     |    2 
 drivers/net/wireless/prism54/oid_mgt.c        |    6 
 include/linux/mv643xx.h                       | 1039 ++++++++++
 include/linux/pci_ids.h                       |    1 
 37 files changed, 10215 insertions(+), 2781 deletions(-)

through these ChangeSets:

Adrian Bunk:
  o 2.6.8-rc1-mm1: 8139too: uninline rtl8139_start_thread

Andrew Morton:
  o via-velocity warning fixes
  o fix via-velocity oopses

Christoph Hellwig:
  o remove dead code from mv64340_eth
  o fix compiler warnings in mv64340_eth
  o allow modular mv64340_eth
  o convert skge to pci_driver API (2nd try)

Domen Puncer:
  o remove old ifdefs net/eepro100.c

François Romieu:
  o via-velocity: use common crc16 code for WOL
  o via-velocity: unneeded forward declarations
  o via-velocity: ordering of Rx descriptors operations
  o via-velocity: Rx copybreak
  o via-velocity: Rx buffers allocation rework
  o via-velocity: velocity_receive_frame diets
  o via-velocity: uniformize use of OWNED_BY_NIC
  o via-velocity: PCI ID move
  o r8169: tx lock removal
  o r8169: gcc bug workaround
  o r8169: initial link setup rework
  o r8169: link handling and phy reset rework
  o r8169: ethtool .get_{settings/link}
  o r8169: ethtool .set_settings
  o r8169: janitoring
  o r8169: cosmetic renaming of a register
  o r8169: napi support
  o epic100: code removal in irq handler
  o epic100: spin_unlock_irqrestore avoidance
  o [netdrvr epic100] napi fixes
  o [netdrvr epic100] napi 3/3 - transmit path
  o [netdrvr epic100] napi 2/3 - receive path
  o [netdrvr epic100] napi 1/3 - just shuffle some code around
  o [netdrvr epic100] minor cleanups

Herbert Xu:
  o Fix successive calls to spin_lock_irqsave in sk98lin

Kumar Gala:
  o add new ethernet driver 'gianfar'

Margit Schubert-While:
  o prism54 Fix null pointer reference (Bug 100)
  o prism54 Fix initialization with older firmware
  o prism54 Refix TRDY/RETRY_TIMEOUT
  o prism54 Fix reference to uninitialized pointer

Mika Kukkonen:
  o Fix warnings drivers/net/sk98lin/skaddr.c

Paul Gortmaker:
  o Remove obsolete code in 8390 driver

Ralf Bächle:
  o GT96100 update
  o [netdrvr mv643xx] rename from mv64340 to mv643xx
  o New driver for MV64340 GigE

Roger Luethi:
  o Add WOL support
  o Small fixes and clean-up
  o Media mode rewrite
  o Fix Tx engine race for good
  o Remove options, full_duplex parameters
  o Rewrite PHY detection
  o Remove lingering PHY special casing
  o fix mc_filter on big-endian arch
  o Restructure reset code

Scott Feldman:
  o e100: use NAPI mode all the time

Stephen Hemminger:
  o acenic - don't print eth%d in messages
  o module_param for acenic
  o [sparse] minor #if complaint


             reply	other threads:[~2004-07-27 19:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-27 19:05 Jeff Garzik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-08-29  1:00 netdev-2.6 queue updated Jeff Garzik
2004-09-20 19:48 Jeff Garzik
2004-09-20 20:14 ` Arkadiusz Miskiewicz
2004-09-20 20:31   ` Jeff Garzik
2004-09-20 20:38     ` Arkadiusz Miskiewicz
2004-10-01  4:59 Jeff Garzik
2004-10-16  1:00 Jeff Garzik
2004-10-20 17:48 ` Olaf Hering
2004-10-20 22:33   ` Jeff Garzik
2004-11-05 10:02 Jeff Garzik
2005-01-07 11:34 Jeff Garzik
2005-01-07 19:04 ` Francois Romieu
2005-01-07 19:11   ` Jeff Garzik
2005-01-28  0:00 Jeff Garzik
2005-01-28  2:15 ` Andy Isaacson
2005-01-28  2:31   ` Jeff Garzik
2005-02-13 20:38 Jeff Garzik
2005-03-03  7:31 Jeff Garzik
2005-03-03 20:20 ` Daniel Drake
2005-03-04  5:11   ` Jeff Garzik
2005-03-10  5:37 Jeff Garzik
2005-03-23  3:32 Jeff Garzik
2005-03-23  7:55 ` bert hubert
2005-03-23  8:57   ` Jeff Garzik
2005-08-24  6: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=4106A77D.2070508@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.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.