5963 Commits (253fcc8dcd7ff1ff99fe35cf49b2671b6e331cf5)
 

Author SHA1 Message Date
goldsimon 253fcc8dcd http_client: call tcp_recved for header bytes 8 years ago
goldsimon 8d8572354b lowpan6: fix bug #47291 (wrong datagram size for fragmentation) 8 years ago
goldsimon b86f9b97e0 lowpan6: refactor decompression to not allocate a pbuf 8 years ago
goldsimon 61a1b98cc9 various IPv6-only compile fixes 8 years ago
goldsimon 972f32dd47 zepif: fix compiling with IPv4 disabled 8 years ago
Axel Lin 971404ff90 http_client.h: Include lwip/pbuf.h 8 years ago
Axel Lin 0411332856 api_msg.h: Fix build error when LWIP_NETIF_API && !LWIP_SOCKET && !LWIP_NETCONN 8 years ago
goldsimon b6d9bb6b2a http_client: check current state when receiving FIN 8 years ago
goldsimon 91a2d9e237 zepif: fix comment for calling netif->input() 8 years ago
goldsimon 5474498f7e zepif: call netif->input instead of tcpip_6lowpan_input for rx packets 8 years ago
Joel Cunningham b28e979739 unit: write out XML file 8 years ago
Axel Lin 53ddb9244b apps/sntp: Trivial build warning fix 8 years ago
Joel Cunningham b1258bf8e6 unit: speed up test_pbuf_queueing_bigger_than_64k 8 years ago
Dirk Ziegelmeier 91038e4979 Improve 6LoWPAN documentation 8 years ago
Dirk Ziegelmeier 08bf8b7121 Improve documentation for 6LOWPAN BLE and ZEPIF 8 years ago
goldsimon 282e1601ef finally got zepif running 8 years ago
goldsimon ab0e457066 lowpan6: change the name of 2 members to indicate usage for tx 8 years ago
goldsimon a137e16ff8 lowpan6.c: fix referenced RFCs 8 years ago
goldsimon 6e62baaa6c sockets.h: include <string.h> for memcpy in FD_ZERO 8 years ago
goldsimon cb746a1aea zepif: fix destination IP (default should be broadcast, not 0.0.0.0) 8 years ago
goldsimon fcccc47be4 lowpan6.c: fix clang doc warnings 8 years ago
goldsimon 002ba1a66b zeoif: ZEPIF_LOOPBACK should be 0 default, not 1 8 years ago
goldsimon 43778e5334 add zepif.c to Filelists.mk 8 years ago
goldsimon 43a55003da Added a netif encapsulating 6LowPAN in ZEP (ZigBee Enxapsulation Protocol) 8 years ago
goldsimon d9770d2c5f tcpip_thread: TCPIP_MSG_INPKT: free input pbufs if the input function returns an error 8 years ago
goldsimon 3a8af612b3 lowpan6.c: handle 6-byte MAC addresses on netif, too 8 years ago
goldsimon 2a5b66c9b1 lowpan6.c: tiny whitespace fix 8 years ago
goldsimon 3a93029e92 lowpan6.c: implement software CRC (e.g. required for use with ZEP) 8 years ago
goldsimon fe68fa49f7 lowpan6.c: refactor parsing and writing the ieee 802.15.4 header to separate function 8 years ago
goldsimon 5e91cd47c9 lowpan6.c: ensure netif->hwaddr_len == 8 (to not create invalid frames) 8 years ago
goldsimon 4f059fea76 fix some IEEE_802154_FC_ bit definitions 8 years ago
goldsimon 569464ffd3 lowpan6.c: move static variables declared inside lowpan6_frag into lowpan6_data 8 years ago
Axel Lin 6e6eb620df tftp_opts.h: Make TFTP_DEBUG default OFF 8 years ago
Axel Lin 3c71e3fc77 lowpan6_ble_opts.h: Make LWIP_RFC7668_DEBUG default OFF 8 years ago
Axel Lin 2e2c607727 lowpan6.c: Fix ‘lowpan6_context_lookup’ defined but not used build warning 8 years ago
goldsimon 49acdae8d0 lowpan6.c: fix building with LWIP_6LOWPAN_NUM_CONTEXTS==0 8 years ago
goldsimon 7db978ca03 lowpan6.c: rework lowpan6_input processing of the ieee 802.15.4 header 8 years ago
goldsimon 731b83ac5f lowpan6.c: a netif input function must return ERR_OK only if the input pbuf was freed 8 years ago
goldsimon fb5bbca1d9 lowpan6.c: move IEEE 802.15.4 definitions to their own header file 8 years ago
goldsimon a022590f40 lowpan6.c: move netif-specific data to a common struct 8 years ago
Axel Lin c28aa02820 lowpan6_ble: Convert to use pbuf_remove_header instead of pbuf_header 8 years ago
goldsimon e7766297de dhcp6_disable: need to set pcb_allocated to zero 8 years ago
Axel Lin 265f6f5047 lowpan6_ble: Fix build warning if LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS==0 8 years ago
Axel Lin 7697a45405 lowpan6_ble_opts.h: Add #ifndef guard for LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS 8 years ago
Our Air Quality 59e98ccb19 tcp_output_fill_options: account for the SACKS length in assertion. 8 years ago
goldsimon 56124bf53b Add check in init.c: altcp does not work with LWIP_EVENT_API 8 years ago
goldsimon a3034a442b lowpan6_ble: fix compiling with LWIP_RFC7668_NUM_CONTEXTS==0 8 years ago
goldsimon 2ce3c79ec5 lowpan6_ble.c: travis complains... 8 years ago
goldsimon a8d789e7b3 add lowpan6_ble.c to Filelists.mk 8 years ago
goldsimon c510e92cf4 get lowpan6_ble.c to compile 8 years ago