lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 25 Apr 2012 20:36:47 +0000
From:	Haiyang Zhang <haiyangz@...rosoft.com>
To:	Linus Walleij <linus.walleij@...aro.org>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	"David S. Miller" <davem@...emloft.net>,
	Felipe Balbi <balbi@...com>
CC:	Jussi Kivilinna <jussi.kivilinna@...et.fi>,
	Wei Yongjun <yongjun_wei@...ndmicro.com.cn>,
	Ben Hutchings <ben@...adent.org.uk>,
	KY Srinivasan <kys@...rosoft.com>
Subject: RE: [PATCH 00/14 v2] usb/net: rndis: first step toward consolidation



> -----Original Message-----
> From: Linus Walleij [mailto:linus.walleij@...aro.org]
> Sent: Wednesday, April 25, 2012 11:30 AM
> To: netdev@...r.kernel.org; linux-usb@...r.kernel.org; Greg Kroah-Hartman;
> David S. Miller; Felipe Balbi
> Cc: Jussi Kivilinna; Haiyang Zhang; Wei Yongjun; Ben Hutchings; Linus
> Walleij
> Subject: [PATCH 00/14 v2] usb/net: rndis: first step toward consolidation
> 
> A second spin of the RNDIS unification patches.
> Jussi Kivilinna pointed out an error where I was joining
> "media" and "physical media" in patch 9, this was all wrong
> so now I've fixed it up.
> 
> Please test!
> 
> If this thing works I guess it should propagate through
> dmillers tree eventually.
> 
> Linus Walleij (14):
>   usb/net: rndis: inline the cpu_to_le32() macro
>   usb/net: rndis: break out <linux/rndis.h> defines
>   usb/net: rndis: remove duplicate definitions
>   usb/net: rndis: remove ambigous status codes
>   usb/net: rndis: eliminate first set of duplicate OIDs
>   usb/net: rndis: merge duplicate 802_* OIDs
>   usb/net: rndis: delete surplus defines
>   usb/net: rndis: group all status codes together
>   usb/net: rndis: merge media type definitions
>   usb/net: rndis: delete duplicate packet types
>   usb/net: rndis: move and namespace PnP defines
>   usb/net: rndis: merge command codes
>   usb/net: rndis: fixup a few name prefixes
>   usb/net: rndis: move bus message definition
> 
>  drivers/net/hyperv/hyperv_net.h   |  290 +---------------------------
>  drivers/net/hyperv/rndis_filter.c |   46 +++---
>  drivers/net/usb/rndis_host.c      |   52 +++---
>  drivers/net/wireless/rndis_wlan.c |  295 ++++++++++++----------------
>  drivers/usb/gadget/f_rndis.c      |    6 +-
>  drivers/usb/gadget/ndis.h         |  164 ----------------
>  drivers/usb/gadget/rndis.c        |  271 +++++++++++++-------------
>  drivers/usb/gadget/rndis.h        |   48 +-----
>  include/linux/rndis.h             |  390
> +++++++++++++++++++++++++++++++++++++
>  include/linux/usb/rndis_host.h    |   66 +------
>  10 files changed, 706 insertions(+), 922 deletions(-)
>  create mode 100644 include/linux/rndis.h
> 
> --
> 1.7.7.6
> 

I tested Hyper-V netvsc driver, it works fine with the patches.

Thanks,
- Haiyang


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ