| Patch |
File delta |
Description |
| patch9350 | (download) |
src/include/lwip/inet.h |
7 7 + 0 - 0 !
src/include/lwip/opt.h |
11 11 + 0 - 0 !
src/include/lwip/sockets.h |
6 6 + 0 - 0 !
3 files changed, 24 insertions(+) |
patch #9350: sockets api: use os's sys/socket.h instead of lwip/sock
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
|
| patch9807 | (download) |
src/api/tcpip.c |
48 48 + 0 - 0 !
src/include/lwip/priv/tcpip_priv.h |
8 7 + 1 - 0 !
src/include/lwip/tcpip.h |
1 1 + 0 - 0 !
3 files changed, 56 insertions(+), 1 deletion(-) |
---
|
| CVE 2020 8597 | (download) |
src/netif/ppp/eap.c |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
---
|
| CVE 2020 22283_22284 | (download) |
src/core/ipv6/icmp6.c |
27 18 + 9 - 0 !
src/core/ipv6/nd6.c |
4 2 + 2 - 0 !
src/core/pbuf.c |
56 45 + 11 - 0 !
src/include/lwip/opt.h |
6 4 + 2 - 0 !
src/include/lwip/pbuf.h |
1 1 + 0 - 0 !
src/include/lwip/prot/icmp6.h |
2 2 + 0 - 0 !
src/include/lwip/prot/ip6.h |
2 2 + 0 - 0 !
src/netif/lowpan6.c |
2 1 + 1 - 0 !
src/netif/lowpan6_ble.c |
2 1 + 1 - 0 !
src/netif/zepif.c |
2 1 + 1 - 0 !
10 files changed, 77 insertions(+), 27 deletions(-) |
---
|
| port | (download) |
port/Filelists.cmake |
21 21 + 0 - 0 !
port/include/arch/cc.h |
94 94 + 0 - 0 !
port/include/arch/sys_arch.h |
66 66 + 0 - 0 !
port/include/lwipopts.h |
169 169 + 0 - 0 !
port/include/netif/fifo.h |
54 54 + 0 - 0 !
port/include/netif/list.h |
26 26 + 0 - 0 !
port/include/netif/sio.h |
60 60 + 0 - 0 !
port/include/netif/tapif.h |
43 43 + 0 - 0 !
port/include/posix/inet.h |
69 69 + 0 - 0 !
port/include/posix/sockets.h |
140 140 + 0 - 0 !
port/netif/fifo.c |
139 139 + 0 - 0 !
port/netif/list.c |
152 152 + 0 - 0 !
port/netif/sio.c |
485 485 + 0 - 0 !
port/netif/tapif.c |
432 432 + 0 - 0 !
port/sys_arch.c |
739 739 + 0 - 0 !
src/api/sockets.c |
30 15 + 15 - 0 !
16 files changed, 2704 insertions(+), 15 deletions(-) |
---
|
| max_sockets | (download) |
port/include/lwipopts.h |
2 2 + 0 - 0 !
src/api/sockets.c |
158 131 + 27 - 0 !
src/core/init.c |
3 3 + 0 - 0 !
src/include/lwip/if_api.h |
2 2 + 0 - 0 !
src/include/lwip/opt.h |
9 9 + 0 - 0 !
src/include/lwip/priv/sockets_priv.h |
6 6 + 0 - 0 !
6 files changed, 153 insertions(+), 27 deletions(-) |
---
|
| cmake | (download) |
CMakeLists.txt |
3 3 + 0 - 0 !
lib/CMakeLists.txt |
126 126 + 0 - 0 !
lib/lwip.pc.in |
10 10 + 0 - 0 !
src/Filelists.cmake |
3 1 + 2 - 0 !
4 files changed, 140 insertions(+), 2 deletions(-) |
---
|