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: Thu, 10 Mar 2005 00:37:11 -0500	[thread overview]
Message-ID: <422FDD07.9060808@pobox.com> (raw)

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

All the stuff that was waiting for Linus has been sent.  Here's what's 
sitting around in the netdev-2.6 to "stew" for a bit:

* wireless-2.6 tree (bk://gkernel.bkbits.net/wireless-2.6)
* 8139cp updates
* starfire update
* 8139too iomap conversion
* natsemi long/short cable option (no longer needed?)
* new skge driver from Stephen Hemminger

BK URL, Patch URL, and changelog attached.

Note that the patch is diff'd against 2.6.11-bk6, which will not exist 
until four hours after this email is sent.

	Jeff



[-- Attachment #2: netdev-2.6.txt --]
[-- Type: text/plain, Size: 6206 bytes --]

BK users:

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

Patch:
http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/2.6.11-bk6-netdev1.patch.bz2

This will update the following files:

 drivers/net/wireless/ieee802_11.h               |   78 
 MAINTAINERS                                     |    7 
 drivers/net/8139cp.c                            |  100 
 drivers/net/8139too.c                           |  194 -
 drivers/net/Kconfig                             |   12 
 drivers/net/Makefile                            |    1 
 drivers/net/natsemi.c                           |   11 
 drivers/net/skge.c                              | 3385 ++++++++++++++++++++++
 drivers/net/skge.h                              | 3005 +++++++++++++++++++
 drivers/net/starfire.c                          |  142 
 drivers/net/starfire_firmware.h                 |  346 ++
 drivers/net/wireless/Kconfig                    |    2 
 drivers/net/wireless/Makefile                   |    2 
 drivers/net/wireless/atmel.c                    |   62 
 drivers/net/wireless/hostap/Kconfig             |  104 
 drivers/net/wireless/hostap/Makefile            |    8 
 drivers/net/wireless/hostap/hostap.c            | 1205 +++++++
 drivers/net/wireless/hostap/hostap.h            |   57 
 drivers/net/wireless/hostap/hostap_80211.h      |  107 
 drivers/net/wireless/hostap/hostap_80211_rx.c   | 1080 +++++++
 drivers/net/wireless/hostap/hostap_80211_tx.c   |  522 +++
 drivers/net/wireless/hostap/hostap_ap.c         | 3259 +++++++++++++++++++++
 drivers/net/wireless/hostap/hostap_ap.h         |  272 +
 drivers/net/wireless/hostap/hostap_common.h     |  556 +++
 drivers/net/wireless/hostap/hostap_config.h     |   86 
 drivers/net/wireless/hostap/hostap_crypt.c      |  167 +
 drivers/net/wireless/hostap/hostap_crypt.h      |   50 
 drivers/net/wireless/hostap/hostap_crypt_ccmp.c |  486 +++
 drivers/net/wireless/hostap/hostap_crypt_tkip.c |  696 ++++
 drivers/net/wireless/hostap/hostap_crypt_wep.c  |  281 +
 drivers/net/wireless/hostap/hostap_cs.c         |  785 +++++
 drivers/net/wireless/hostap/hostap_download.c   |  761 +++++
 drivers/net/wireless/hostap/hostap_hw.c         | 3607 +++++++++++++++++++++++
 drivers/net/wireless/hostap/hostap_info.c       |  469 +++
 drivers/net/wireless/hostap/hostap_ioctl.c      | 3624 ++++++++++++++++++++++++
 drivers/net/wireless/hostap/hostap_pci.c        |  452 ++
 drivers/net/wireless/hostap/hostap_plx.c        |  611 ++++
 drivers/net/wireless/hostap/hostap_proc.c       |  466 +++
 drivers/net/wireless/hostap/hostap_wlan.h       | 1071 +++++++
 drivers/net/wireless/orinoco.c                  |   11 
 drivers/net/wireless/wl3501.h                   |    4 
 include/linux/pci_ids.h                         |    3 
 include/net/ieee80211.h                         |  887 +++++
 include/net/ieee80211_crypt.h                   |   86 
 net/Kconfig                                     |    2 
 net/Makefile                                    |    1 
 net/ieee80211/Kconfig                           |   67 
 net/ieee80211/Makefile                          |   11 
 net/ieee80211/ieee80211_crypt.c                 |  259 +
 net/ieee80211/ieee80211_crypt_ccmp.c            |  470 +++
 net/ieee80211/ieee80211_crypt_tkip.c            |  708 ++++
 net/ieee80211/ieee80211_crypt_wep.c             |  272 +
 net/ieee80211/ieee80211_module.c                |  268 +
 net/ieee80211/ieee80211_rx.c                    | 1206 +++++++
 net/ieee80211/ieee80211_tx.c                    |  448 ++
 net/ieee80211/ieee80211_wx.c                    |  471 +++
 56 files changed, 32947 insertions(+), 356 deletions(-)

through these ChangeSets:

<jketreno:linux.intel.com>:
  o ieee80211 subsystem

<mgalgoci:parcelfarce.linux.theplanet.co.uk>:
  o wireless-2.6 cleanup

<philipp.gortan:tttech.com>:
  o [netdrvr 8139cp] add PCI ID

Adrian Bunk:
  o net/ieee80211/Kconfig: don't describe what gets selected

Alexander Viro:
  o hostap __user annotations

Felipe Damasio:
  o 8139cp net driver: add MODULE_VERSION

François Romieu:
  o ieee80211: offset_in_page() removal
  o ieee80211: C99 initialization for eap_types
  o ieee80211: failure of ieee80211_crypto_init()
  o 8139cp: SG support fixes

Greg Kroah-Hartman:
  o net drivers: convert pci_dev->slot_name usage to pci_name()

Jeff Garzik:
  o [netdrvr starfire] Add GPL'd firmware, remove compat code
  o [wireless hostap] update for new pci_save_state()
  o [netdrvr 8139cp] TSO support

Joshua Kwan:
  o hostap: fix Kconfig typos and missing select CRYPTO

Jouni Malinen:
  o Host AP: Replaced MODULE_PARM with module_param*
  o Host AP: Replaced direct dev->priv references with netdev_priv(dev)
  o Host AP: Updated to use Linux wireless extensions v17
  o Host AP: pci_register_driver() return value changes
  o Host AP: Fix netif_carrier_off() in non-client modes
  o Host AP: Fix PRISM2_IO_DEBUG
  o Host AP: Use void __iomem * with {read,write}{b,w}
  o Host AP: Fix card enabling after firmware download
  o Host AP: Do not bridge packets to unauthorized ports
  o Host AP: Fix compilation with PRISM2_NO_STATION_MODES defined
  o Host AP: Prevent STAs from associating using AP address
  o Host AP: Fix hw address changing for wifi# interface
  o Host AP: Remove ioctl debug messages
  o Host AP: Ignore (Re)AssocResp messages silently
  o Host AP: Fix interface packet counters
  o Host AP: Disable EAPOL TX/RX debug messages
  o fix hostap crypto bugs
  o Add HostAP wireless driver

Olaf Kirch:
  o natsemi: long cable, short cable

Pekka Enberg:
  o 8139too: use iomap for pio/mmio

Steffen Klassert:
  o 8139cp - add netpoll support

Stephen Hemminger:
  o skge: change driver version
  o skge: fix race with receive interrupt and NAPI
  o skge: use lockless transmit
  o skge: interrupt coalecsing related fixes
  o skge: only allow tx/rx csum on Yukon chipset
  o skge: use array for port irq masks
  o skge: use chip MIB stats for packet and byte counts
  o skge: simplify definition of wake on lan support
  o skge: suspend/resume related state management
  o skge: remove unneeded include's
  o skge: spelling and whitespace
  o skge: use PFX string
  o skge driver (0.5)
  o 8139cp - module_param


             reply	other threads:[~2005-03-10  5:56 UTC|newest]

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