linux/drivers/net/stmmac
Giuseppe CAVALLARO 3eeb29972b stmmac: fix automatic PAD/FCS stripping
For Simple Ethernet frames (802.2 and 802.3) the GMAC Core
never strips pad and fcs. This means the ACS has no effect
on IPv4/6 frames.
The FL bits, in the RDES0, include the FCS so the driver
has to remove it in SW.
For 802.3 frame format with LLC or LLC-SNAP, when set the ACS
bit, the HW strips both PAD and FCS.
The FL bits, in the RDES0, actually represents the frame length
already stripped.
This patch fixes this logic within the device driver that
erroneously removed 4byte from 802.3 frames already stripped
corrupting the payload.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-07-27 20:43:50 -07:00
..
Kconfig
Makefile
common.h stmmac: fix automatic PAD/FCS stripping 2010-07-27 20:43:50 -07:00
descs.h
dwmac100.h
dwmac100_core.c stmmac: handle allocation errors in setup functions 2010-07-22 14:14:48 -07:00
dwmac100_dma.c
dwmac1000.h stmmac: fix automatic PAD/FCS stripping 2010-07-27 20:43:50 -07:00
dwmac1000_core.c stmmac: handle allocation errors in setup functions 2010-07-22 14:14:48 -07:00
dwmac1000_dma.c
dwmac_dma.h
dwmac_lib.c
enh_desc.c stmmac: fix automatic PAD/FCS stripping 2010-07-27 20:43:50 -07:00
norm_desc.c
stmmac.h
stmmac_ethtool.c
stmmac_main.c stmmac: fix automatic PAD/FCS stripping 2010-07-27 20:43:50 -07:00
stmmac_mdio.c
stmmac_timer.c
stmmac_timer.h