Commit Graph

  • e8b0c52806 ip6: Add test for fragmenting special packet Erik Ekman 2020-06-30 01:17:03 +02:00
  • 5bd7518343 netdb: Accept '0' as service in lwip_getaddrinfo Erik Ekman 2021-01-22 20:19:44 +01:00
  • 51265f3f7d ip6: Fix crash in ip6_output with debug enabled Eric Koldeweij 2021-04-26 10:28:36 +02:00
  • 2e4932f23b dhcp: generate new xid for DHCP release Christoffer Lind 2021-03-02 15:57:42 +01:00
  • dbd0bc8a2c netdb: fix alignment warning in debug output Simon Goldschmidt 2021-03-05 13:04:18 +01:00
  • e5627ec649 tcp: make tcp_listen() inherit the netbuf_idx of the original pcb Oliver Hitz 2020-10-27 11:02:02 +01:00
  • 5c8fd3158d unit: Support check v0.13.0 and later Erik Ekman 2020-06-19 15:36:33 +02:00
  • d5843944cc netif: Add test for netif_find Erik Ekman 2021-02-27 12:28:14 +01:00
  • f62be85576 netif: Add test for netif_is_flag_set() Erik Ekman 2021-02-08 19:29:33 +01:00
  • f1bd63046e api_lib: fix duplicate NULL check with sys_sem_valid() Simon Goldschmidt 2019-07-10 21:55:28 +02:00
  • ed6c951a19 Prepare v2.1.3.rc1 STABLE-2_1_3_RC1 Simon Goldschmidt 2021-08-15 14:54:38 +02:00
  • ad9e7a6d87 lowpan6: Use arch-independent printf formatters Erik Ekman 2021-02-13 21:14:29 +01:00
  • 6f7b26b1a8 Fix typo in definition of netif_is_flag_set() macro Thomas Mueller 2021-02-08 19:17:20 +01:00
  • ecd6009a5e icmp6: Don't copy too much data Erik Ekman 2020-06-24 01:09:37 +02:00
  • 6ffe30d9ba icmp6: Fix copying of chained pbuf in reply Erik Ekman 2020-06-24 00:37:42 +02:00
  • 8f5a0aaacb icmp6: keep to the RFC and send as much as possible with icmp6 error messages Simon Goldschmidt 2020-02-05 20:43:25 +01:00
  • ba3b04e7fe Add #define for minimum IPv6 MTU length Dirk Ziegelmeier 2019-03-28 08:16:29 +01:00
  • 379d55044e zepif: Copy possibly chained output pbuf properly Erik Ekman 2020-07-01 22:05:28 +02:00
  • 843a116155 pbuf: Add pbuf_copy_partial_pbuf library function Erik Ekman 2020-07-03 18:55:02 +02:00
  • 1c6202c414 pbuf: fix allocating large PBUF_RAM Simon Goldschmidt 2021-01-30 22:06:46 +01:00
  • 066a2b022d lwip_selscan: lwip_selscan return -1 without setting errno number yuanjm 2021-01-28 21:00:37 +01:00
  • aca41b0beb icmp: Fix copied length in response packets Simon Goldschmidt 2021-08-15 10:30:20 +02:00
  • b5e8ab6c15 tcp: Fix double free in tcp_split_unsent_seg() Erik Ekman 2020-06-19 15:00:25 +02:00
  • 896c8a9f72 tcp_out: fix tcp_output_fill_options() arguments Hannes Gredler 2020-04-01 11:23:50 +02:00
  • 59ecea3d8c Fix last commit for all netif loopback traffic Simon Goldschmidt 2020-02-21 17:25:51 +01:00
  • b1f8ce8769 fix memory leak in netif_loop_output if tcpip_try_callback fails Nick Ballhorn-Wagner 2020-02-21 17:17:08 +01:00
  • 8c43d83689 Fix select_waiting not being decremented for sockets closed while in lwip_select() Patrick Schlangen 2019-12-19 10:40:52 +01:00
  • 87d44bbfcd sntp: ensure sntp_retry_timeout reaches the configured limit Simon Goldschmidt 2020-01-30 20:47:19 +01:00
  • 07d3b3330d pbuf: avoid using multiple PBUF_POOL buffers for IPv6 Simon Goldschmidt 2020-01-30 20:42:15 +01:00
  • 61349cf124 opt: make LWIP_IPV6_SEND_ROUTER_SOLICIT default to LWIP_IPV6 Simon Goldschmidt 2020-01-12 20:34:18 +01:00
  • 7316b26740 sntp: remove existing timeout before creating new David Girault 2019-06-03 16:26:16 +02:00
  • d4b3a006dc netif_find: correctly check if atoi means '0' or error Axel Lin 2019-12-12 09:23:11 +08:00
  • 2f8886794f netif_find: check if atoi means '0' or error Simon Goldschmidt 2019-12-11 20:42:36 +01:00
  • 02ab8c91a9 sys_arch_mbox_tryfetch not validated correctly Christoffer Lind 2019-10-02 08:46:44 +02:00
  • 74ea1e43ca dhcp: don't use LWIP_ERROR in dhcp_parse_reply() Simon Goldschmidt 2019-07-26 20:43:08 +02:00
  • e9000658fb IF_NAMESIZE: define it only if it's not defined before by system headers Joan Lledó 2019-07-09 21:54:22 +02:00
  • d58e0f1a1a fix compiling unit tests after adding compile-time check for LWIP_NETCONN_FULLDUPLEX Simon Goldschmidt 2019-07-10 21:29:13 +02:00
  • 674c4ed080 LWIP_NETCONN_FULLDUPLEX is not alpha any more Simon Goldschmidt 2019-07-10 21:14:35 +02:00
  • a68d6f1a9a Fix bug #56136: The netif->mtu6 was updated by Router Advertisement abnomally Dirk Ziegelmeier 2019-05-06 12:37:19 +02:00
  • c0643e21ed Apply patch for bug #56239: compile fail when disable TCP Dirk Ziegelmeier 2019-04-30 13:16:30 +02:00
  • 3fbb84f950 Fix bug #55702: SSI bug Dirk Ziegelmeier 2019-03-24 21:47:56 +01:00
  • 053f5aa10d Fix compile of last patch Dirk Ziegelmeier 2019-03-24 21:46:43 +01:00
  • 6b9264b49e Fix bug #55972: The Neighbour Solicitation used to do IPv6 address resolution was wrong Dirk Ziegelmeier 2019-03-24 21:34:08 +01:00
  • e60f9bb24f Fix bug #55973: The parsing of max response time in MLD Query message was wrong Dirk Ziegelmeier 2019-03-24 21:32:26 +01:00
  • 7ec4e9be30 makefsdata: Support using the system's zlib instead of only minizip for deflate compression and note so in the readme Jannis Achstetter 2021-05-11 20:35:42 +02:00
  • bb5ee3783a fix compiling/running tests on win32 Simon Goldschmidt 2021-05-21 22:00:49 +02:00
  • a8e8ce4108 dhcp: don't set a default gateway if dhcp server doesn't give one Simon Goldschmidt 2021-05-14 10:32:57 +02:00
  • 919dc2019a acd: Fix updating prev pointer in acd_remove Axel Lin 2021-05-14 13:48:43 +08:00
  • b538bff383 ip6: Fix crash in ip6_output with debug enabled Eric Koldeweij 2021-04-26 10:28:36 +02:00
  • b9056e148e acd: Fix LWIP_ASSERT argument order Erik Ekman 2021-05-13 13:28:02 +02:00
  • 3a788b6e8b dhcp: remove acd handle when stopping dhcp Simon Goldschmidt 2021-05-12 21:04:46 +02:00
  • fa5ca55c9d pbuf_realloc: check that mem_trim does not move the memory Simon Goldschmidt 2021-05-12 21:00:10 +02:00
  • b0e347158d dhcp: Add missing newline to debug message Erik Ekman 2021-03-25 20:56:21 +01:00
  • 0056522cc9 netdb: improve documentation of LWIP_DNS_API_HOSTENT_STORAGE Simon Goldschmidt 2021-03-05 13:04:59 +01:00
  • 8a900aa81f netdb: fix alignment warning in debug output Simon Goldschmidt 2021-03-05 13:04:18 +01:00
  • 3ff267fbed dhcp: prevent dhcp_cleanup passing external data to heap Simon Goldschmidt 2021-03-04 22:20:17 +01:00
  • c7e1b35899 dhcp: convert 'subnet_mask_given' to 'flags' Simon Goldschmidt 2021-03-04 22:16:19 +01:00
  • 18b1178e0c makefsdata: add version info Simon Goldschmidt 2021-03-04 21:51:06 +01:00
  • f924c43621 doc: add description to get a release tgz from git Simon Goldschmidt 2021-03-04 21:46:58 +01:00
  • 79c8a04152 SNMP netconn API should not check for core locked Harrold Spier 2020-03-17 09:46:56 +01:00
  • ccea55370a Remove unnecessary files in release tarball Hu Keping 2020-06-30 20:30:01 +00:00
  • 4a169109a7 makefsdata: Fix flags missing Jeremy HU 2020-10-13 09:57:23 +09:30
  • b5176936c7 tcp: make tcp_listen() inherit the netbuf_idx of the original pcb Oliver Hitz 2020-10-27 11:02:02 +01:00
  • 3666dcc66c tcp: send RST to input netif when no pcb is available Simon Goldschmidt 2021-03-04 21:10:28 +01:00
  • 1f4a029d10 mqtt: check data_cb != NULL Simon Goldschmidt 2021-03-04 20:18:04 +01:00
  • d7a0757764 mqtt: allow calling mqtt_set_inpub_callback before mqtt_client_connect Simon Goldschmidt 2021-03-04 20:14:46 +01:00
  • 600e248f06 dhcp: generate new xid for DHCP release Christoffer Lind 2021-03-02 15:57:42 +01:00
  • 988ce1e80e netif: Add test for netif_find Erik Ekman 2021-02-27 12:28:14 +01:00
  • e02d126b07 lowpan6: Use arch-independent printf formatters Erik Ekman 2021-02-13 21:14:29 +01:00
  • 74231d6873 netif: Add test for netif_is_flag_set() Erik Ekman 2021-02-08 19:29:33 +01:00
  • 7a2923020f Fix typo in definition of netif_is_flag_set() macro Thomas Mueller 2021-02-08 19:17:20 +01:00
  • 12b45506dd fs_example: fix comment in fs_wait_read_custom Simon Goldschmidt 2021-01-30 22:13:29 +01:00
  • 9aae444f49 pbuf_free: remove outdated comment about packet queues Simon Goldschmidt 2021-01-30 22:08:36 +01:00
  • 3e098f90df pbuf: fix allocating large PBUF_RAM Simon Goldschmidt 2021-01-30 22:06:46 +01:00
  • 6fee08daab httpd: revert part of previous change pextension needs to be zeroed in case fs_file structure is reused in a persistent HTTP connection Mike Kleshov 2021-01-29 08:02:56 +03:00
  • b00a05d086 lwip_selscan: lwip_selscan return -1 without setting errno number yuanjm 2021-01-28 21:00:37 +01:00
  • fc5b6f7b0e lwiperf: fix double-free of pcb on error Simon Goldschmidt 2021-01-28 20:00:11 +01:00
  • 9b040624c0 httpd: follow-up to previous commit see bug #59876 Mike Kleshov 2021-01-28 19:53:57 +03:00
  • 69725292a0 httpd: wrap fs_file::pextension in a config macro see bug #59876 Mike Kleshov 2021-01-28 08:29:25 +03:00
  • 89dca4588f httpd: follow-up to previous commit, replace strstr() with memcmp() Mike Kleshov 2021-01-27 19:28:19 +03:00
  • fdd702e61b httpd: fix bug #58223 Mike Kleshov 2021-01-26 19:19:32 +03:00
  • 1678b21a94 httpd: remove fs_file::is_custom_file, use fs_file::flags instead Mike Kleshov 2021-01-25 21:49:17 +03:00
  • f7ff2d416c ports/freertos: add missing include of tcpip.h Jacob Berg Potter 2020-12-19 18:20:49 +01:00
  • 651d0af0b6 netdb: Accept '0' as service in lwip_getaddrinfo Erik Ekman 2021-01-22 20:19:44 +01:00
  • c825eb3604 tcp: Check tcp_output return values in tests Erik Ekman 2021-01-19 20:14:32 +01:00
  • 21fba21054 test/unit: Update convenience makefile Erik Ekman 2021-01-19 20:18:21 +01:00
  • b5618c51ca altcp: Fix memory leak in altcp_tls_free_config Erik Ekman 2021-01-13 22:02:35 +01:00
  • ecab77654a ports/unix/check: Ignore error from fail_* macros Erik Ekman 2021-01-13 21:44:20 +01:00
  • 7b77378ed8 test/unit: Fix compilation of ip4 test Erik Ekman 2021-01-13 21:27:54 +01:00
  • d0c214feff test/unit: Add convenience Makefile Erik Ekman 2021-01-13 20:57:23 +01:00
  • 35550eeab3 icmp: Fix copied length in response packets Erik Ekman 2021-01-13 20:31:55 +01:00
  • c6777547f6 Make sure tag insertion is complete when tag is followed by EOF. Mike Kleshov 2021-01-01 11:26:30 +03:00
  • 2d0c49adca Clean up COPYING Erik Ekman 2020-12-05 09:48:51 +01:00
  • d6a37b1ad6 fuzz: Improve Makefile Erik Ekman 2020-12-04 10:49:38 +01:00
  • 45332ab38c ports/unix/check: Fix 'make dep' Erik Ekman 2020-12-03 21:48:07 +01:00
  • 63fb3721ef ports/unix/check: Split depfiles for faster build Erik Ekman 2020-12-03 21:32:47 +01:00
  • c748395bda PPP: Change data argument in sio_write to const Erik Ekman 2020-12-03 09:47:00 +01:00
  • d1fc5c2ec4 PPP: add one more timer to PPP_NUM_TIMEOUTS_PER_PCB for late authentication Sylvain Rochet 2020-11-17 01:19:21 +01:00
  • 9a9d92a59e PPP, PAP: cancel PAP timeout when authentication succeed or fail Sylvain Rochet 2020-11-17 00:39:27 +01:00
  • 3013e1fc19 PPP: remove unused ppp_pcb CHAP fields if server mode is disabled Sylvain Rochet 2020-11-17 00:26:32 +01:00