summaryrefslogtreecommitdiff
path: root/class/cdc/usbh_cdc_ecm.c
AgeCommit message (Collapse)Author
2026-07-14fix(security): check desc len overflowsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-05update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* ↵sakumisu
macro is defined or not in usbh_lwip.c Signed-off-by: sakumisu <[email protected]>
2025-07-25update: add output_len param for usbh_get_string_descsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-03feat(class): add usb_osal_thread_schedule_other to allow the applications ↵sakumisu
which use the struct usbh_xxx to exit properly before free struct usbh_xxx Signed-off-by: sakumisu <[email protected]>
2025-03-28update: add usb align up for every buffer when use dcache clean&invalid apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-20feat(osal): add argument macro for different os, especially for nuttxsakumisu
Signed-off-by: sakumisu <[email protected]>
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
Co-authored-by: Michiel van Leeuwen <[email protected]>
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-06-25refactor(platform): add usbh_xxx_get_eth_txbuf api, especially for lwip pbuf ↵sakumisu
list
2024-06-23update: check class->hport validitysakumisu
2024-06-16fix memcpy to strncpysakumisu
2024-06-01update: add comments for net process, support len > 16K for ↵sakumisu
ncm/rndis/asix/rtl8152
2024-05-31feat: use fast memcpy for netsakumisu
2024-05-24refactor(platform): update platform supportsakumisu
2024-05-14fix(class): change ifdef to if for LWIP_TCPIP_CORE_LOCKING_INPUTsakumisu
2024-05-12update: rename ecm and asix eth macro namesakumisu
2024-05-03zero copy when enables LWIP_TCPIP_CORE_LOCKING_INPUTsakumisu
2024-05-03check if eth rx packet is overflowsakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-03-10support cdc ncm hostsakumisu
2024-02-24add get_connect_status api for rndis/cdc_ecm/asixsakumisu
2024-01-30update log tagsakumisu
2024-01-09fix cdc ecm zlp checksakumisu
2023-12-19create lwip rx thread by usersakumisu
2023-12-01add config for rndis & ecm threadsakumisu
2023-11-24delete lwip rx thread in selfsakumisu
2023-11-22add some delay to avoid too much error log when device is disconnectedsakumisu
2023-11-22add ecm and rndis thread delete for dynamic netifsakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-15fix ecm mac buffer sizesakumisu
2023-11-13add ecm host demosakumisu
2023-11-04add cdc ecm hostsakumisu