zephyr/drivers/ethernet
Piotr Mienkowski 323db1e366 drivers: eth_sam_gmac: Make sure not to leak net_buf in RX
Check net_recv_data() return value, if it returns an error release
the net_buf. Based on a fix in eth_mcux driver.

Change-Id: I44ca5fd8dfb7175620b7e8850a68443100039db6
Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2017-04-13 15:21:43 +03:00
..
Kconfig drivers: make ethernet init prio depend on NET_L2_ETHERNET 2017-02-02 14:43:51 +00:00
Kconfig.dw drivers: make ethernet init prio depend on NET_L2_ETHERNET 2017-02-02 14:43:51 +00:00
Kconfig.enc28j60 drivers: enc28j60: buffer reception waits timeout 2017-03-09 20:33:46 +02:00
Kconfig.mcux eth/mcux: Turn down the PHY debug verbosity. 2017-03-09 20:33:47 +02:00
Kconfig.sam_gmac drivers: Update Atmel SAM family GMAC Ethernet driver 2017-03-17 10:34:44 +02:00
Makefile drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00
eth_dw.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
eth_dw_priv.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
eth_enc28j60.c drivers: enc28j60: buffer reception waits timeout 2017-03-09 20:33:46 +02:00
eth_enc28j60_priv.h drivers: eth_enc28j60: Clarify comments in the header file. 2017-03-13 18:02:34 +03:00
eth_mcux.c drivers/eth/mcux: Make sure not to leak net_buf in RX 2017-04-13 15:21:41 +03:00
eth_sam_gmac.c drivers: eth_sam_gmac: Make sure not to leak net_buf in RX 2017-04-13 15:21:43 +03:00
eth_sam_gmac_priv.h drivers: Update Atmel SAM family GMAC Ethernet driver 2017-03-17 10:34:44 +02:00
phy_sam_gmac.c drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00
phy_sam_gmac.h drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00