incubator-nuttx/net/netdev
liqinhui 05b101134a net:Support jumbo frame prealloc the iob for the ICMP/UDP/TCP.
For the ICMP, UDP and TCP, pre-alloc an iob for a jumbo frame.

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2024-06-02 09:31:37 -03:00
..
CMakeLists.txt net/netdev: Support multiple IPv6 addresses per device 2023-11-07 19:30:36 +08:00
Kconfig net/netdev: Support multiple IPv6 addresses per device 2023-11-07 19:30:36 +08:00
Make.defs net/netdev: Support multiple IPv6 addresses per device 2023-11-07 19:30:36 +08:00
netdev.h netdev/ipv6: Move `xxx_ipv6multicast` from arch to common code 2023-12-16 05:26:16 -08:00
netdev_carrier.c net/netdev: Modify the logic for setting the IFF_RUNNING status of interfaces. 2023-12-15 18:24:23 -08:00
netdev_count.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netdev_default.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netdev_findbyaddr.c net/route: Support longest prefix match for routing 2024-01-09 05:58:10 -08:00
netdev_findbyindex.c netdev: remove ASSERT when ifindex is invalid 2023-06-13 13:32:03 +08:00
netdev_findbyname.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netdev_foreach.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netdev_ifconf.c net/netdev: Support managing multiple IPv6 addresses by ioctl 2023-11-07 19:30:36 +08:00
netdev_input.c mm/iob: Support negative offset when copyin/out. 2023-01-31 00:39:15 +08:00
netdev_iob.c net:Support jumbo frame prealloc the iob for the ICMP/UDP/TCP. 2024-06-02 09:31:37 -03:00
netdev_ioctl.c Support to ARP Address Conflict Detection 2024-01-25 11:25:03 -03:00
netdev_ipv6.c netdev/ipv6: Move `xxx_ipv6multicast` from arch to common code 2023-12-16 05:26:16 -08:00
netdev_lladdrsize.c netdev/lladdrsize: remove invalid duplicate case 2022-02-07 20:08:26 +08:00
netdev_register.c netdev/ipv6: Move `xxx_ipv6multicast` from arch to common code 2023-12-16 05:26:16 -08:00
netdev_txnotify.c net/tcp: reuse common api to replace some ip select code 2023-01-30 11:25:10 +08:00
netdev_unregister.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netdev_verify.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netdown_notifier.c sched/wqueue: Change the return type of work_notifier_teardown to void 2022-05-14 00:35:29 +03:00