index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
class
/
net
/
net_device.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-16
ncm: add weak callback for initial link state
Cedric Van den Bergh
2026-05-08
Merge remote-tracking branch 'tinyusb/master' into ncm_packet_filter
HiFiPhile
2026-04-30
add packet filter callback
Zixun LI
2026-04-27
NCM caps enum
nminaylov
2026-03-22
net: remove CFG_TUD_NET_ENDPOINT_SIZE, manage ZLP based on real speed in drivers
copilot-swe-agent[bot]
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-10-14
improve cmake warning flags, fix various warnings in examples
hathach
2025-05-29
Add USB NCM link state control support
Andrew Leech
2024-05-07
Merge branch 'master' into remove-tud_network_link_state_cb
HiFiPhile
2024-04-28
Merge remote-tracking branch 'upstream/master' into pr/2227
HiFiPhile
2024-04-08
add class driver deinit
hathach
2023-08-20
moved some declarations
Hardy Griech
2023-08-20
files taken from yapicoprobe
Hardy Griech
2023-08-11
removed obsolete tud_network_link_state_cb()
Hardy Griech
2023-03-22
Update net_device.h
Matt Mills
2023-03-17
fix trailing space and new line
hathach
2021-10-11
add ncm.h for magic number
hathach
2021-10-05
rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS
hathach
2021-09-25
add NCM driver in a compatible manner : hathach/tinyusb#550
Peter Lawrence
2021-05-27
update doc
hathach
2021-05-27
include clean up
hathach
2020-11-20
migrate net device to new control xfer cb
hathach
2020-10-24
net_device: re-factor code so as to not be specific to lwIP
Peter Lawrence
2020-06-30
Merge branch 'master' into add-stm-hs
hathach
2020-06-16
fix hs port1 build with net endpoint
hathach
2020-05-28
update net open()
hathach
2020-04-15
use IAD to assign itf2drv mapping correctly
hathach
2020-04-12
usbnet: OS-agnostic (Windows/Linux/macOS) network driver
Peter Lawrence
2020-03-23
add TODO note to remove tud_network_mac_address
hathach
2020-03-09
Adding lwip_webserver to ci
hathach
2020-03-03
update net class to follow API naming convention
Peter Lawrence
2020-03-02
add CDC-ECM/RNDIS/CDC-EEM network device class with example
Peter Lawrence