mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 09:12:44 +00:00
If we were trying to send max MTU size data, then the temporary frame_buf was overflowing because it only allocated 1500 bytes for the buffer but then copied 1514 bytes into it (max mtu + ethernet header). Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
eth_dw_priv.h | ||
eth_dw.c | ||
eth_enc28j60_priv.h | ||
eth_enc28j60.c | ||
eth_mcux.c | ||
eth_sam_gmac_priv.h | ||
eth_sam_gmac.c | ||
eth_stm32_hal_priv.h | ||
eth_stm32_hal.c | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.enc28j60 | ||
Kconfig.mcux | ||
Kconfig.sam_gmac | ||
Kconfig.stm32_hal | ||
Makefile | ||
phy_sam_gmac.c | ||
phy_sam_gmac.h |