6249 Commits (STABLE-2_1_x)
 

Author SHA1 Message Date
Simon Goldschmidt 0c209dba4b ethernet_input: fixed duplicate check for p->len 8 years ago
Simon Goldschmidt f3e14585ad tcp_out: fix duplicate check of tcp snd_queuelen 8 years ago
Simon Goldschmidt 8435fbb048 doc: IP_REASS_MAX_PBUFS is used for ipv6, too 8 years ago
Axel Lin 4027a2ae58 Introduce lwip_toupper and use it in netbiosns.c 8 years ago
Axel Lin a56e61c942 Fix compiling with LWIP_NOASSERT defined 8 years ago
Simon Goldschmidt d80e84864e httpd deduplicate code in http_send_data_ssi 8 years ago
Lucas Vinicius Hartmann 0acf37fd75 Added JavaScript-friendly ssi /*#tag*/. 8 years ago
Simon Goldschmidt 58f928a181 lwiperf: remove the comments that this is IPv4 only 8 years ago
Simon Goldschmidt b9b74b2d92 lwiperf: make tradeoff client mode work 8 years ago
Axel Lin fb21bc1609 tcp_priv.h: LWIP_TCP_OPT_LENGTH: Enclosing macro argument in parentheses 8 years ago
Simon Goldschmidt 9992b48e90 fix compiling with LWIP_NOASSERT defined 8 years ago
Simon Goldschmidt 824ebbe0e9 tcp: fix RTO timer not working if link is down 8 years ago
Simon Goldschmidt 3cdfc67dd8 ip4_frag: fix assertion on wrong pbuf 8 years ago
Simon Goldschmidt 7577e587be lwip_itoa: fix implicit conversion warning 8 years ago
Sylvain Rochet ce16f8c498 PPP: remove unknown define references to PPP_NUM_TIMEOUTS when PPP_SUPPORT is disabled 8 years ago
Simon Goldschmidt 871f27628b lwiperf: fix unused function warning/error 8 years ago
Sylvain Rochet e4e0fc4193 PPP: set PPP_NUM_TIMEOUTS_PER_PCB value to computed number of simultaneous timers 8 years ago
Simon Goldschmidt 58b5a5fc5a lwiperf: implemented "dual" client mode 8 years ago
Simon Goldschmidt a057caee45 lwiperf: start implementing iperf client 8 years ago
Simon Goldschmidt dbc16e6765 minor whitespace cleanup 8 years ago
Sylvain Rochet f31160a6cb PPP, PPPoL2TP: properly ack receipt of duplicate packets 8 years ago
Sylvain Rochet 738a2fe846 PPP, PPPoL2TP: stop ICCN timeout when receiving ICCN ack 8 years ago
Sylvain Rochet 5278202f66 PPP: remove now unnecessary null PPP IP4 output handler 8 years ago
Sylvain Rochet 98008cb1ab PPP, PPPoL2TP: use expected peer NS instead of current peer NS 8 years ago
Sylvain Rochet a56519032e PPP, PPPoL2TP: drop unexpected packets from peer 8 years ago
Sylvain Rochet 047c3c6528 PPP, PPPoL2TP: take care of Ns/Nr wraparounds 8 years ago
Sylvain Rochet 5b8760601b PPP, PPPoL2TP: wait for ICCN ack before starting PPP 8 years ago
Sylvain Rochet b9fe13c105 PPP, PPPoL2TP: fix ZLB packets Ns value 8 years ago
Sylvain Rochet a48ff4aaf2 PPP, PPPoE: fix trivial build error 8 years ago
Axel Lin a51c92b617 tcp_out: Fix trivial build error 8 years ago
Matthias Hofmann 6ac21515ca Add missing null checks. 8 years ago
Simon Goldschmidt e61b925709 try to fix compiling with gcc & clang 8 years ago
Simon Goldschmidt 944f286d87 fix bug in RA MTU validation 8 years ago
Simon Goldschmidt 39faa8f61d added tests for ip6addr_ntoa_r 8 years ago
Simon Goldschmidt 313664c59c ip6addr_ntoa_r: correctly generate ipv4 mapped addresses 8 years ago
Axel Lin 7c03f4cf46 Silence lwip_tolower compiler warning 8 years ago
Simon Goldschmidt b0e5eeb7d2 udp: prefer correctly bound pcbs when receiving broadcast 8 years ago
Simon Goldschmidt 1bdc669b45 udp: restructure udp_input uncon_pcb selection in preparation for fixing bug #53301 8 years ago
Simon Goldschmidt 47ebb2b267 dns: add a comment about case insensitivity 8 years ago
Simon Goldschmidt a9d6ea5953 introduce 'lwip_tolower' and use it in dns.c 8 years ago
armink 66f7f06601 fix DNS resolution to not case insensitivity 8 years ago
Matthias Hofmann 8e23b8d903 Correct UDP rebind check. 8 years ago
Simon Goldschmidt a75332a407 ip4_frag: correctly refragment packets that already have MF set 8 years ago
Simon Goldschmidt 25497bb387 bridgeif/slipif/zepif: check that input callback is not NULL 8 years ago
Simon Goldschmidt 38614e4f3e unit tests: remove dummy netif input function 8 years ago
Axel Lin 61e3f49f69 netif: Don't return error if pass NULL netif_input_fn to netif_add 8 years ago
Simon Goldschmidt 3f2227f04c Fix pppos after changing PBUF_POOL to PBUF_RAM 8 years ago
Simon Goldschmidt 392c676ef5 fix bug #53273: IPv6 link-local address generation for non-ethernet type netif does not convert byte order 8 years ago
Simon Goldschmidt 0c5133d7cf fix ip6addr_aton for non-shortened ipv4 mapped addresses 8 years ago
Simon Goldschmidt eb91fdd861 httpd: fix missing null termination when searching for a default file in file system folder 8 years ago