summaryrefslogtreecommitdiff
path: root/lib/networking
AgeCommit message (Collapse)Author
2026-04-20fix usbnet hardcode speed. disable hil test for nowhathach
2026-03-06fix warningshathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-07-27Fix goto indentationElwin Huang
Co-authored-by: Copilot <[email protected]>
2025-07-25Fix compile error.Elwin Huang
2025-07-25dhcp: Fix DHCP_OFFER/DHCP_ACK destinaton.EcuasYos
In RFC 2131, the destination of DHCP OFFER/ACK is defined in Section 4.1. Fix the destination error by following the rule of RFC 2131. TODO: We implement all rule but the last one. ARP table is required to associate client's macaddr. Currently, fallback to broadcast. Signed-off-by: Elwin Huang <[email protected]>
2024-11-22add TUD_EPBUF_DEF for ecm rndis, also separate notify and control buffer, ↵hathach
use edpt_claim() to prevent race condition
2024-09-03Make function parameter definitions match function prototypes ( found with ↵dp111
cppcheck)
2024-04-30Update dnserver.c: Match dnserv_free signature with fwd-declmaflcko
2023-11-13Adding extern C to definitions to allow link on C++ projectjfm92
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-02-04dhserver: Fix a potential DoS vulnerability accidentially introduced by #1712Jannis Achstetter
2022-12-04Fix typosBastien Nocera
2022-11-01dhserver: Support DHCP clients that don't send the MESSAGETYPE as first optionJannis Achstetter
Signed-off-by: Jannis Achstetter <[email protected]>
2021-10-19net_lwip_webserver: allow users to enable LWIP_IP6 if desiredPeter Lawrence
2020-10-14net_lwip_webserver: efficiency tweaksPeter Lawrence
2020-05-18suppress cast-align warnings for net device driverhathach
2020-03-23fix rndis response to get mac addresshathach
- remove cflags -fshort-enums - clean up webserver descriptor
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