summaryrefslogtreecommitdiff
path: root/class/wireless/usbh_rndis.c
AgeCommit message (Collapse)Author
27 hoursupdate(class/wireless/usbh_rndis): process all msg into usbh_rndis_parse_respsakumisu
Signed-off-by: sakumisu <[email protected]>
28 hoursupdate(class): update host net class rx length checksakumisu
Signed-off-by: sakumisu <[email protected]>
28 hoursfix(security): check usbh_control_transfer return value when bmRequestType ↵sakumisu
is USB_REQUEST_DIR_IN 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-11-25feat(class): support more match flags for cdc acm & rndissakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-16style: remove some logssakumisu
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-04-19fix wformat warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-03-28fix: fix wformat warningssakumisu
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-26chore: fix wformat warningsakumisu
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-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
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-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
- fix function name Signed-off-by: Zhihong Chen <[email protected]>
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
- fix buffer size and pointer error Signed-off-by: Zhihong Chen <[email protected]>