zephyr/drivers/ethernet
Flavio Ceolin da49f2e440 coccicnelle: Ignore return of memset
The return of memset is never checked. This patch explicitly ignore
the return to avoid MISRA-C violations.

The only directory excluded directory was ext/* since it contains
only imported code.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-14 16:55:37 -04:00
..
CMakeLists.txt net: l2: Move the layer 2 code into subsys/net/ 2018-06-27 17:02:59 +03:00
eth_dw_priv.h drivers: eth_dw: Port to new IP stack 2017-05-04 11:57:22 -04:00
eth_dw.c net/ethernet: All types are prefixed with ethernet_ 2018-04-10 14:45:37 +03:00
eth_enc28j60_priv.h drivers/ethernet: Reduce runtime context size in ENC28J60 driver 2018-04-11 16:28:16 +03:00
eth_enc28j60.c drivers: eth: enc28j60: Fix read error when ERDPT < ERXRDPT 2018-08-31 15:46:42 -04:00
eth_mcux.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
eth_native_posix_adapt.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
eth_native_posix_priv.h drivers: eth: native_posix: Allow user to manipulate zeth status 2018-08-10 12:36:19 +03:00
eth_native_posix.c drivers: eth: native_posix: Allow user to manipulate zeth status 2018-08-10 12:36:19 +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: Don't use Qav code without priority queues 2018-08-08 14:32:16 +03:00
eth_stm32_hal_priv.h driver: eth_stm32_hal: Initial STM32 HAL based Ethernet driver 2017-07-12 12:53:51 +03:00
eth_stm32_hal.c drivers: eth: stm32: Added missing ethernet_init() call 2018-07-03 15:43:06 +03:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.dw Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.enc28j60 drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.mcux Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.native_posix drivers: eth: native_posix: Exec program after creating zeth 2018-08-06 14:20:51 +03:00
Kconfig.sam_gmac Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.stm32_hal drivers: ethernet: Kconfig: Document availability of eth_stm32_hal 2018-08-15 08:17:48 -05:00
phy_sam_gmac.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
phy_sam_gmac.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00