3167 Commits (c73daef2a1fbfa78f05599aa6b439c61feff82ba)
 

Author SHA1 Message Date
Ivan Delamer c73daef2a1 fixed bug #43843: ip6_addr_ismulticast_ doesn't allow for transient 11 years ago
Ivan Delamer bc08c1d2b7 fixed bug #43095. Check actual link-layer address option length, versus 11 years ago
Ivan Delamer 8451feaa7a fixed bug #42885 nd6_reachability_hint() accepts an address of an 11 years ago
Ivan Delamer e30823769c renamed ND6_RA_FLAG_OTHER_STATEFUL_CONFIG to ND6_RA_FLAG_OTHER_CONFIG 11 years ago
Ivan Delamer 12e3b52f4d fixed bug #39226: Validity of netif IPv6 address is not always checked 11 years ago
Ivan Delamer 5812b22662 Pending fix for bug #37993: IPv6 Does Not Subscribe to Link-Local 11 years ago
Ivan Delamer f139b14a3c added macros for handling IPv6 multicast filter callback. 11 years ago
Ivan Delamer 291f1382c5 fix ip6 part of bug #43904: ip_route() and ip6_route() must detect 11 years ago
Ivan Delamer e0fe83740a fixed bug #44565: PPPOS support in tcpip thread breaks SLIP 11 years ago
Sylvain Rochet 9012ec5310 PPP, PPPoS, changed pppos_output_append() description to match code change 11 years ago
Sylvain Rochet c37ecb1552 PPP, cleared warnings if PPP_DEBUG is off 11 years ago
Sylvain Rochet 59d8e76081 PPP, code cleaning, u_char to u8_t 11 years ago
Sylvain Rochet 5097ac05bf PPP, fixed warnings if LWIP_SNMP is disabled 11 years ago
Sylvain Rochet a9c154691b PPP, PPPoS, code cleaning 11 years ago
Sylvain Rochet d628a9bc78 PPP, PPPoS, moved common FCS output code in pppos_output_last() 11 years ago
Sylvain Rochet 2fb1859732 PPP, PPPoS, moved checksum computation to pppos_output_append() 11 years ago
Sylvain Rochet 5f5d16c698 PPP, PPPoS, code cleaning 11 years ago
Sylvain Rochet f666e772a2 PPP, PPPoL2TP, warning fix if PPP IPv6 is enabled 11 years ago
Sylvain Rochet 8974b12af5 PPP, PPPoE, removed redundant size check 11 years ago
Sylvain Rochet f96d5c9633 PPP, PPPoS, code cleaning 11 years ago
Sylvain Rochet 50336aaedd PPP, ppp->last_xmit is only used in PPPoS, moved to PPPoS 11 years ago
Sylvain Rochet 6a04357547 PPP, PPPoS, reworked output path, reduced serial tx pbuf buffers to 1 11 years ago
Sylvain Rochet 0da64f430e PPP, Documentation, improved PPP_INPROC_MULTITHREADED part 11 years ago
Sylvain Rochet e27ab3a24f PPP, PPPoS, disable TCPIP API if PPP_INPROC_MULTITHREADED is true 11 years ago
Sylvain Rochet 121de4ef47 PPP, PPPoS, now using MEMCPY here, add #include <string.h> 11 years ago
Sylvain Rochet 77f7d99048 PPP, PPPoS, add pppos_input_tcpip() input helper function for !NO_SYS users 11 years ago
Sylvain Rochet 4b035b9902 PPP, PPPoS, PPP_INPROC_MULTITHREADED defaults to 0, explain thread safety issue with it 11 years ago
Sylvain Rochet 9778b1411c PPP, PPPoS, TCPIP: add packet input path for point to point interfaces (only PPPoS for now) through the TCPIP API 11 years ago
Sylvain Rochet 636ff411f1 PPP, PPPoS, improve the freeing of remaining RX pbuf if PPP_INPROC_MULTITHREADED is not enabled 11 years ago
Sylvain Rochet 02598d1e91 PPP, PPPoS, moved pcomp and accomp only used by PPPoS to PPPoS 11 years ago
Sylvain Rochet 31aea3c996 PPP, PPPoS, moved vj_enabled flag from PPP CORE to PPPoS 11 years ago
Sylvain Rochet a60f2588d6 PPP, PPPoE and PPPoL2TP, removed ppp->pcomp usage 11 years ago
Sylvain Rochet d518f5f307 PPP, PPPoS, improve thread safety of pppos_input() 11 years ago
Sylvain Rochet d5cbacba50 PPP, PPPoS, don't protect pppos->in_accm if PPP_INPROC_MULTITHREADED is not enabled 11 years ago
Sylvain Rochet ab0f3da650 Revert "PPP, PPPoS, fixed thread safety of pppos_input()" 11 years ago
Sylvain Rochet 52de24b95b Revert "PPP, PPPoS, added necessary comment about mutex" 11 years ago
Sylvain Rochet 70b60bbe16 PPP, display correct pbuf size in ppp_input() debug messages 11 years ago
sg aff890bce8 Fixed compiler error if LWIP_IPV6==0 but LWIP_IPV6_FRAG==1 11 years ago
sg 905f1609b3 fixed the IPv4 part of bug #43904 (ip_route() must detect linkup status) 11 years ago
goldsimon c978b25f7f Enable LWIP_PPP_API by default if (PPP_SUPPORT && (NO_SYS == 0)) 11 years ago
Sylvain Rochet 2b526756f0 PPP, updated netif/FILES about PPP 11 years ago
Sylvain Rochet 8a436d5103 PPP, IPV6CP, code cleaning on VJ support 11 years ago
Sylvain Rochet 1dd050aaca PPP, IPV6CP, build out IPv6 VJ support using the existing IPV6CP_COMP define 11 years ago
Sylvain Rochet 99bcce7892 PPP, IPCP, removed proxy ARP support 11 years ago
Sylvain Rochet 0e2ea94f5e PPP, IPCP, removed WINS support 11 years ago
Sylvain Rochet 9cd7abdd6e PPP, IPCP, fully removed DNS support from IPCP if LWIP_DNS is disabled 11 years ago
Sylvain Rochet dbacfe0a1d PPP, IPCP, fully removed VJ support from IPCP if VJ_SUPPORT is disabled 11 years ago
Sylvain Rochet d50494f274 PPP, Documentation, added DNS change 11 years ago
Sylvain Rochet 4b5e867a69 PPP: Documentation: replaced deprecated ip_ntoa() to ipaddr_ntoa() 11 years ago
Sylvain Rochet 969306f0f1 API: netdb: replaced deprecated ip_ntoa() to ipaddr_ntoa() 11 years ago