• Scott Feldman's avatar
    [PATCH] e100: fix skb leak in tx timeout · f690ecaf
    Scott Feldman authored
    * If e100 experiences a transmit timeout, and the tx ring is completely
    full at the time, it will leak all of the skbs on the tx ring (because
    extra logic is needed to distinguish ring full from ring empty).  Jay
    Vosburgh [fubar@us.ibm.com].
    
    Signed-off-by: scott.feldman@intel.com
    f690ecaf
e100.c 63.5 KB