• Stephen Hemminger's avatar
    [NET]: Fix PPP async regression. · 4e004d91
    Stephen Hemminger authored
    Fix PPP over async regression that the PPPoE changes caused.
    Basically, PPP puts a zero length skbuff in the receive queue
    as an error token, and the last change caused that to get flushed
    as bad data.
    
    Thanks to Diego Calleja Garcia, Matthew Harrell for validating this.
    4e004d91
ppp_generic.c 63.9 KB