index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
class
/
wireless
/
usbh_rndis.c
Age
Commit message (
Collapse
)
Author
27 hours
update(class/wireless/usbh_rndis): process all msg into usbh_rndis_parse_resp
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
28 hours
update(class): update host net class rx length check
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
28 hours
fix(security): check usbh_control_transfer return value when bmRequestType ↵
sakumisu
is USB_REQUEST_DIR_IN Signed-off-by: sakumisu <
[email protected]
>
2026-01-05
update(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-25
feat(class): support more match flags for cdc acm & rndis
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-16
style: remove some logs
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-06-03
feat(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-19
fix wformat warning
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-03-28
fix: fix wformat warnings
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-03-28
update: add usb align up for every buffer when use dcache clean&invalid api
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-26
chore: fix wformat warning
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-20
feat(osal): add argument macro for different os, especially for nuttx
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2024-10-30
fix: rename class to class_code, for c++ compatibility (#269)
electretmike
Co-authored-by: Michiel van Leeuwen <
[email protected]
>
2024-09-28
update(class/wireless/usbh_rndis): reduce rndis control buffer
sakumisu
2024-09-19
chore: static code analysis
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-07-13
fix: fix typo
sakumisu
2024-06-25
refactor(platform): add usbh_xxx_get_eth_txbuf api, especially for lwip pbuf ↵
sakumisu
list
2024-06-23
update: check class->hport validity
sakumisu
2024-06-16
fix memcpy to strncpy
sakumisu
2024-06-01
update: add comments for net process, support len > 16K for ↵
sakumisu
ncm/rndis/asix/rtl8152
2024-05-31
update(class/wireless/usbd_rndis): print max pkts and size in init msg resp
sakumisu
2024-05-31
feat: use fast memcpy for net
sakumisu
2024-05-24
refactor(platform): update platform support
sakumisu
2024-05-17
update: remove internal configs, you should get config from usb_config.h
sakumisu
2024-05-14
fix(class): change ifdef to if for LWIP_TCPIP_CORE_LOCKING_INPUT
sakumisu
2024-05-14
update(usbh_ncm/usbh_rndis): limit read size to 16K
sakumisu
2024-05-12
fix(class/wireless/usbh_rndis): when last data is dummy byte, ignore it
sakumisu
2024-05-04
fix typo
sakumisu
2024-05-03
zero copy when enables LWIP_TCPIP_CORE_LOCKING_INPUT
sakumisu
2024-05-03
check if eth rx packet is overflow
sakumisu
2024-05-03
support id table for multi vid pid
sakumisu
2024-04-28
fix rndis msg when mss is larger than rndis rx size
sakumisu
2024-04-23
fix rndis send dummy
sakumisu
2024-04-18
move rndis config macros into template
sakumisu
2024-02-24
add get_connect_status api for rndis/cdc_ecm/asix
sakumisu
2024-01-30
update log tag
sakumisu
2023-12-19
create lwip rx thread by user
sakumisu
2023-12-01
add config for rndis & ecm thread
sakumisu
2023-11-24
delete lwip rx thread in self
sakumisu
2023-11-22
reset rx length when pbuf allocs failed
sakumisu
2023-11-22
add some delay to avoid too much error log when device is disconnected
sakumisu
2023-11-22
add ecm and rndis thread delete for dynamic netif
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2023-11-13
fix rndis query & set msg wLength, only support one rndis device
sakumisu
2023-08-27
fix warning
sakimisu
2023-08-05
class: rndis: host: fix function name
Zhihong Chen
- fix function name Signed-off-by: Zhihong Chen <
[email protected]
>
2023-07-12
use static memory to malloc & free class
sakimisu
2023-05-24
use usbh_hport_activate_epx to alloc rndis intin pipe
sakimisu
2023-05-24
class: rndis host: fix buffer size and pointer error
Zhihong Chen
- fix buffer size and pointer error Signed-off-by: Zhihong Chen <
[email protected]
>
[next]