summaryrefslogtreecommitdiff
path: root/src/class/net/net_device.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-16ncm: add weak callback for initial link stateCedric Van den Bergh
2026-05-08Merge remote-tracking branch 'tinyusb/master' into ncm_packet_filterHiFiPhile
2026-04-30add packet filter callbackZixun LI
2026-04-27NCM caps enumnminaylov
2026-03-22net: remove CFG_TUD_NET_ENDPOINT_SIZE, manage ZLP based on real speed in driverscopilot-swe-agent[bot]
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-05-29Add USB NCM link state control supportAndrew Leech
2024-05-07Merge branch 'master' into remove-tud_network_link_state_cbHiFiPhile
2024-04-28Merge remote-tracking branch 'upstream/master' into pr/2227HiFiPhile
2024-04-08add class driver deinithathach
2023-08-20moved some declarationsHardy Griech
2023-08-20files taken from yapicoprobeHardy Griech
2023-08-11removed obsolete tud_network_link_state_cb()Hardy Griech
2023-03-22Update net_device.hMatt Mills
2023-03-17fix trailing space and new linehathach
2021-10-11add ncm.h for magic numberhathach
2021-10-05rename CFG_TUD_NET to CFG_TUD_ECM_RNDIShathach
2021-09-25add NCM driver in a compatible manner : hathach/tinyusb#550Peter Lawrence
2021-05-27update dochathach
2021-05-27include clean uphathach
2020-11-20migrate net device to new control xfer cbhathach
2020-10-24net_device: re-factor code so as to not be specific to lwIPPeter Lawrence
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-16fix hs port1 build with net endpointhathach
2020-05-28update net open()hathach
2020-04-15use IAD to assign itf2drv mapping correctlyhathach
2020-04-12usbnet: OS-agnostic (Windows/Linux/macOS) network driverPeter Lawrence
2020-03-23add TODO note to remove tud_network_mac_addresshathach
2020-03-09Adding lwip_webserver to cihathach
2020-03-03update net class to follow API naming conventionPeter Lawrence
2020-03-02add CDC-ECM/RNDIS/CDC-EEM network device class with examplePeter Lawrence