zephyr/drivers/ethernet
Alberto Escolar Piedras 5c06d60cce drivers eth_native_linux: Avoid using ssize
ssize is a POSIX.1-2001 extension, which may or may
not be provided by the C library, or may be defined
to a different size in the host and embedded C library.

Two internal functions were returning ssize.
As these functions were just trampolines
into the same host API, which are already provided
by the native simulator let's just use those.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-01-15 21:59:56 +01:00
..
phy drivers: ksz8081: Some bug fixes & 25MHz RMII 2023-12-11 09:50:58 +01:00
CMakeLists.txt drivers: ethernet: Add xmc4xxx ethernet/PTP drivers 2024-01-09 10:00:47 +01:00
Kconfig drivers: ethernet: Add xmc4xxx ethernet/PTP drivers 2024-01-09 10:00:47 +01:00
Kconfig.adin2111
Kconfig.cyclonev
Kconfig.dsa
Kconfig.dwmac
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.esp32 drivers: ethernet: esp32: fix Kconfig 2023-11-27 12:22:02 +00:00
Kconfig.gecko
Kconfig.ivshmem
Kconfig.lan865x drivers: ethernet: Update ETH_LAN865X_TIMEOUT Kconfig description 2023-12-19 08:51:27 +01:00
Kconfig.liteeth
Kconfig.mcux
Kconfig.native_posix
Kconfig.numaker
Kconfig.nxp_enet drivers: ethernet: Add NXP ENET Driver 2023-11-28 14:34:02 -06:00
Kconfig.nxp_s32_gmac
Kconfig.nxp_s32_netc
Kconfig.sam_gmac
Kconfig.smsc91x
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal drivers: ethernet: stm32: Enabling HW checksum offloading for STM32H7. 2024-01-08 12:33:17 +01:00
Kconfig.w5500
Kconfig.xlnx_gem
Kconfig.xmc4xxx drivers: ethernet: Add xmc4xxx ethernet/PTP drivers 2024-01-09 10:00:47 +01:00
dsa_ksz8xxx.c
dsa_ksz8794.h
dsa_ksz8863.h
eth.h
eth_adin2111.c
eth_adin2111_priv.h
eth_cyclonev.c
eth_cyclonev_priv.h
eth_dwmac.c
eth_dwmac_mmu.c kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
eth_dwmac_priv.h
eth_dwmac_stm32h7x.c
eth_e1000.c
eth_e1000_priv.h
eth_enc28j60.c
eth_enc28j60_priv.h
eth_enc424j600.c
eth_enc424j600_priv.h
eth_esp32.c drivers: eth_esp32: allow selecting ref clk source 2023-11-30 10:02:31 +01:00
eth_gecko.c
eth_gecko_priv.h
eth_ivshmem.c drivers: ethernet: Fix eth_ivshmem shared memory mapping 2023-11-27 12:15:43 +00:00
eth_ivshmem_priv.h drivers: ethernet: Fix eth_ivshmem shared memory mapping 2023-11-27 12:15:43 +00:00
eth_ivshmem_queue.c drivers: ethernet: Fix eth_ivshmem shared memory mapping 2023-11-27 12:15:43 +00:00
eth_lan865x.c drivers: ethernet: lan865x: Trigger IRQ routine when rca>0 read from TX ftr 2023-12-19 08:51:27 +01:00
eth_lan865x_priv.h drivers: net: lan865x: Move PLCA configuration to dedicated structure 2023-11-29 10:06:30 +01:00
eth_liteeth.c
eth_mcux.c drivers: eth_mcus: Conditionally wrap IPV4/6 code 2023-11-21 21:36:22 -06:00
eth_native_posix.c drivers eth_native_linux: Avoid using ssize 2024-01-15 21:59:56 +01:00
eth_native_posix_adapt.c drivers eth_native_linux: Avoid using ssize 2024-01-15 21:59:56 +01:00
eth_native_posix_priv.h drivers eth_native_linux: Avoid using ssize 2024-01-15 21:59:56 +01:00
eth_numaker.c
eth_numaker_priv.h
eth_nxp_enet.c drivers: nxp_enet: Improve code readability 2023-12-14 09:30:05 +01:00
eth_nxp_s32_gmac.c
eth_nxp_s32_netc.c
eth_nxp_s32_netc_priv.h drivers: eth_nxp_s32_netc: use instance-based DT macros 2023-12-11 09:50:08 +01:00
eth_nxp_s32_netc_psi.c drivers: nxp_s32_netc: configure to grant SI permissions 2023-12-11 12:50:42 +01:00
eth_nxp_s32_netc_vsi.c drivers: eth_nxp_s32_netc: use instance-based DT macros 2023-12-11 09:50:08 +01:00
eth_sam0_gmac.h
eth_sam_gmac.c drivers: eth: sam: Fix regression from 62833 2023-12-05 10:22:13 +00:00
eth_sam_gmac_priv.h
eth_slip_tap.c
eth_smsc91x.c
eth_smsc91x_priv.h
eth_smsc911x.c
eth_smsc911x_priv.h
eth_stellaris.c
eth_stellaris_priv.h
eth_stm32_hal.c drivers: ethernet: remove sections.ld for SOC_SERIES_STM32H5X 2023-12-14 09:32:35 +01:00
eth_stm32_hal_priv.h
eth_w5500.c
eth_w5500_priv.h
eth_xlnx_gem.c
eth_xlnx_gem_priv.h
eth_xmc4xxx.c drivers: ethernet: Add xmc4xxx ethernet/PTP drivers 2024-01-09 10:00:47 +01:00
oa_tc6.c drivers: ethernet: tc6: Check footer parity before updating struct oa_tc6 2023-12-19 08:51:27 +01:00
oa_tc6.h drivers: net: lan865x: Always read at least one chunk on IRQ received 2023-12-01 10:54:27 +00:00
phy_cyclonev.c
phy_gecko.c
phy_gecko.h
phy_xlnx_gem.c
phy_xlnx_gem.h