goldsimon
d9770d2c5f
tcpip_thread: TCPIP_MSG_INPKT: free input pbufs if the input function returns an error
...
This simply wasn't the case until 6LoWPAN. However, since tcpip_input is like this, we
should stay with that pattern.
Adapted documentation in netif.h
Signed-off-by: goldsimon <goldsimon@gmx.de>
2018-02-28 22:48:56 +01:00
goldsimon
3a8af612b3
lowpan6.c: handle 6-byte MAC addresses on netif, too
2018-02-28 22:46:55 +01:00
goldsimon
2a5b66c9b1
lowpan6.c: tiny whitespace fix
2018-02-28 22:32:58 +01:00
goldsimon
3a93029e92
lowpan6.c: implement software CRC (e.g. required for use with ZEP)
2018-02-28 21:39:38 +01:00
goldsimon
fe68fa49f7
lowpan6.c: refactor parsing and writing the ieee 802.15.4 header to separate function
2018-02-28 21:38:49 +01:00
goldsimon
5e91cd47c9
lowpan6.c: ensure netif->hwaddr_len == 8 (to not create invalid frames)
2018-02-28 21:09:55 +01:00
goldsimon
4f059fea76
fix some IEEE_802154_FC_ bit definitions
2018-02-28 21:03:40 +01:00
goldsimon
569464ffd3
lowpan6.c: move static variables declared inside lowpan6_frag into lowpan6_data
2018-02-28 20:42:31 +01:00
Axel Lin
6e6eb620df
tftp_opts.h: Make TFTP_DEBUG default OFF
...
TFTP_DEBUG should be enabled only when it's necessary to debug tftp,
make it default OFF.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
2018-02-28 13:49:44 +08:00
Axel Lin
3c71e3fc77
lowpan6_ble_opts.h: Make LWIP_RFC7668_DEBUG default OFF
...
Signed-off-by: Axel Lin <axel.lin@ingics.com>
2018-02-27 18:04:36 +08:00
Axel Lin
2e2c607727
lowpan6.c: Fix ‘lowpan6_context_lookup’ defined but not used build warning
...
Fix build warning with LWIP_6LOWPAN_NUM_CONTEXTS==0.
lowpan6_context_lookup() is only used when LWIP_6LOWPAN_IPHC &&
LWIP_6LOWPAN_NUM_CONTEXTS > 0.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
2018-02-27 18:01:18 +08:00
goldsimon
49acdae8d0
lowpan6.c: fix building with LWIP_6LOWPAN_NUM_CONTEXTS==0
2018-02-27 10:07:15 +01:00
goldsimon
7db978ca03
lowpan6.c: rework lowpan6_input processing of the ieee 802.15.4 header
...
This should fix bug #48825 (lowpan6: source PAN ID is skipped without
checking PAN ID compression flag)
2018-02-26 21:47:24 +01:00
goldsimon
731b83ac5f
lowpan6.c: a netif input function must return ERR_OK only if the input pbuf was freed
2018-02-26 20:51:13 +01:00
goldsimon
fb5bbca1d9
lowpan6.c: move IEEE 802.15.4 definitions to their own header file
...
This is mainly a preparation to merge the two 6LoWPAN netifs
2018-02-26 20:38:41 +01:00
goldsimon
a022590f40
lowpan6.c: move netif-specific data to a common struct
2018-02-26 20:32:39 +01:00
Axel Lin
c28aa02820
lowpan6_ble: Convert to use pbuf_remove_header instead of pbuf_header
...
Signed-off-by: Axel Lin <axel.lin@ingics.com>
2018-02-26 10:20:05 +08:00
goldsimon
e7766297de
dhcp6_disable: need to set pcb_allocated to zero
...
See bug #53224 : dhcp6_disable() pcb_allocated need set to zero.
2018-02-25 13:20:28 +01:00
Axel Lin
265f6f5047
lowpan6_ble: Fix build warning if LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS==0
...
Fix unused parameter ‘public_addr’ build warning if
LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS==0.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
2018-02-25 12:05:24 +08:00
Axel Lin
7697a45405
lowpan6_ble_opts.h: Add #ifndef guard for LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS
...
Avoid "LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS" redefined build
warning if it's set to 0 by lwipopts.h.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
2018-02-25 12:01:01 +08:00
Our Air Quality
59e98ccb19
tcp_output_fill_options: account for the SACKS length in assertion.
2018-02-24 14:46:44 +01:00
goldsimon
56124bf53b
Add check in init.c: altcp does not work with LWIP_EVENT_API
2018-02-24 14:43:51 +01:00
goldsimon
a3034a442b
lowpan6_ble: fix compiling with LWIP_RFC7668_NUM_CONTEXTS==0
2018-02-24 11:39:31 +01:00
goldsimon
2ce3c79ec5
lowpan6_ble.c: travis complains...
2018-02-23 14:00:56 +01:00
goldsimon
a8d789e7b3
add lowpan6_ble.c to Filelists.mk
2018-02-23 13:19:27 +01:00
goldsimon
c510e92cf4
get lowpan6_ble.c to compile
2018-02-23 13:16:14 +01:00
goldsimon
69eaafecca
lowpan6_ble.c: fixed whitespace & indentation
2018-02-23 13:08:00 +01:00
Benjamin Aigner
10209ee788
Added a RFC7668 netif.
...
Works as expected, but some features are not implemented yet.
(See patch #9364 : RFC7668 - 6lowpan over Bluetooth Low Energy -- a new netif)
(I've change the file names only; sg)
Signed-off-by: goldsimon <goldsimon@gmx.de>
2018-02-23 13:07:31 +01:00
Dirk Ziegelmeier
f595445ec0
Some fixes to DHCPv6 documentation
2018-02-23 12:54:51 +01:00
Dirk Ziegelmeier
aa04944ae0
Add DHCPv6 to documentation
2018-02-23 12:35:45 +01:00
goldsimon
d2ee10977f
dhcp6: try to fix docs (clang complains)
2018-02-23 10:26:19 +01:00
goldsimon
7ad680c2bf
Try to fix dhcp6.c on travis
2018-02-23 09:54:04 +01:00
goldsimon
7d007cfee5
DHCPv6: make LWIP_IPV6_DHCP6_STATELESS==LWIP_IPV6_DHCP6 by default
2018-02-23 09:26:46 +01:00
goldsimon
8600259a78
tiny cleanup in dhcp.c
2018-02-22 22:33:48 +01:00
goldsimon
76a13054ee
add initial support for stateless DHCPv6
...
Signed-off-by: goldsimon <goldsimon@gmx.de>
2018-02-22 22:33:16 +01:00
goldsimon
37b4494921
http_client: fix function documentation
2018-02-22 09:55:32 +01:00
goldsimon
0ee0393936
fix compiling http_client and altcp_proxyconnect with gcc
2018-02-22 09:12:51 +01:00
Axel Lin
fe3bb8bb78
etharp: Remove superfluous assert checking in free_etharp_q
...
The same checking is done while iterating the list in the while loop.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
2018-02-22 11:27:29 +08:00
Axel Lin
e93cecf527
Fix build error for http files
...
The HTTPDFILES is renamed to HTTPFILES now.
Fixes: 1f0867299d
("add new http files to Filelists.mk")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
2018-02-22 09:21:33 +08:00
goldsimon
1f0867299d
add new http files to Filelists.mk
2018-02-21 22:17:51 +01:00
goldsimon
7b9e145fc5
http_client: change user-agent and make it overridable
2018-02-21 20:18:29 +01:00
goldsimon
2753eb1fb1
add an altcp layer for http proxy connect (e.g. to tunnel TLS through a http proxy)
...
Signed-off-by: goldsimon <goldsimon@gmx.de>
2018-02-21 20:18:05 +01:00
goldsimon
a0e900dd02
makefsdata: update usage output to code
2018-02-21 14:42:47 +01:00
goldsimon
325cdf3c0b
altcp_tls_mbedtls: restructure upper callbacks to prevent double-free
...
This fixes bug #53192 : use-after-free in altcp_mbedtls
Signed-off-by: goldsimon <goldsimon@gmx.de>
2018-02-21 14:20:34 +01:00
goldsimon
a7b43dae49
altcp: default shutdown for both sides is close
2018-02-21 12:50:42 +01:00
goldsimon
d66c0e3381
altcp: mbedtls: move freeing state->rx from close to dealloc (catch-all)
2018-02-20 22:12:11 +01:00
goldsimon
bcff67b00e
altcp_tls_alloc: need to close inner conn instead of freeing it
2018-02-20 17:08:00 +01:00
goldsimon
3bd87e3815
doc: altcp: keep altcp_alloc/altcp_free out of the docs
...
Those functions are for implementing altcp layers, not for applications
2018-02-20 14:08:04 +01:00
Dirk Ziegelmeier
333fff3e66
Improve altcp allocator documentation
2018-02-20 13:31:27 +01:00
Dirk Ziegelmeier
fc3c186289
Improve altcp allocator documentation
2018-02-20 13:25:50 +01:00