2013-04-26 07:13:54

by Petko Manolov

[permalink] [raw]
Subject: [PATCH 0/3] drivers: net: usb: pegasus: bug fixing and cleanup

From: Petko Manolov <[email protected]>

This series of patches is fixing a bug related to multiple control URB
submissions (noted by Sarah Sharp), optimizes read and write_mii_word
routines and removes socket buffer pool used in the receive path.

Signed-off-by: Petko Manolov <[email protected]>


2013-04-26 08:44:15

by Petko Manolov

[permalink] [raw]
Subject: Re: [PATCH 0/3] drivers: net: usb: pegasus: bug fixing and cleanup

On Fri, 26 Apr 2013, Petko Manolov wrote:

> From: Petko Manolov <[email protected]>
>
> This series of patches is fixing a bug related to multiple control URB
> submissions (noted by Sarah Sharp), optimizes read and write_mii_word
> routines and removes socket buffer pool used in the receive path.
>
> Signed-off-by: Petko Manolov <[email protected]>

I realized that the diffs for this patch series have been made in my git
repository, not against your latest net-next tree. Please ignore the
first set of patches.

2013-04-29 18:04:29

by David Miller

[permalink] [raw]
Subject: Re: [PATCH 0/3] drivers: net: usb: pegasus: bug fixing and cleanup

From: Petko Manolov <[email protected]>
Date: Fri, 26 Apr 2013 10:13:41 +0300 (EEST)

> From: Petko Manolov <[email protected]>
>
> This series of patches is fixing a bug related to multiple control URB
> submissions (noted by Sarah Sharp), optimizes read and write_mii_word
> routines and removes socket buffer pool used in the receive path.
>
> Signed-off-by: Petko Manolov <[email protected]>

Series applied, thanks.