netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 1/5] CDC: common parser for extra headers
       [not found] ` <1441634742-19856-1-git-send-email-oneukum-IBi9RG/b67k@public.gmane.org>
@ 2015-09-15 19:43   ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2015-09-15 19:43 UTC (permalink / raw)
  To: oneukum-IBi9RG/b67k
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	bjorn-yOkvZcmFvRU

From: Oliver Neukum <oneukum-IBi9RG/b67k@public.gmane.org>
Date: Mon,  7 Sep 2015 16:05:38 +0200

> CDC drivers all implement their own parser for the extra headers.
> This patch fixes the code duplication introducing a single common
> parser in usbnet.
> 
> Signed-off-by: Oliver Neukum <oneukum-IBi9RG/b67k@public.gmane.org>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 2/5] cdc-ncm: use common parser
       [not found]   ` <1441634742-19856-2-git-send-email-oneukum-IBi9RG/b67k@public.gmane.org>
@ 2015-09-15 19:44     ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2015-09-15 19:44 UTC (permalink / raw)
  To: oneukum-IBi9RG/b67k
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	bjorn-yOkvZcmFvRU

From: Oliver Neukum <oneukum-IBi9RG/b67k@public.gmane.org>
Date: Mon,  7 Sep 2015 16:05:39 +0200

> This moves cdc-ncm to the common parser for CDC user
> to reduce code duplication.
> 
> Signed-off-by: Oliver Neukum <oneukum-IBi9RG/b67k@public.gmane.org>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 3/5] cdc-ether: switch to common CDC parser
       [not found] ` <1441634742-19856-3-git-send-email-oneukum@suse.com>
@ 2015-09-15 19:44   ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2015-09-15 19:44 UTC (permalink / raw)
  To: oneukum; +Cc: linux-usb, netdev, bjorn

From: Oliver Neukum <oneukum@suse.com>
Date: Mon,  7 Sep 2015 16:05:40 +0200

> This patch uses the common parser to parse extra CDC
> headers in order to reduce code duplication.
> 
> Signed-off-by: Oliver Neukum <oneukum@suse.com>

Applied.

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

* Re: [PATCH 4/5] qmi-wwan: use common parser
       [not found] ` <1441634742-19856-4-git-send-email-oneukum@suse.com>
@ 2015-09-15 19:44   ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2015-09-15 19:44 UTC (permalink / raw)
  To: oneukum; +Cc: linux-usb, netdev, bjorn

From: Oliver Neukum <oneukum@suse.com>
Date: Mon,  7 Sep 2015 16:05:41 +0200

> This moves qmi-wwan to the common parser for CDC user
> to reduce code duplication.
> 
> Signed-off-by: Oliver Neukum <oneukum@suse.com>

Applied.

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

* Re: [PATCH 5/5] cdc-phonet: use common parser
       [not found] ` <1441634742-19856-5-git-send-email-oneukum@suse.com>
@ 2015-09-15 19:44   ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2015-09-15 19:44 UTC (permalink / raw)
  To: oneukum; +Cc: linux-usb, netdev, bjorn

From: Oliver Neukum <oneukum@suse.com>
Date: Mon,  7 Sep 2015 16:05:42 +0200

> This moves cdc-phonet to the common parser for CDC users
> to reduce code duplication.
> 
> Signed-off-by: Oliver Neukum <oneukum@suse.com>

Applied.

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

end of thread, other threads:[~2015-09-15 19:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1441634742-19856-1-git-send-email-oneukum@suse.com>
     [not found] ` <1441634742-19856-1-git-send-email-oneukum-IBi9RG/b67k@public.gmane.org>
2015-09-15 19:43   ` [PATCH 1/5] CDC: common parser for extra headers David Miller
     [not found] ` <1441634742-19856-2-git-send-email-oneukum@suse.com>
     [not found]   ` <1441634742-19856-2-git-send-email-oneukum-IBi9RG/b67k@public.gmane.org>
2015-09-15 19:44     ` [PATCH 2/5] cdc-ncm: use common parser David Miller
     [not found] ` <1441634742-19856-3-git-send-email-oneukum@suse.com>
2015-09-15 19:44   ` [PATCH 3/5] cdc-ether: switch to common CDC parser David Miller
     [not found] ` <1441634742-19856-4-git-send-email-oneukum@suse.com>
2015-09-15 19:44   ` [PATCH 4/5] qmi-wwan: use common parser David Miller
     [not found] ` <1441634742-19856-5-git-send-email-oneukum@suse.com>
2015-09-15 19:44   ` [PATCH 5/5] cdc-phonet: " 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).