summaryrefslogtreecommitdiff
path: root/class/wireless/usbh_rndis.c
AgeCommit message (Expand)Author
2026-01-05update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* ...sakumisu
2025-11-25feat(class): support more match flags for cdc acm & rndissakumisu
2025-07-16style: remove some logssakumisu
2025-06-03feat(class): add usb_osal_thread_schedule_other to allow the applications whi...sakumisu
2025-04-19fix wformat warningsakumisu
2025-03-28fix: fix wformat warningssakumisu
2025-03-28update: add usb align up for every buffer when use dcache clean&invalid apisakumisu
2025-01-26chore: fix wformat warningsakumisu
2025-01-20feat(osal): add argument macro for different os, especially for nuttxsakumisu
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
2024-09-28update(class/wireless/usbh_rndis): reduce rndis control buffersakumisu
2024-09-19chore: static code analysissakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-07-13fix: fix typosakumisu
2024-06-25refactor(platform): add usbh_xxx_get_eth_txbuf api, especially for lwip pbuf ...sakumisu
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 ncm/rndis/asix/rt...sakumisu
2024-05-31update(class/wireless/usbd_rndis): print max pkts and size in init msg respsakumisu
2024-05-31feat: use fast memcpy for netsakumisu
2024-05-24refactor(platform): update platform supportsakumisu
2024-05-17update: remove internal configs, you should get config from usb_config.hsakumisu
2024-05-14fix(class): change ifdef to if for LWIP_TCPIP_CORE_LOCKING_INPUTsakumisu
2024-05-14update(usbh_ncm/usbh_rndis): limit read size to 16Ksakumisu
2024-05-12fix(class/wireless/usbh_rndis): when last data is dummy byte, ignore itsakumisu
2024-05-04fix typosakumisu
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-04-28fix rndis msg when mss is larger than rndis rx sizesakumisu
2024-04-23fix rndis send dummysakumisu
2024-04-18move rndis config macros into templatesakumisu
2024-02-24add get_connect_status api for rndis/cdc_ecm/asixsakumisu
2024-01-30update log tagsakumisu
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-22reset rx length when pbuf allocs failedsakumisu
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-13fix rndis query & set msg wLength, only support one rndis devicesakumisu
2023-08-27fix warningsakimisu
2023-08-05class: rndis: host: fix function nameZhihong Chen
2023-07-12use static memory to malloc & free classsakimisu
2023-05-24use usbh_hport_activate_epx to alloc rndis intin pipesakimisu
2023-05-24class: rndis host: fix buffer size and pointer errorZhihong Chen
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2023-01-02fix hpm/usb_dc_hpm.c warning.Zhihong Chen