| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-27 | Fix goto indentation | Elwin Huang | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-07-25 | Fix compile error. | Elwin Huang | |
| 2025-07-25 | dhcp: 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-22 | add TUD_EPBUF_DEF for ecm rndis, also separate notify and control buffer, ↵ | hathach | |
| use edpt_claim() to prevent race condition | |||
| 2024-09-03 | Make function parameter definitions match function prototypes ( found with ↵ | dp111 | |
| cppcheck) | |||
| 2024-04-30 | Update dnserver.c: Match dnserv_free signature with fwd-decl | maflcko | |
| 2023-11-13 | Adding extern C to definitions to allow link on C++ project | jfm92 | |
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-02-04 | dhserver: Fix a potential DoS vulnerability accidentially introduced by #1712 | Jannis Achstetter | |
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-11-01 | dhserver: Support DHCP clients that don't send the MESSAGETYPE as first option | Jannis Achstetter | |
| Signed-off-by: Jannis Achstetter <[email protected]> | |||
| 2021-10-19 | net_lwip_webserver: allow users to enable LWIP_IP6 if desired | Peter Lawrence | |
| 2020-10-14 | net_lwip_webserver: efficiency tweaks | Peter Lawrence | |
| 2020-05-18 | suppress cast-align warnings for net device driver | hathach | |
| 2020-03-23 | fix rndis response to get mac address | hathach | |
| - remove cflags -fshort-enums - clean up webserver descriptor | |||
| 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 | |
