zephyr/drivers/ethernet
Jukka Rissanen 39ec52d2f1 drivers: eth: native_posix: Make sure sent pkt is freed properly
Follow the packet sending error code in the driver. If packet
cannot be sent, then return <0 to the caller and do not free
the packet. In practice this is not happening here but follow
this general rule anyway.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-07-31 10:03:46 +03:00
..
CMakeLists.txt
eth_dw_priv.h
eth_dw.c
eth_enc28j60_priv.h
eth_enc28j60.c
eth_mcux.c
eth_native_posix_adapt.c net: eth: native_posix: Add promiscuous mode support 2018-07-24 15:12:37 +03:00
eth_native_posix_priv.h net: eth: native_posix: Add promiscuous mode support 2018-07-24 15:12:37 +03:00
eth_native_posix.c drivers: eth: native_posix: Make sure sent pkt is freed properly 2018-07-31 10:03:46 +03:00
eth_sam_gmac_priv.h drivers: eth: gmac: Add support for multiple hardware queues 2018-07-27 20:29:15 +03:00
eth_sam_gmac.c drivers: eth: gmac: rework timestamping 2018-07-27 20:29:15 +03:00
eth_stm32_hal_priv.h
eth_stm32_hal.c
Kconfig
Kconfig.dw
Kconfig.enc28j60
Kconfig.mcux
Kconfig.native_posix
Kconfig.sam_gmac drivers: eth: gmac: Add support for multiple hardware queues 2018-07-27 20:29:15 +03:00
Kconfig.stm32_hal
phy_sam_gmac.c
phy_sam_gmac.h