Commit graph

  • 8da8118e3c net: in newlib, ESHUTDOWN is considered an extension Anas Nashif 2017-01-19 07:11:36 -05:00
  • 700c313ce7 net: buf: Use TCP sent_list variable only if needed Jukka Rissanen 2017-01-19 14:06:50 +02:00
  • d9b30d3029 samples: net: Enable buffer warning and errors in echo apps on qemu Tomasz Bursztyka 2017-01-19 10:02:32 +01:00
  • c2ed1c1aee samples: net: Fix a format issues in echo_client Tomasz Bursztyka 2017-01-19 09:57:34 +01:00
  • b7dd42879d net: shell: Use lighter printk() instead of printf() Tomasz Bursztyka 2017-01-18 15:59:01 +01:00
  • ec7d09eccc samples/zoap_server: Do not error if there's no payload or queries Vinicius Costa Gomes 2017-01-17 16:38:07 -08:00
  • bc70a39ac6 samples/zoap-server: Add support for the "location-query" resource Vinicius Costa Gomes 2017-01-17 16:21:48 -08:00
  • 6f57867654 samples/zoap_server: Include a path for the "created" resource Vinicius Costa Gomes 2017-01-17 16:17:07 -08:00
  • e44dfffba2 samples/zoap_server: Add Content-Format options to GET responses Vinicius Costa Gomes 2017-01-17 16:00:33 -08:00
  • 0eaeaf2481 samples/zoap_server: Add support for messages with token Vinicius Costa Gomes 2016-11-09 20:21:53 -02:00
  • db049395f1 samples/zoap_server: Fix responding messages with the wrong type Vinicius Costa Gomes 2017-01-17 15:34:32 -08:00
  • d27cc52f37 iot/zoap: Add a helper to find an observer by address Vinicius Costa Gomes 2017-01-17 15:25:35 -08:00
  • e49ae1c6e2 iot/zoap: Clarify the return value of zoap_register_observer() Vinicius Costa Gomes 2017-01-17 15:24:37 -08:00
  • 13fc795b3e iot/zoap: Fix wrong byte-order when retrieving integer options Vinicius Costa Gomes 2017-01-17 15:22:16 -08:00
  • 4534046ad9 iot/zoap: Ignore non-request packets in zoap_handle_request Vinicius Costa Gomes 2016-12-27 15:16:19 -08:00
  • 0e7b9adc5f samples/zoap_server: Add resouce for TD_COAP_BLOCK_03 Vinicius Costa Gomes 2016-11-10 16:44:05 -03:00
  • 4c636eef6a iot/zoap: Add response code for Continue status Vinicius Costa Gomes 2016-11-10 17:26:18 -02:00
  • 6429b1bf2b samples/zoap_server: Add support for blockwise GET tests Vinicius Costa Gomes 2016-11-10 16:26:55 -02:00
  • bcc8f819e1 samples/zoap_server: Add support for the '/separate' resource Vinicius Costa Gomes 2016-11-09 20:25:13 -02:00
  • dbd7481274 net: tcp: remove unused semaphore tcp_lock Michael Scott 2017-01-17 11:07:59 -08:00
  • 4f3a0ef595 net: dhcpv4: Remove dead code Ravi kumar Veeramally 2017-01-18 13:29:30 +02:00
  • 0a3ebde216 net: 6lo: Fix dereferencing null pointer Ravi kumar Veeramally 2017-01-18 13:23:03 +02:00
  • c6a006c60b net: 6lo: Handle destination address uncompression properly Ravi kumar Veeramally 2017-01-18 13:18:29 +02:00
  • 1bb7b7e99c net: nbuf: Check possible null pointer access Jukka Rissanen 2017-01-18 11:24:10 +02:00
  • ba026941a1 net: ipv6: Fix IPv6 prefix comparision Jukka Rissanen 2017-01-18 09:38:20 +02:00
  • d3301aae88 net: ipv6: Check neighbor pointer in NS reply timeout Jukka Rissanen 2017-01-17 16:16:24 +02:00
  • 66f5dfa04f net: tcp: Allocate space for TCP header Jukka Rissanen 2017-01-17 16:12:24 +02:00
  • b5039aa80c net: icmpv6: Removing dead code Jukka Rissanen 2017-01-17 15:29:35 +02:00
  • 2eb218c5b7 net: Fix possible null pointer dereference in nbuf Jukka Rissanen 2017-01-17 15:25:50 +02:00
  • 06d3ccce96 net: tcp: When retransmitting, hold an extra, temporary reference Leandro Pereira 2017-01-17 14:11:41 -08:00
  • 46c0997e8b net: tcp: Reduce size of state member from 32 to 4 bits Leandro Pereira 2017-01-12 15:55:02 -08:00
  • 525b51594f net: tcp: Get rid of recv_mss field from TCP struct Leandro Pereira 2017-01-12 14:58:18 -08:00
  • 9a558c2aaa net: tcp: Remove unused recv_ack field from TCP context Leandro Pereira 2017-01-12 14:47:21 -08:00
  • 5de6d084a9 net: tcp: Use an uint8_t for retry timeout instead of an uin32_t Leandro Pereira 2017-01-12 12:49:17 -08:00
  • 1aee85be4c net: tcp: Ensure all timers are disposed of when releasing context Leandro Pereira 2017-01-12 12:23:24 -08:00
  • 3587b97845 net: slip: Do not remove fragments when sending data Leandro Pereira 2016-12-20 15:35:45 -08:00
  • 0f6990ac4d samples: net: Fix DHCPv4 config options and run on its own thread Ravi kumar Veeramally 2017-01-17 14:16:33 +02:00
  • 4d93ebf9ec samples/net: Remove legacy configuation variables Flavio Santes 2017-01-15 13:33:55 -06:00
  • 1c21029237 drivers/ethernet: Update default GPIO pin for the ENC28J60 module Flavio Santes 2017-01-15 00:32:15 -06:00
  • 06286f93aa samples/net: Remove redundant configuration variable Flavio Santes 2017-01-14 23:44:10 -06:00
  • d4b9b6c1bf net: tcp: Destroy net_tcp struct at the same time as the context Andy Ross 2017-01-12 15:52:03 -08:00
  • 01ae35b58e net: tcp: Pass correct user_data pointers Andy Ross 2017-01-12 14:58:21 -08:00
  • c78c7ac13c net: route: remove extra variable use in net_route_add() Michael Scott 2017-01-11 15:43:18 -08:00
  • f3c66e5205 net: ipv6: fix NULL reference in handle_ra_neighbor Michael Scott 2017-01-11 15:23:58 -08:00
  • 7b674cb287 net: linkaddr: introduce net_linkaddr_set function Michael Scott 2017-01-11 15:18:05 -08:00
  • 4aad767328 net: linkaddr: calculate linkaddr storage addr size via config Michael Scott 2017-01-11 14:57:42 -08:00
  • 64579bc490 tests: add threads customdata api test case with unified kernel jing wang 2016-12-27 10:32:15 +08:00
  • 6ffe10f50f tests: add pipe test cases which use unified kernel jing wang 2016-11-16 10:56:29 +08:00
  • e49480d590 tests: add fifo/lifo test cases with unified kernel jing wang 2016-11-14 16:59:07 +08:00
  • c570efd63b tests: kernel: added memory pool threadsafe test Sharron LIU 2016-12-28 11:39:00 +08:00
  • 6ec8c6ef14 tests: kernel: added memory pool configuration options test Sharron LIU 2016-12-28 11:38:32 +08:00
  • 61c53373ee tests: kernel: added memory pool concept test Sharron LIU 2016-12-28 11:37:51 +08:00
  • 415e71e04c tests: kernel: added memory pool api test Sharron LIU 2016-12-28 11:36:47 +08:00
  • d7a9ac21ce tests: kernel: added memory slab threadsafe test Sharron LIU 2016-12-30 12:32:06 +08:00
  • 9ebf3dc10c tests: kernel: added memory slab concept test Sharron LIU 2016-12-30 12:31:20 +08:00
  • 37402b4161 tests: kernel: added memory slab api test Sharron LIU 2016-12-30 12:30:59 +08:00
  • 3cb55002b2 tests: kernel: re-path mslab test Sharron LIU 2016-12-30 12:29:32 +08:00
  • 722b429a53 boards: arduino_101: set correct LED pin Anas Nashif 2017-01-19 09:58:03 -05:00
  • c9c36f15de build: have sysgen create SPDX license identifiers Anas Nashif 2017-01-19 07:37:14 -05:00
  • faecff7e88 drivers: QMSI GPIO: simplify driver reentrancy code using IS_ENABLED macro Kuo-Lang Tseng 2017-01-19 13:51:40 -08:00
  • dad4127761 drivers: QMSI WDT: simplify driver reentrancy code using IS_ENABLED macro Kuo-Lang Tseng 2017-01-19 16:47:36 -08:00
  • 0e7a5fd0c7 kernel_event_logger: add additional function prototypes Andrew Boie 2017-01-18 13:14:43 -08:00
  • 350f88d525 kernel.h: add prototype for private idle exit function Andrew Boie 2017-01-18 13:13:45 -08:00
  • b739acf5cd gen_idt: show vector assignments in debug output Andrew Boie 2017-01-18 13:32:00 -08:00
  • 466c2fc7ec doc: update MAINTAINERS for *.rst reviewers David B. Kinder 2017-01-19 08:10:39 -08:00
  • 916837c22c Bluetooth: SPI: Replace Apache boilerplate with SPDX tag Johan Hedberg 2017-01-19 08:02:14 +02:00
  • ac74d8b652 license: Replace Apache boilerplate with SPDX tag David B. Kinder 2017-01-18 17:01:01 -08:00
  • 811b3710ba Merge "Merge bluetooth branch into master" Anas Nashif 2017-01-19 03:00:59 +00:00
  • 9888bc8b9c drivers: i2c: remove an unnecessary condition check Baohong Liu 2017-01-18 17:08:55 -08:00
  • 7a992aebac sanitycheck: improve terse output Andrew Boie 2017-01-17 10:40:02 -08:00
  • 18ba153300 build: remove obsolete sections from linker scripts Andrew Boie 2017-01-17 13:47:06 -08:00
  • eccf03265f Merge bluetooth branch into master Johan Hedberg 2017-01-18 19:05:03 +02:00
  • 1f35d47204 Bluetooth: Don't select TinyCrypt RNG for combined builds Johan Hedberg 2017-01-18 17:05:01 +02:00
  • bfc0c35387 Bluetooth: L2CAP: Fix always using RX_BUF_COUNT as initial credits Luiz Augusto von Dentz 2017-01-17 13:26:50 +02:00
  • e74a91ce5a Bluetooth: Kconfig: Specify stack size for Bluetooth SPI Lee Jones 2017-01-09 15:03:17 +00:00
  • 65cd08d925 Bluetooth: samples/beacon: Print message at start of sample Lee Jones 2017-01-09 15:02:34 +00:00
  • 7890290e81 Bluetooth: Add HCI SPI driver Lee Jones 2017-01-09 14:16:07 +00:00
  • d5b5af07be Bluetooth: AVDTP: Added params to AVDTP Request structure Arun Jagadish 2016-12-26 14:45:29 +05:30
  • 514c9fa55f Bluetooth: L2CAP: Make sure state is correctly updated Luiz Augusto von Dentz 2017-01-17 12:35:35 +02:00
  • 6cc35a751e Bluetooth: SMP: Take advantage of IS_ENABLED whenever possible Johan Hedberg 2017-01-17 20:16:18 +02:00
  • 84050f647b pinmux/nucleo_l476rg: Define pinmuxing for SPI1 and SPI3 Lee Jones 2017-01-10 08:31:37 +00:00
  • 1ac8d01ccd pinmux/stm32l4: Add support for STM32L SPI1 and SPI3 Lee Jones 2017-01-10 08:29:57 +00:00
  • eb085514e3 Bluetooth: L2CAP: Take advantage of IS_ENABLED whenever possible Johan Hedberg 2017-01-17 19:10:33 +02:00
  • fcc1fada58 Bluetooth: conn: Take advantage of IS_ENABLED whenever possible Johan Hedberg 2017-01-17 19:03:55 +02:00
  • f036dd9ae8 Bluetooth: hci_core: Take advantage of IS_ENABLED whenever possible Johan Hedberg 2017-01-17 14:28:01 +02:00
  • 4ce96e1bc3 Bluetooth: drivers/nble: Remove bogus BT_DBG manipulation Johan Hedberg 2017-01-18 11:04:58 +02:00
  • b4e65654a0 Bluetooth: Add __printf_like annotation for bt_log Johan Hedberg 2017-01-17 12:42:22 +02:00
  • 645f867444 Bluetooth: Take advantage of IS_ENABLED macro for BT_DBG Johan Hedberg 2017-01-17 11:01:47 +02:00
  • 033b5e9a7d echo_server: Remove unnecessary config from prf_frdm_k64f.conf Marcus Shawcroft 2016-12-19 10:01:47 +00:00
  • c0a546ed33 drivers: QMSI AON counter: Simplify driver reentrancy code Kuo-Lang Tseng 2016-12-09 14:38:56 -08:00
  • a614950607 kernel: including legacy.h depends on CONFIG_LEGACY_KERNEL Anas Nashif 2017-01-17 07:47:31 -05:00
  • 2a2b7de8b2 sensor: remove unused legacy macros Anas Nashif 2017-01-17 09:17:24 -05:00
  • 3a0ae29991 samples: legacy: enable legacy kernel Anas Nashif 2017-01-17 09:14:58 -05:00
  • 2bffa3067b kernel: use __ticks_to_ms directly Anas Nashif 2017-01-17 07:48:52 -05:00
  • 566b3fa0a0 tests: footprint: set ARCH correctly and provide defaults Anas Nashif 2017-01-17 08:49:11 -05:00
  • 173902f940 kernel: include limits.h for UINT_MAX Anas Nashif 2017-01-17 07:08:56 -05:00
  • 9bb3934273 kernel: mailbox: legacy calls depend on CONFIG_LEGACY_KERNEL Anas Nashif 2017-01-17 07:04:51 -05:00
  • e38f5df522 kernel: make legacy calls depends on CONFIG_LEGACY_KERNEL Anas Nashif 2017-01-17 07:03:38 -05:00
  • 2b4c1727ce kernel: build legacy timer only conditionally Anas Nashif 2017-01-17 07:00:55 -05:00
  • 9d0e6f08f2 tests: do not use RC_OK, use 0 instead Anas Nashif 2017-01-17 06:43:19 -05:00