Commit Graph

  • 6b9264b49e Fix bug #55972: The Neighbour Solicitation used to do IPv6 address resolution was wrong Dirk Ziegelmeier 2019-03-24 21:34:08 +0100
  • e60f9bb24f Fix bug #55973: The parsing of max response time in MLD Query message was wrong Dirk Ziegelmeier 2019-03-24 21:32:26 +0100
  • 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 +0200
  • bb5ee3783a fix compiling/running tests on win32 Simon Goldschmidt 2021-05-21 22:00:49 +0200
  • a8e8ce4108 dhcp: don't set a default gateway if dhcp server doesn't give one Simon Goldschmidt 2021-05-14 10:32:57 +0200
  • 919dc2019a acd: Fix updating prev pointer in acd_remove Axel Lin 2021-05-14 13:48:43 +0800
  • b538bff383 ip6: Fix crash in ip6_output with debug enabled Eric Koldeweij 2021-04-26 10:28:36 +0200
  • b9056e148e acd: Fix LWIP_ASSERT argument order Erik Ekman 2021-05-13 13:28:02 +0200
  • 59ac50f19f format codes use space to replace tab and remove meaningless space in the end of each line Meco Man 2021-05-13 03:40:13 +0800
  • 3a788b6e8b dhcp: remove acd handle when stopping dhcp Simon Goldschmidt 2021-05-12 21:04:46 +0200
  • fa5ca55c9d pbuf_realloc: check that mem_trim does not move the memory Simon Goldschmidt 2021-05-12 21:00:10 +0200
  • 0ca13a94cc
    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 +0200
  • b0e347158d dhcp: Add missing newline to debug message Erik Ekman 2021-03-25 20:56:21 +0100
  • 0056522cc9 netdb: improve documentation of LWIP_DNS_API_HOSTENT_STORAGE Simon Goldschmidt 2021-03-05 13:04:59 +0100
  • 8a900aa81f netdb: fix alignment warning in debug output Simon Goldschmidt 2021-03-05 13:04:18 +0100
  • 3ff267fbed dhcp: prevent dhcp_cleanup passing external data to heap Simon Goldschmidt 2021-03-04 22:20:17 +0100
  • c7e1b35899 dhcp: convert 'subnet_mask_given' to 'flags' Simon Goldschmidt 2021-03-04 22:16:19 +0100
  • 18b1178e0c makefsdata: add version info Simon Goldschmidt 2021-03-04 21:51:06 +0100
  • f924c43621 doc: add description to get a release tgz from git Simon Goldschmidt 2021-03-04 21:46:58 +0100
  • 79c8a04152 SNMP netconn API should not check for core locked Harrold Spier 2020-03-17 09:46:56 +0100
  • ccea55370a Remove unnecessary files in release tarball Hu Keping 2020-06-30 20:30:01 +0000
  • 4a169109a7 makefsdata: Fix flags missing Jeremy HU 2020-10-13 09:57:23 +0930
  • b5176936c7 tcp: make tcp_listen() inherit the netbuf_idx of the original pcb Oliver Hitz 2020-10-27 11:02:02 +0100
  • 3666dcc66c tcp: send RST to input netif when no pcb is available Simon Goldschmidt 2021-03-04 21:10:28 +0100
  • 1f4a029d10 mqtt: check data_cb != NULL Simon Goldschmidt 2021-03-04 20:18:04 +0100
  • d7a0757764 mqtt: allow calling mqtt_set_inpub_callback before mqtt_client_connect Simon Goldschmidt 2021-03-04 20:14:46 +0100
  • 600e248f06 dhcp: generate new xid for DHCP release Christoffer Lind 2021-03-02 15:57:42 +0100
  • 988ce1e80e netif: Add test for netif_find Erik Ekman 2021-02-27 12:28:14 +0100
  • e02d126b07 lowpan6: Use arch-independent printf formatters Erik Ekman 2021-02-13 21:14:29 +0100
  • 74231d6873 netif: Add test for netif_is_flag_set() Erik Ekman 2021-02-08 19:29:33 +0100
  • 7a2923020f Fix typo in definition of netif_is_flag_set() macro Thomas Mueller 2021-02-08 19:17:20 +0100
  • 12b45506dd fs_example: fix comment in fs_wait_read_custom Simon Goldschmidt 2021-01-30 22:13:29 +0100
  • 9aae444f49 pbuf_free: remove outdated comment about packet queues Simon Goldschmidt 2021-01-30 22:08:36 +0100
  • 3e098f90df pbuf: fix allocating large PBUF_RAM Simon Goldschmidt 2021-01-30 22:06:46 +0100
  • 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 +0300
  • b00a05d086 lwip_selscan: lwip_selscan return -1 without setting errno number yuanjm 2021-01-28 21:00:37 +0100
  • fc5b6f7b0e lwiperf: fix double-free of pcb on error Simon Goldschmidt 2021-01-28 20:00:11 +0100
  • 9b040624c0 httpd: follow-up to previous commit see bug #59876 Mike Kleshov 2021-01-28 19:53:57 +0300
  • 69725292a0 httpd: wrap fs_file::pextension in a config macro see bug #59876 Mike Kleshov 2021-01-28 08:29:25 +0300
  • 89dca4588f httpd: follow-up to previous commit, replace strstr() with memcmp() Mike Kleshov 2021-01-27 19:28:19 +0300
  • fdd702e61b httpd: fix bug #58223 Mike Kleshov 2021-01-26 19:19:32 +0300
  • 1678b21a94 httpd: remove fs_file::is_custom_file, use fs_file::flags instead Mike Kleshov 2021-01-25 21:49:17 +0300
  • f7ff2d416c ports/freertos: add missing include of tcpip.h Jacob Berg Potter 2020-12-19 18:20:49 +0100
  • 651d0af0b6 netdb: Accept '0' as service in lwip_getaddrinfo Erik Ekman 2021-01-22 20:19:44 +0100
  • c825eb3604 tcp: Check tcp_output return values in tests Erik Ekman 2021-01-19 20:14:32 +0100
  • 21fba21054 test/unit: Update convenience makefile Erik Ekman 2021-01-19 20:18:21 +0100
  • b5618c51ca altcp: Fix memory leak in altcp_tls_free_config Erik Ekman 2021-01-13 22:02:35 +0100
  • ecab77654a ports/unix/check: Ignore error from fail_* macros Erik Ekman 2021-01-13 21:44:20 +0100
  • 7b77378ed8 test/unit: Fix compilation of ip4 test Erik Ekman 2021-01-13 21:27:54 +0100
  • d0c214feff test/unit: Add convenience Makefile Erik Ekman 2021-01-13 20:57:23 +0100
  • 35550eeab3 icmp: Fix copied length in response packets Erik Ekman 2021-01-13 20:31:55 +0100
  • c6777547f6 Make sure tag insertion is complete when tag is followed by EOF. Mike Kleshov 2021-01-01 11:26:30 +0300
  • 2d0c49adca Clean up COPYING Erik Ekman 2020-12-05 09:48:51 +0100
  • d6a37b1ad6 fuzz: Improve Makefile Erik Ekman 2020-12-04 10:49:38 +0100
  • 45332ab38c ports/unix/check: Fix 'make dep' Erik Ekman 2020-12-03 21:48:07 +0100
  • 63fb3721ef ports/unix/check: Split depfiles for faster build Erik Ekman 2020-12-03 21:32:47 +0100
  • c748395bda PPP: Change data argument in sio_write to const Erik Ekman 2020-12-03 09:47:00 +0100
  • d1fc5c2ec4 PPP: add one more timer to PPP_NUM_TIMEOUTS_PER_PCB for late authentication Sylvain Rochet 2020-11-17 01:19:21 +0100
  • 9a9d92a59e PPP, PAP: cancel PAP timeout when authentication succeed or fail Sylvain Rochet 2020-11-17 00:39:27 +0100
  • 3013e1fc19 PPP: remove unused ppp_pcb CHAP fields if server mode is disabled Sylvain Rochet 2020-11-17 00:26:32 +0100
  • a4514cf416 PPP: fix unused parameter warning on prot_flavor if CHAP support is disabled Sylvain Rochet 2020-11-16 22:21:51 +0100
  • 332119d7e0 PPP, magic: dot not assume LWIP_RAND will return 32 bits of randomness Sylvain Rochet 2020-10-27 21:48:21 +0100
  • e239222775 PPP, magic: cleanup code and documentation Sylvain Rochet 2020-10-27 21:40:56 +0100
  • 72d9132ecf PPP, PPPoL2TP: skip address & flags for PPP control packets Sylvain Rochet 2020-10-23 17:21:02 +0200
  • a494b990da PPP, PPPoS: drop in flight packets from the tcpip mailbox if PPP session is down Sylvain Rochet 2020-10-22 22:52:10 +0200
  • a9f19cd7f1 PPP, PPPoS: only check open flag after events that may have changed it Sylvain Rochet 2020-10-22 20:47:08 +0200
  • 22f13c24aa PPP: assert if ppp_set_* functions are called when session is not dead Sylvain Rochet 2020-10-21 02:11:59 +0200
  • dbb7c00aa5 PPP: add LWIP_ASSERT_CORE_LOCKED to ppp_set_notify_phase_callback Sylvain Rochet 2020-10-21 01:43:57 +0200
  • c18a8dc9cc PPP, PPPoS: Remove useless cast from pppos_output_append() and pppos_output_last() Freddie Chopin 2019-12-05 22:14:09 +0100
  • b2d1fc119d PPP, PPPoS: Use const void* instead of u8_t* in pppos_output_cb_fn() Freddie Chopin 2019-12-05 22:12:45 +0100
  • 7f91a71eca Contrib, PPP: Remove trailing whitespaces in pppos_example.c Freddie Chopin 2019-12-05 22:13:02 +0100
  • 34156e0594 PPP, PPPoS: Remove useless cast from pppos_input_sys() Freddie Chopin 2019-12-05 22:02:33 +0100
  • 5ad2f06333 PPP, PPPoS: Use const void* instead of u8_t* in pppos_input() Freddie Chopin 2019-12-05 22:01:05 +0100
  • c5021bdc4d PPP, PPPoS: Use const void* instead of u8_t* in pppos_input_tcpip() Freddie Chopin 2019-12-05 21:57:39 +0100
  • 3b57750715 PPP: remove LWIP_ASSERT_CORE_LOCKED on ppp_set_auth function Sylvain Rochet 2020-10-20 04:15:25 +0200
  • 9b7cba9643 PPP: don't define PPP_IP if PPP_IPV4_SUPPORT is disabled Sylvain Rochet 2020-10-20 03:57:36 +0200
  • 6584002826 PPP, PPPoS: only reserve header space for IPv4 and IPv6 packets if IP forwarding is enabled Sylvain Rochet 2020-10-20 03:17:53 +0200
  • e801307738 PPP: set mtu6 too when setting PPP netif MTU Sylvain Rochet 2020-10-20 02:53:46 +0200
  • a39ce0f53b PPP, PPPoS: drop input packets much bigger than our MRU Sylvain Rochet 2020-10-19 20:22:05 +0200
  • 51c6548631 PPP: allow negotiating MRU with PPP_MRU config option Sylvain Rochet 2020-10-19 00:26:14 +0200
  • 90874392e3 PPP: force default MRU to 1500 Sylvain Rochet 2020-10-18 23:30:58 +0200
  • b8640678d6 PPP, LCP: merge PPP_MRU into PPP_DEFMRU Sylvain Rochet 2020-10-18 22:26:39 +0200
  • 331fe2dea2 PPP: rename netif_set/get_mtu to ppp_netif_set/get_mtu Sylvain Rochet 2020-10-18 21:11:33 +0200
  • 7633c24213 PPP, PPPoE, PPPoL2TP: remove persistent retries if sending packets fails Sylvain Rochet 2020-10-18 17:10:13 +0200
  • 39cb84466d PPP: remove PPP_USE_PBUF_RAM configuration option Sylvain Rochet 2020-10-18 16:38:14 +0200
  • 012fadd77f PPP: enable PPP_USE_PBUF_RAM by default Sylvain Rochet 2020-10-18 02:34:43 +0200
  • 6b30cf62cc PPP, PPPoL2TP: fix displayed length in debug message Sylvain Rochet 2020-10-18 02:28:58 +0200
  • 5bf9cebb54 PPP: check that pbuf_coalesce succeed Sylvain Rochet 2020-10-18 02:13:08 +0200
  • 7c0c3879b2 PPP, PPPoS: use PBUF_RAM in transmit pathway Sylvain Rochet 2020-10-18 01:44:09 +0200
  • 3779cf7856 PPP, PPPoS: wait for next packet when we drop a packet before it is complete Sylvain Rochet 2020-10-17 19:51:45 +0200
  • 88ac7460f0 PPP: cleanup Sylvain Rochet 2020-10-17 16:01:00 +0200
  • bedb4e4745 PPP: disable VJ support by default Sylvain Rochet 2020-10-16 22:20:11 +0200
  • 729b3da96d PPP: remove casts from unsigned (strlen return value) to signed when checking auth Sylvain Rochet 2020-10-16 21:16:05 +0200
  • 49bbc2d4bf PPP, PPPoE: prevent integer overflows when computing packets length Sylvain Rochet 2020-10-16 19:27:46 +0200
  • 678a7a4044 PPP, PPPoE: remove casts from unsigned (strlen return value) to signed Sylvain Rochet 2020-10-16 17:17:40 +0200
  • c385f31076 Remove @ref to fix doxygen build Erik Ekman 2020-07-07 18:59:50 +0200
  • 264a5a3e97 Rename IP and Ethernet equality checkers from _cmp to _eq Erik Ekman 2020-07-07 16:55:52 +0200
  • 047f3b3306 dns: Verify setting/getting servers in unit test Erik Ekman 2020-07-04 18:31:36 +0200
  • 5b7524e10e unit: Enable DNS Erik Ekman 2020-07-04 14:24:40 +0200
  • 8363c24e45 zepif: Copy possibly chained output pbuf properly Erik Ekman 2020-07-01 22:05:28 +0200