summaryrefslogtreecommitdiff
path: root/src/class/net/ncm_device.c
AgeCommit message (Expand)Author
2026-07-05Merge pull request #3741 from dxbjavid/ncm-ndp-length-boundZixun LI
2026-07-05fix sizeof(nth16_t) typoHiFiPhile
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-27bound ndp16 wLength against received ntb in recv_validate_datagramJavid Khan
2026-06-16ncm: add weak callback for initial link stateCedric Van den Bergh
2026-05-08fixupHiFiPhile
2026-05-08Merge remote-tracking branch 'tinyusb/master' into ncm_packet_filterHiFiPhile
2026-05-04minor clean uphathach
2026-05-01ncm: implement GetNtbInputSize requestZixun LI
2026-04-30ncm: Implement SetNtbInputSize requestElwin Huang
2026-04-30add packet filter callbackZixun LI
2026-04-27NCM caps enumnminaylov
2026-04-24NCM packet filter supportnminaylov
2026-03-22net: save actual ep_size from descriptor in netd_open instead of hardcoding 6...copilot-swe-agent[bot]
2026-03-22net: cache ep_size in local variable in ncm_device.c xmit_insert_required_zlpcopilot-swe-agent[bot]
2026-03-22net: remove CFG_TUD_NET_ENDPOINT_SIZE, manage ZLP based on real speed in driverscopilot-swe-agent[bot]
2026-03-12reset notification state to speed changeZixun LI
2025-12-28usbd/ncm: implement copy-free ntb managementHiFiPhile
2025-12-28usbd/ncm: reset notification state on link downHiFiPhile
2025-11-11Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-03fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n...hathach
2025-10-22Fix copilot issuesMengsk
2025-10-22Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-05-29Add USB NCM link state control supportAndrew Leech
2025-01-15fix(ncm): Return invalid NTBs to free listTomas Rezucha
2025-01-14fix(ncm): Use IN buffer for transmit checksTomas Rezucha
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
2024-11-22fix ncm incorrect length for notify connectionhathach
2024-11-22update epnotif endpoint for ncm_device.chathach
2024-11-22TUD_EPBUF_TYPE_DEF ncm_devicehathach
2024-07-15avoid recursions in tud_network_recv_renew()Hardy Griech
2024-06-14minor updatehathach
2024-06-14minor updatehathach
2024-05-10More ci tweak (#2636)Ha Thach
2024-05-07Reformat NCM class.HiFiPhile
2024-05-05mostly commentsHardy Griech
2024-05-05minor changes due to CR with HiFiPhileHardy Griech
2024-04-28Stall unsupported class request.HiFiPhile
2024-04-28Merge remote-tracking branch 'upstream/master' into pr/2227HiFiPhile
2024-04-08add class driver deinithathach
2023-09-08minor changes to comments and debug outputHardy Griech
2023-08-31removed debug commentHardy Griech
2023-08-31code review: changed to TinyUSB log systemHardy Griech
2023-08-20defined(ECLIPSE_GUI)Hardy Griech
2023-08-20bug fix recv/xmit_get_next_ready_ntb()Hardy Griech
2023-08-20CopyrightHardy Griech
2023-08-20files taken from yapicoprobeHardy Griech
2023-08-02default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...hathach
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
2023-03-17fix trailing space and new linehathach