nuttx/net/netdev
daichuan b29b276195 netdev_checksum: fix the iob null point dereference with hardware_chksum_start
Signed-off-by: daichuan <daichuan@xiaomi.com>
2026-04-21 01:34:46 +08:00
..
CMakeLists.txt netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-04-21 01:34:29 +08:00
Kconfig netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-04-21 01:34:29 +08:00
Make.defs netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx 2026-04-21 01:34:29 +08:00
netdev.h net: add per cpu support under bmp mode 2026-04-21 01:33:57 +08:00
netdev_carrier.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
netdev_checksum.c netdev_checksum: fix the iob null point dereference with hardware_chksum_start 2026-04-21 01:34:46 +08:00
netdev_count.c net/netdev: separate netdev_list_lock from net_lock 2026-04-21 01:28:23 +08:00
netdev_default.c net/netdev: separate netdev_list_lock from net_lock 2026-04-21 01:28:23 +08:00
netdev_findbyaddr.c Revert "net/arp: reducing unnecessary ARP requests can mitigate" 2026-04-21 01:31:39 +08:00
netdev_findbyindex.c net/netdev: separate netdev_list_lock from net_lock 2026-04-21 01:28:23 +08:00
netdev_findbyname.c net/netdev: separate netdev_list_lock from net_lock 2026-04-21 01:28:23 +08:00
netdev_foreach.c netdev_foreach.c: add lock protection during the traversal process 2026-04-21 01:30:44 +08:00
netdev_ifconf.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
netdev_input.c nuttx: add NETDEV_RX_STAMP flag in d_features. 2026-04-21 01:34:19 +08:00
netdev_iob.c net/netdev: Add netdev_iob_replace_l2 for netdev to avoid misuse 2026-04-21 01:15:58 +08:00
netdev_ioctl.c net/ethernet: fix compile warning issue 2026-04-21 01:33:54 +08:00
netdev_ipv6.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
netdev_lladdrsize.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
netdev_notify_recvcpu.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
netdev_register.c net: modify g_netdevices_lock with rmutex_t 2026-04-21 01:34:46 +08:00
netdev_stats.c net: migrate to SPDX identifier 2026-04-21 01:01:23 +08:00
netdev_txnotify.c devif_poll: only call the corresponding xxx_poll when there is data to be sent 2026-04-21 01:33:48 +08:00
netdev_unregister.c net/netdev: Notify all connections when the NIC is unregistered 2026-04-21 01:33:55 +08:00
netdev_verify.c net/netdev: separate netdev_list_lock from net_lock 2026-04-21 01:28:23 +08:00
netdown_notifier.c net:modify check condition from IFF_UP to IFF_RUNNING in sendto_next_transfer 2026-04-21 01:15:27 +08:00