index
:
lwip.git
DEVEL-1_4_1
STABLE-2_0_0
STABLE-2_1_x
master
lwIP - A Lightweight TCPIP stack
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-10
Prepare 2.1.3 release
STABLE-2_1_3_RELEASE
Simon Goldschmidt
3
-3
/
+3
2021-11-10
Remove unnecessary files in release tarball
Hu Keping
1
-0
/
+6
2021-10-13
PPP: assert if ppp_set_* functions are called when session is not dead
Sylvain Rochet
1
-0
/
+4
2021-10-13
PPP: remove LWIP_ASSERT_CORE_LOCKED on ppp_set_auth function
Sylvain Rochet
1
-1
/
+0
2021-10-03
Fix bug #54805: IP address can not be obtained over dhcp if PBUF_POOL_BUFSIZE...
Dirk Ziegelmeier
1
-1
/
+3
2021-10-01
bug #54700: Unexpected expiry of pending ARP table entry
Florent Matignon
1
-0
/
+8
2021-10-01
altcp: fix altcp_tcp_close for LISTEN pcb
Simon Goldschmidt
1
-9
/
+13
2021-09-24
dhcp: don't set a default gateway if dhcp server doesn't give one
Simon Goldschmidt
1
-7
/
+0
2021-09-24
mqtt: check data_cb != NULL
Simon Goldschmidt
1
-1
/
+3
2021-09-24
ip4: ip4addr_aton: fix parsing of the octal IP representation
Karol Domagalski
1
-0
/
+2
2021-09-24
ip6: Fix incorrect assert in ip6_frag()
Erik Ekman
1
-1
/
+1
2021-09-24
ip6: Add test for fragmenting special packet
Erik Ekman
1
-1
/
+39
2021-09-23
netdb: Accept '0' as service in lwip_getaddrinfo
Erik Ekman
1
-1
/
+5
2021-09-23
ip6: Fix crash in ip6_output with debug enabled
Eric Koldeweij
1
-0
/
+2
2021-09-23
dhcp: generate new xid for DHCP release
Christoffer Lind
1
-2
/
+3
2021-09-15
netdb: fix alignment warning in debug output
Simon Goldschmidt
1
-2
/
+1
2021-09-15
tcp: make tcp_listen() inherit the netbuf_idx of the original pcb
Oliver Hitz
1
-1
/
+1
2021-08-16
unit: Support check v0.13.0 and later
Erik Ekman
3
-2
/
+12
2021-08-16
netif: Add test for netif_find
Erik Ekman
1
-1
/
+30
2021-08-16
netif: Add test for netif_is_flag_set()
Erik Ekman
1
-1
/
+26
2021-08-16
api_lib: fix duplicate NULL check with sys_sem_valid()
Simon Goldschmidt
1
-2
/
+2
2021-08-15
Prepare v2.1.3.rc1
STABLE-2_1_3_RC1
Simon Goldschmidt
3
-3
/
+3
2021-08-15
lowpan6: Use arch-independent printf formatters
Erik Ekman
1
-4
/
+4
2021-08-15
Fix typo in definition of netif_is_flag_set() macro
Thomas Mueller
1
-1
/
+1
2021-08-15
icmp6: Don't copy too much data
Erik Ekman
1
-1
/
+1
2021-08-15
icmp6: Fix copying of chained pbuf in reply
Erik Ekman
1
-2
/
+11
2021-08-15
icmp6: keep to the RFC and send as much as possible with icmp6 error messages
Simon Goldschmidt
3
-10
/
+14
2021-08-15
Add #define for minimum IPv6 MTU length
Dirk Ziegelmeier
4
-4
/
+6
2021-08-15
zepif: Copy possibly chained output pbuf properly
Erik Ekman
1
-1
/
+1
2021-08-15
pbuf: Add pbuf_copy_partial_pbuf library function
Erik Ekman
2
-11
/
+46
2021-08-15
pbuf: fix allocating large PBUF_RAM
Simon Goldschmidt
1
-1
/
+1
2021-08-15
lwip_selscan: lwip_selscan return -1 without setting errno number
yuanjm
1
-1
/
+8
2021-08-15
icmp: Fix copied length in response packets
Simon Goldschmidt
1
-6
/
+12
2021-08-15
tcp: Fix double free in tcp_split_unsent_seg()
Erik Ekman
1
-0
/
+1
2021-08-15
tcp_out: fix tcp_output_fill_options() arguments
Hannes Gredler
1
-3
/
+3
2021-08-15
Fix last commit for all netif loopback traffic
Simon Goldschmidt
1
-9
/
+9
2021-08-15
fix memory leak in netif_loop_output if tcpip_try_callback fails
Nick Ballhorn-Wagner
2
-5
/
+23
2021-08-15
Fix select_waiting not being decremented for sockets closed while in lwip_sel...
Patrick Schlangen
1
-2
/
+2
2021-08-15
sntp: ensure sntp_retry_timeout reaches the configured limit
Simon Goldschmidt
1
-0
/
+2
2021-08-15
pbuf: avoid using multiple PBUF_POOL buffers for IPv6
Simon Goldschmidt
1
-1
/
+1
2021-08-15
opt: make LWIP_IPV6_SEND_ROUTER_SOLICIT default to LWIP_IPV6
Simon Goldschmidt
1
-1
/
+1
2021-08-15
sntp: remove existing timeout before creating new
David Girault
1
-0
/
+4
2021-08-15
netif_find: correctly check if atoi means '0' or error
Axel Lin
1
-1
/
+1
2021-08-15
netif_find: check if atoi means '0' or error
Simon Goldschmidt
1
-0
/
+4
2021-08-15
sys_arch_mbox_tryfetch not validated correctly
Christoffer Lind
2
-3
/
+3
2021-08-15
dhcp: don't use LWIP_ERROR in dhcp_parse_reply()
Simon Goldschmidt
1
-16
/
+21
2021-08-15
IF_NAMESIZE: define it only if it's not defined before by system headers
Joan Lledó
1
-0
/
+2
2021-08-15
fix compiling unit tests after adding compile-time check for LWIP_NETCONN_FUL...
Simon Goldschmidt
3
-1
/
+25
2021-08-15
LWIP_NETCONN_FULLDUPLEX is not alpha any more
Simon Goldschmidt
2
-7
/
+5
2021-08-15
Fix bug #56136: The netif->mtu6 was updated by Router Advertisement abnomally
Dirk Ziegelmeier
2
-1
/
+5
[next]