3153 Commits (acbdf63a480bb92b44cea2176acb35a60464ea43)

Author SHA1 Message Date
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 969306f0f1 API: netdb: replaced deprecated ip_ntoa() to ipaddr_ntoa() 11 years ago
Sylvain Rochet af722a2978 PPP, IPv6, reduce size of llv6_ntoa() function 11 years ago
Sylvain Rochet 7fce9346dc PPP, improved IPv6 address setting 11 years ago
Sylvain Rochet b23a6172ed PPP, PPPoS, added necessary comment about mutex 11 years ago
Sylvain Rochet ea58a8103c PPP, PPPoS, fixed thread safety of pppos_input() 11 years ago
Sylvain Rochet b3c7e948be PPP, removed now useless struct ppp_addrs from ppp_pcb 11 years ago
Sylvain Rochet c966a538fb PPP, improved IPv6 address setting 11 years ago
Sylvain Rochet 3027a7d7e2 PPP, using DNS API for DNS servers 11 years ago
Sylvain Rochet dd22176935 PPP, improved IPv4 address setting 11 years ago
Sylvain Rochet dbf9d0f094 DNS, warning fix, dns_init() -> dns_init(void) 11 years ago
Sylvain Rochet b3218d45f3 PPP, make DNS a little more optional if LWIP_DNS is unset 11 years ago
Sylvain Rochet 3ca5184998 PPP, CORE, separated administrative status from link status of PPP netif 11 years ago
sg 007ab69777 Fixed default LWIP_SUPPORT_CUSTOM_PBUF setting for IPv6/frag 11 years ago
sg 12d374d4b7 Added function documentation, fixed coding style 11 years ago
sg 0ddd7de1ba patch #8359 (Provide utility function to add an IPv6 address to an interface) 11 years ago
sg f385193a89 Patch #8207 (Don't Use ND6 Prefix Flags Field When LWIP_IPV6_AUTOCONFIG Is Deasserted) 11 years ago
Philip Gladstone ff078920bc Patch #8360 (Speed up the acquisition of SLAAC addresses) - adapted to bug #43784 11 years ago
sg b62f443be5 Fixed comment for NETIF_FLAG_UP after fixing bug #37068 11 years ago
sg 553c4203ab tcp/udp_netif_ipv4_addr_changed(): don't change specific-address of local tcp_listen/udp_pcb to ANY on address change 11 years ago
Sylvain Rochet 89434f6a2f PPP, CORE, call netif_set_up() after if4_up and if6_up flags are set, to prevent dropping packets 11 years ago
sg 4e520cdd30 fixed bug #37068 (netif up/down handling is unclear): correclty separated administrative status of a netif (up/down) from 'valid address' status ATTENTION: netif_set_up() now always has to be called, even when dhcp/autoip is used! 11 years ago
sg 72dcdb7655 fixed bug #43784 (a host should send at least one Router Solicitation) 11 years ago
sg db5510b866 init.c: raise an error if LWIP_PPP_API==1 but PPP_SUPPORT==0 11 years ago
sg 61e0efa0c7 fixed bug #41094 (Byte-order bug in IPv6 fragmentation header test) 11 years ago
sg 12514c09b2 Fixed bug #39956 (netif_create_ip6_linklocal_address out of bounds access of netif::hwaddr) 11 years ago
sg 90a0590de1 patch by Zach Smith: fixed bug #38153 (nd6_input() byte order issues) 11 years ago
Sylvain Rochet b09c891290 PPP, PPPoE, removed devname variable from pppoe_disc_input() 11 years ago
Sylvain Rochet d28bb04a9c PPP, PPPoE, improve reliability if we receive a PADT 11 years ago
Sylvain Rochet 9de1c71ff7 PPP, PPPoE, removed global static buffer only used for debug 11 years ago
Sylvain Rochet 3ce6dd166c PPP, L2TP, added link-level IPv6 support 11 years ago
Sylvain Rochet 684bef066f PPP, L2TP, merged common output code 11 years ago
Sylvain Rochet 52f2221be9 PPP, L2TP, check source ip address and port 11 years ago