4065 Commits (7df5496e7b3f45fc77aedeeb37b362df910f4159)
 

Author SHA1 Message Date
Sylvain Rochet 7df5496e7b PPP, rework initial/reconnect cleanup 10 years ago
Sylvain Rochet c751802fad PPP, CCP, move user configuration from ccp_init to ccp_resetci 10 years ago
goldsimon 6d95a34971 icmp ping response: fix invalid checksum (and possible assertion failure) when ip header contains options (is it correct that we mirror back all options) 10 years ago
goldsimon 61e067b98a Check for minimum IPv4 header length in rx packets 10 years ago
goldsimon fda778f6b6 ip6_reass: don't crash if frag header isn't the first (or not in the first pbuf) 10 years ago
Erik Ekman d98e25a783 nd6: Handle incorrect ICMP option length in RA 10 years ago
sg 4e241fbf14 some minor improvements to the tcp options checking code 10 years ago
Henrik Persson b9a2ee8aaa [PATCH] Drop instead of ASSERT in tcp_input header parsing 10 years ago
Erik Ekman 25652254a5 Update PPP after DNS api change 10 years ago
Dirk Ziegelmeier 5e7b343d52 Fix dns_getserver to return a pointer, not a value 10 years ago
Dirk Ziegelmeier 606b6990ff Reorganize links in doxygen documentation 10 years ago
Dirk Ziegelmeier 270378387c Fix broken link in doxygen docs 10 years ago
Dirk Ziegelmeier 9ddde3ef4a Fix doxygen warnings 10 years ago
Dirk Ziegelmeier 5a056cc861 Update main documentation page 10 years ago
goldsimon 5d9f59daa4 httpd makefsdata: make http response server string configurable via command line, tiny fixes to usage and command interpretation 10 years ago
goldsimon 076f1ee89e minor: coding style cleanup in snmp code 10 years ago
goldsimon 010b0e2972 snmp: don't assert-fail on zero-length OID 10 years ago
goldsimon 952da88b84 httpd: explicitly added 2 includes that came in through tcp.h by accident... 10 years ago
Dirk Ziegelmeier 9be133777b Add threading note to api.h 10 years ago
Dirk Ziegelmeier 6be7e221a5 Fix a few doxygen warnings 10 years ago
Dirk Ziegelmeier a364427ae5 Resurrect doxygen main page (main_page.h) 10 years ago
Dirk Ziegelmeier 451277e7f0 Include all lwIP files in doxygen documentation 10 years ago
Dirk Ziegelmeier 51f3cdfd5a Fix UTF-8 encoding of sntp files (Frédéric Bernon) 10 years ago
goldsimon 344de0e119 fixed comments on netconn_shutdown to prevent using full-duplex wording... 10 years ago
Jan Breuer bfd3baa20e netif: add additional getters/setters 10 years ago
sg 631c458c55 Fixed invalid DEBUGF level SERIOUS when pbuf_header fails (it returns '1': this is not serious!) 10 years ago
Dirk Ziegelmeier 6c8c3fd48c Fix more doxygen errors 10 years ago
Dirk Ziegelmeier 90a656ed78 Fix several doxygen errors all over the code 10 years ago
Dirk Ziegelmeier f4bf0dff85 Update doxygen file to work with recent doxygen versions 10 years ago
Dirk Ziegelmeier 59af802fb6 Add spaces around string concatenation macro (fixes compile on some compilers) 10 years ago
Jan Breuer ebd103775d ipv6_addr: Render last zero in ip6addr_ntoa_r if not in first empty block 10 years ago
goldsimon bd177ff38f added comment, fixed coding style 10 years ago
Jan Breuer ac21a5f370 nd6: add cleanup function 10 years ago
Dirk Ziegelmeier ac0af0d7c7 Fix return value of sntp_getserver() call to return a pointer 10 years ago
Dirk Ziegelmeier 8e7b8a32f9 Rename LwipMibViewer to MibViewer since it does not depend on lwip specific code 10 years ago
Axel Lin ab989c3551 PPP: Use LWIP_ARRAYSIZE at appropriate places 10 years ago
Axel Lin 8c0f620d83 dns: Use LWIP_ARRAYSIZE instead of open coded 10 years ago
Axel Lin 7e9377a9c7 dhcp: Use LWIP_ARRAYSIZE to get the number of array entries 10 years ago
Sylvain Rochet 9f69bf82df PPP, documentation, updated to recent changes 10 years ago
goldsimon c6949d88d9 fixed unused variable warning in tcpip_api_call() for certain configurations 10 years ago
Sylvain Rochet 45c6279bb0 PPP, documentation, update next release version 10 years ago
Sylvain Rochet b9389c6eaf PPP: remove sio.h from included files 10 years ago
Sylvain Rochet b08f73be44 snmpv3: replace arch/cc.h to lwip/arch.h in included files 10 years ago
Sylvain Rochet 33fc20cca2 PPP: use mbed TLS sanitize functions if available 10 years ago
Sylvain Rochet 5df4f70a96 PPP: add a new LWIP_USE_EXTERNAL_MBEDTLS PPP option 10 years ago
Sylvain Rochet 9f3aff0cdf PPP: add a new LWIP_USE_EXTERNAL_POLARSSL PPP option 10 years ago
Sylvain Rochet 3417a02b25 PPP: add a function map for hashes and ciphers to prepare for mbed TLS support 10 years ago
Sylvain Rochet 1dcd5d31d7 pbuf: fix undefined PBUF_POOL_FREE_OOSEQ if TCP_QUEUE_OOSEQ is disabled 10 years ago
Sylvain Rochet 73b8026cb9 PPP, code cleaning 10 years ago
Sylvain Rochet fc2701ae03 PPP, ppp_init function is back, re-add magic_init 10 years ago