From: Stephen Hemminger
Date: Fri, 18 Dec 2015 16:15:03 -0800
> On Fri, 18 Dec 2015 16:08:53 -0500 (EST)
> David Miller wrote:
>
>> From: Stephen Hemminger
>> Date: Thu, 17 Dec 2015 17:51:16 -0800
>>
>> > Since it is possible for an external system to send oversize packets
>> > at anytime, it
On Fri, 18 Dec 2015 16:08:53 -0500 (EST)
David Miller wrote:
> From: Stephen Hemminger
> Date: Thu, 17 Dec 2015 17:51:16 -0800
>
> > Since it is possible for an external system to send oversize packets
> > at anytime, it is best for driver not to print a message and spam
> > the log (potential
From: Stephen Hemminger
Date: Thu, 17 Dec 2015 17:51:16 -0800
> Since it is possible for an external system to send oversize packets
> at anytime, it is best for driver not to print a message and spam
> the log (potential external DoS).
>
> Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=1094
Since it is possible for an external system to send oversize packets
at anytime, it is best for driver not to print a message and spam
the log (potential external DoS).
Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=109471
Signed-off-by: Stephen Hemminger
--- a/drivers/net/usb/asix_common.c