[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1_x, created. STABLE-2_1_0_RELEASE-9-g437b11f |
Date: |
Wed, 17 Oct 2018 15:48:04 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".
The branch, STABLE-2_1_x has been created
at 437b11f8692433953dc637a9bc9eb3eba1d784e3 (commit)
- Log -----------------------------------------------------------------
commit 437b11f8692433953dc637a9bc9eb3eba1d784e3
Author: Dirk Ziegelmeier <address@hidden>
Date: Wed Oct 17 20:23:28 2018 +0200
Fix bug #54850: lwip definition of htonX and ntohX do not properly cast to
unsigned when byte order is Big Endian
Changes suggested by Ivan Warren
commit b7bee87fb56db31152609dda894a88825630cdcf
Author: Simon Goldschmidt <address@hidden>
Date: Fri Oct 12 22:57:24 2018 +0200
Add a unit test for bug #54833 (tcp_abort with wrong ports)
Signed-off-by: Simon Goldschmidt <address@hidden>
commit 2f3ef94ad4433cf07d616f6552c789690a83e923
Author: Simon Goldschmidt <address@hidden>
Date: Fri Oct 12 22:26:33 2018 +0200
Fix bug #54806 (ppp: invalid LWIP_ASSERT_CORE_LOCKED() check)
pppos_input() is safe to call from outside tcpip_thread when
PPP_INPROC_IRQ_SAFE == 1, so only check if PPP_INPROC_IRQ_SAFE == 0
Signed-off-by: Simon Goldschmidt <address@hidden>
commit 7154e51ff225d7521120b57e9acf77d52793b3a7
Author: Simon Goldschmidt <address@hidden>
Date: Fri Oct 12 22:13:28 2018 +0200
Revert "tcp_abandon: no need to buffer pcb->local_port"
This reverts commit 1570dd8ad1c6afd2438dcb8b18d9eed794f78baa.
Buffering pcb->local_port is needed because TCP_PCB_REMOVE_ACTIVE()
sets it to 0 via tcp_pcb_remove() (comment: "reset the local port
to prevent the pcb from being 'bound'").
Signed-off-by: Simon Goldschmidt <address@hidden>
commit db46863f75c8499b3ca34b03a116c76696def722
Author: Jonas Rabenstein <address@hidden>
Date: Wed Oct 3 09:24:13 2018 +0200
err.h: move typedef of err_t after enum definition
This allows for 'typedef err_enum_t err_t' and thus strong type checking
of the enum in c++.
commit ebb0dc14a7336c793d32c8e9ebde5bd9666f2a65
Author: Jonas Rabenstein <address@hidden>
Date: Thu Oct 11 00:40:26 2018 +0200
tcp_recved: check for overflow and warn about too big values
commit 368128a6478cc25b3e7c7f905863616220b6d2c6
Author: Joan Lledó <address@hidden>
Date: Sat Oct 6 11:07:30 2018 +0200
alloc_socket(): Check for LWIP_SOCKET_POLL when setting select-related
variables
commit bc25863d1baaab38eefe14cd7c56bbe1ca34e55a
Author: Dirk Ziegelmeier <address@hidden>
Date: Thu Oct 4 17:38:17 2018 +0200
Apply patch #9694: Update prev pointer when skipping entries in tcp_slowtmr
to prevent hitting assertion
commit 130f947037ceb48c7dd98a341e7c1ff2568aa0e2
Author: Martine Lenders <address@hidden>
Date: Thu Sep 27 21:21:18 2018 +0200
lowpan6.c: Fix IEEE 802.15.4 address setting
Reverts a regression introduced in
3a8af612b3b818a89de5846cc9b046756af184cc:
Use hardware address fetched from neighbor cache *not* the hardware
address of the interface as destination address.
Signed-off-by: Simon Goldschmidt <address@hidden>
-----------------------------------------------------------------------
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1_x, created. STABLE-2_1_0_RELEASE-9-g437b11f,
Simon Goldschmidt <=