netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: wireless-2.6 'rndis' 2008-01-29
@ 2008-01-29 21:28 John W. Linville
  2008-01-30  5:26 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: John W. Linville @ 2008-01-29 21:28 UTC (permalink / raw)
  To: davem; +Cc: jeff, netdev, linux-wireless

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

Dave,

RNDIS is a de facto standard from Microsoft for USB networking devices.
We already have support for ethernet devices, but wireless devices exist
as well.  This series applies some fixes to the current ethernet RNDIS
stuff to co-exist with wireless and adds a wireless RNDIS driver.  I
would like to see it in 2.6.25.

Thanks!

John

---

Individual patches are available here:

	http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6/rndis

---

The following changes since commit 85040bcb4643cba578839e953f25e2d1965d83d0:
  YOSHIFUJI Hideaki (1):
        [IPV6] ADDRLABEL: Fix double free on label deletion.

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git rndis

Bjorge Dijkstra (2):
      rndis_host: Fix sparse warning
      cdc_ether: Hardwire CDC descriptors when missing

Jussi Kivilinna (12):
      rndis_host: Use 1KB buffer in rndis_unbind
      rndis_host: Halt device if rndis_bind fails.
      rndis_host: Fix rndis packet filter flags.
      usbnet: Use wlan device name for RNDIS wireless devices
      rndis_host: Split up rndis_host.c
      rndis_host: export functions
      usbnet: add driver_priv pointer to 'struct usbnet'
      rndis_host: Add early_init function pointer to 'struct rndis_data'.
      rndis_host: Add link_change function pointer to 'struct rndis_data'.
      rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()
      Move usbnet.h and rndis_host.h to include/linux/usb
      Add new driver 'rndis_wlan' for wireless RNDIS devices.

 MAINTAINERS                                 |    6 +
 drivers/net/usb/asix.c                      |    3 +-
 drivers/net/usb/cdc_ether.c                 |   13 +-
 drivers/net/usb/cdc_subset.c                |    3 +-
 drivers/net/usb/dm9601.c                    |    3 +-
 drivers/net/usb/gl620a.c                    |    3 +-
 drivers/net/usb/mcs7830.c                   |    3 +-
 drivers/net/usb/net1080.c                   |    3 +-
 drivers/net/usb/plusb.c                     |    3 +-
 drivers/net/usb/rndis_host.c                |  303 +---
 drivers/net/usb/usbnet.c                    |    6 +-
 drivers/net/usb/zaurus.c                    |    3 +-
 drivers/net/wireless/Kconfig                |   28 +
 drivers/net/wireless/Makefile               |    2 +
 drivers/net/wireless/rndis_wlan.c           | 2757 +++++++++++++++++++++++++++
 include/linux/usb/rndis_host.h              |  274 +++
 {drivers/net => include/linux}/usb/usbnet.h |   12 +
 17 files changed, 3180 insertions(+), 245 deletions(-)
 create mode 100644 drivers/net/wireless/rndis_wlan.c
 create mode 100644 include/linux/usb/rndis_host.h
 rename {drivers/net => include/linux}/usb/usbnet.h (93%)

Omnibus patch attached as rndis.patch.bz2
-- 
John W. Linville
linville@tuxdriver.com

[-- Attachment #2: rndis.patch.bz2 --]
[-- Type: application/x-bzip2, Size: 25695 bytes --]

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

* Re: pull request: wireless-2.6 'rndis' 2008-01-29
  2008-01-29 21:28 pull request: wireless-2.6 'rndis' 2008-01-29 John W. Linville
@ 2008-01-30  5:26 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-01-30  5:26 UTC (permalink / raw)
  To: linville; +Cc: jeff, netdev, linux-wireless

From: "John W. Linville" <linville@tuxdriver.com>
Date: Tue, 29 Jan 2008 16:28:13 -0500

> Dave,
> 
> RNDIS is a de facto standard from Microsoft for USB networking devices.
> We already have support for ethernet devices, but wireless devices exist
> as well.  This series applies some fixes to the current ethernet RNDIS
> stuff to co-exist with wireless and adds a wireless RNDIS driver.  I
> would like to see it in 2.6.25.

Pulled and pushed out to net-2.6, thanks John.

I'm going to review these bits a little bit (as well as the
other merge you just made) before pushing it all out to
Linus.

Thanks!

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

end of thread, other threads:[~2008-01-30  5:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 21:28 pull request: wireless-2.6 'rndis' 2008-01-29 John W. Linville
2008-01-30  5:26 ` David Miller

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).