From: Timo Teräs <timo.te...@iki.fi> Date: Mon, 16 Nov 2015 14:36:32 +0200
> By default the driver allowed incorrect frames to be received. What is > worse the code does not handle very short frames correctly. The FCS > length is unconditionally subtracted, and the underflow can cause > skb_put to be called with large number after implicit cast to unsigned. > And indeed, an skb_over_panic() was observed with via-velocity. > > This removes the module parameter as it does not work in it's > current state, and should be implemented via NETIF_F_RXALL if needed. > > Suggested-by: Francois Romieu <rom...@fr.zoreil.com> > Signed-off-by: Timo Teräs <timo.te...@iki.fi> Applied, thanks Timo. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html