I moved the declarations UINT uiSearchRuleIndex = 0; and ULONG ulSFID;
from out of a switch/case statement. And also, removed useless duplicate
UINT uiSearchRuleIndex = 0; and a variant UINT uiSearchRuleIndex;.
Signed-off-by: Gary Alan Rookard
---
On branch staging-next
drivers/staging/bcm/Cm
On Sat, 15 Mar 2014, Greg KH wrote:
On Sat, Mar 15, 2014 at 02:13:45AM -0400, Gary Rookard wrote:
On Sat, 15 Mar 2014, Greg KH wrote:
On Fri, Mar 14, 2014 at 09:51:30PM -0400, Gary Rookard wrote:
On Sat, 15 Mar 2014, Greg KH wrote:
On Wed, Mar 12, 2014 at 04:10:36PM -0400, Gary Rooka
On Sat, Mar 15, 2014 at 02:13:45AM -0400, Gary Rookard wrote:
>
>
> On Sat, 15 Mar 2014, Greg KH wrote:
>
> > On Fri, Mar 14, 2014 at 09:51:30PM -0400, Gary Rookard wrote:
> >>
> >>
> >> On Sat, 15 Mar 2014, Greg KH wrote:
> >>
> >>> On Wed, Mar 12, 2014 at 04:10:36PM -0400, Gary Rookard wrote:
This feature allows multiple channels to be used by each virtual NIC.
It is available on Hyper-V host 2012 R2.
Signed-off-by: Haiyang Zhang
Reviewed-by: K. Y. Srinivasan
---
drivers/net/hyperv/hyperv_net.h | 111 ++-
drivers/net/hyperv/netvsc.c | 132 ++
In this updated version, I have re-written the send queue selection, which is
based on ndo_select_queue now. I also applied the stop/wake queue for each
queue separately as suggested by reviewers.
Tom Herbert has submitted a Toeplitz library function with
some optimization. But it's not accepted
>On Saturday, March 15, 2014 1:55 AM, Levente Kurusa wrote:
>>On 03/15/2014 04:30 AM, Chase Southwood wrote:
>>> On Friday, March 14, 2014 11:47 AM, Levente Kurusa wrote:
>>>
>>>Call kfree() on bdev. The variable is otherwise leaked.
>>>
>>>Signed-off-by: Levente Kurusa
>>>[...]
>>>
>>
>>
>>Le
>On Saturday, March 15, 2014 12:26 AM, "[email protected]"
> wrote:
>>On Fri, Mar 14, 2014 at 06:43:37PM -0700, Chase Southwood wrote:
>>>On Tuesday, March 11, 2014 9:26 AM, Ian Abbott wrote:
On 2014-03-09 04:00, Chase Southwood wrote:
This patch changes a handful of while loop