zephyr/drivers/ethernet
Kumar Gala c6662826b7 net/pkt: Fix a few left over cases of net_pkt_read_new
In the conversion of net_pkt_read_new to net_pkt_read, we missed
changing the function in the eth_smsc911x and eswifi_offload.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-03-20 15:26:30 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.dw
Kconfig.e1000 kconfig: ethernet: Remove duplicated dependencies 2019-03-08 07:23:02 -05:00
Kconfig.enc28j60 drivers: eth_enc28j60: fix typo and build for half duplex 2019-03-05 13:38:43 -05:00
Kconfig.mcux kconfig: ethernet: Remove duplicated dependencies 2019-03-08 07:23:02 -05:00
Kconfig.native_posix
Kconfig.sam_gmac drivers: eth: gmac: Add option to force packets to a specific queue 2019-03-13 06:00:04 -05:00
Kconfig.smsc911x kconfig: ethernet: Remove duplicated dependencies 2019-03-08 07:23:02 -05:00
Kconfig.stellaris
Kconfig.stm32_hal kconfig: ethernet: Remove duplicated dependencies 2019-03-08 07:23:02 -05:00
eth_dw.c net/pkt: Remove _new suffix to net_pkt_write functions 2019-03-20 10:27:14 -05:00
eth_dw_priv.h net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05:00
eth_e1000.c net/pkt: Remove _new suffix to net_pkt_write functions 2019-03-20 10:27:14 -05:00
eth_e1000_priv.h net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05:00
eth_enc28j60.c net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05:00
eth_enc28j60_priv.h
eth_mcux.c net/pkt: Remove _new suffix to net_pkt_write functions 2019-03-20 10:27:14 -05:00
eth_native_posix.c net/pkt: Remove _new suffix to net_pkt_write functions 2019-03-20 10:27:14 -05:00
eth_native_posix_adapt.c drivers: eth: native_posix: Null terminate interface name 2019-03-13 05:34:03 -05:00
eth_native_posix_priv.h
eth_sam_gmac.c net: Switch usage of net_pkt_get_reserve to net_pkt_alloc 2019-03-20 10:27:14 -05:00
eth_sam_gmac_priv.h net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05:00
eth_smsc911x.c net/pkt: Fix a few left over cases of net_pkt_read_new 2019-03-20 15:26:30 -05:00
eth_smsc911x_priv.h
eth_stellaris.c net/pkt: Remove _new suffix to net_pkt_write functions 2019-03-20 10:27:14 -05:00
eth_stellaris_priv.h net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05:00
eth_stm32_hal.c net/pkt: Remove _new suffix to net_pkt_write functions 2019-03-20 10:27:14 -05:00
eth_stm32_hal_priv.h net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05:00
phy_sam_gmac.c
phy_sam_gmac.h