Commit graph

  • 2e0c2aff97 arm: nvic: kill _NvicSwInterruptTrigger Kumar Gala 2017-01-18 11:07:25 -0600
  • 6e14642c1e arm/nordic_nrf5: enable SOC_FLASH_NRF5 by default if FLASH is enabled Ricardo Salveti 2017-01-18 00:50:36 -0200
  • 58460a52c9 arm: set default vector table address in prep_c when XIP Ricardo Salveti 2017-01-17 14:28:42 -0200
  • 90f38f395e arm: kinetis: Remove duplicate & unused defines Kumar Gala 2017-01-13 10:17:20 -0600
  • 38ca5843cd doc: update MAINTAINERS for .rst files David B. Kinder 2017-01-19 13:47:37 -0800
  • 78adda30c9 boards: arduino 101: set user LED values correctly Anas Nashif 2017-01-21 09:48:48 -0500
  • bc5039cfba docs: sensor: update included example code Bogdan Davidoaia 2017-01-23 15:32:54 +0200
  • 594992f7b2 license: use SPDX identifier for files in ext/ Anas Nashif 2017-01-20 20:22:01 -0500
  • 516e155bb5 tests: update to Apache 2.0 SPDX tags on new tests David B. Kinder 2017-01-20 12:13:32 -0800
  • 2cb045420c doc: fix .rst files canonical heading order David B. Kinder 2017-01-20 15:58:05 -0800
  • aaf7f7fb91 Merge "Merge net branch into master" Anas Nashif 2017-01-20 15:23:09 +0000
  • 4fadbbeebd sensor: fxos8700: fix missing dependency in Kconfig Bogdan Davidoaia 2017-01-19 13:40:29 +0200
  • 6460e7655d samples: sensor: fxos8700: use floating point for printing sensor values Bogdan Davidoaia 2017-01-19 10:35:55 +0200
  • 90c37e21ea Merge net branch into master Jukka Rissanen 2017-01-20 16:25:13 +0200
  • 007e231ff5 net: echo-server: Discard 0 byte received packets Jukka Rissanen 2017-01-20 15:40:07 +0200
  • 011b22d64e net: echo-server: Use net_buf_frag_del() return parameter Jukka Rissanen 2017-01-20 15:36:56 +0200
  • 4a24192529 wpan_serial: Fix possible NULL pointer dereference Andrei Emeltchenko 2017-01-20 15:32:34 +0200
  • 467c69d524 net: tcp: Fix TCP states swap when accepted an incoming connection Tomasz Bursztyka 2017-01-20 11:53:00 +0100
  • 088289ec28 net: context: Add status to connect callback Jukka Rissanen 2017-01-19 16:58:35 +0200
  • 724aa3ffbd net: samples: Print assigned address from DHCPv4 server Ravi kumar Veeramally 2017-01-19 15:26:26 +0200
  • 9b68f18ffb net: samples: Add ENC28J60 pin numbers to documentation Ravi kumar Veeramally 2017-01-19 14:42:51 +0200
  • 9a7ccf81f9 net: nbuf: Fix debug prints in memory pool init and unref Jukka Rissanen 2017-01-19 16:39:52 +0200
  • 0918a903b1 net: zperf: Add bluetooth support Luiz Augusto von Dentz 2017-01-19 16:26:09 +0200
  • 862b8dcfc6 net: zoap-client: Add bluetooth support Luiz Augusto von Dentz 2017-01-19 14:34:49 +0200
  • 72e013a7ba net: tcp: add timeout wait in net_context_connect Michael Scott 2017-01-17 21:49:33 -0800
  • eb9055c019 net: tcp: move accept_cb from net_context to net_tcp Michael Scott 2017-01-19 14:53:41 -0800
  • 34b67374de net: net_context: correct description of recv_data_wait in net_context Michael Scott 2017-01-19 14:00:43 -0800
  • 2c3faa0de2 net: tcp: fix buffer leak in tcp_synack_received Michael Scott 2017-01-17 20:48:11 -0800
  • 87914610b0 net: tcp: if buffer is TCP_FIN increment send_ack by 1 Michael Scott 2017-01-16 09:10:59 -0800
  • c1f822222b net: tcp: don't assume TCP_FIN buffers are NET_DROP Michael Scott 2017-01-12 20:40:24 -0800
  • 29b7d9c644 net: tcp: handle TCP_FIN after processing any data in the buffer Michael Scott 2017-01-16 09:09:01 -0800
  • da7e00e3aa net: tcp: in tcp_establish save TCP flags for post-processing use Michael Scott 2017-01-12 20:29:36 -0800
  • 8da8118e3c net: in newlib, ESHUTDOWN is considered an extension Anas Nashif 2017-01-19 07:11:36 -0500
  • 700c313ce7 net: buf: Use TCP sent_list variable only if needed Jukka Rissanen 2017-01-19 14:06:50 +0200
  • d9b30d3029 samples: net: Enable buffer warning and errors in echo apps on qemu Tomasz Bursztyka 2017-01-19 10:02:32 +0100
  • c2ed1c1aee samples: net: Fix a format issues in echo_client Tomasz Bursztyka 2017-01-19 09:57:34 +0100
  • b7dd42879d net: shell: Use lighter printk() instead of printf() Tomasz Bursztyka 2017-01-18 15:59:01 +0100
  • ec7d09eccc samples/zoap_server: Do not error if there's no payload or queries Vinicius Costa Gomes 2017-01-17 16:38:07 -0800
  • bc70a39ac6 samples/zoap-server: Add support for the "location-query" resource Vinicius Costa Gomes 2017-01-17 16:21:48 -0800
  • 6f57867654 samples/zoap_server: Include a path for the "created" resource Vinicius Costa Gomes 2017-01-17 16:17:07 -0800
  • e44dfffba2 samples/zoap_server: Add Content-Format options to GET responses Vinicius Costa Gomes 2017-01-17 16:00:33 -0800
  • 0eaeaf2481 samples/zoap_server: Add support for messages with token Vinicius Costa Gomes 2016-11-09 20:21:53 -0200
  • db049395f1 samples/zoap_server: Fix responding messages with the wrong type Vinicius Costa Gomes 2017-01-17 15:34:32 -0800
  • d27cc52f37 iot/zoap: Add a helper to find an observer by address Vinicius Costa Gomes 2017-01-17 15:25:35 -0800
  • e49ae1c6e2 iot/zoap: Clarify the return value of zoap_register_observer() Vinicius Costa Gomes 2017-01-17 15:24:37 -0800
  • 13fc795b3e iot/zoap: Fix wrong byte-order when retrieving integer options Vinicius Costa Gomes 2017-01-17 15:22:16 -0800
  • 4534046ad9 iot/zoap: Ignore non-request packets in zoap_handle_request Vinicius Costa Gomes 2016-12-27 15:16:19 -0800
  • 0e7b9adc5f samples/zoap_server: Add resouce for TD_COAP_BLOCK_03 Vinicius Costa Gomes 2016-11-10 16:44:05 -0300
  • 4c636eef6a iot/zoap: Add response code for Continue status Vinicius Costa Gomes 2016-11-10 17:26:18 -0200
  • 6429b1bf2b samples/zoap_server: Add support for blockwise GET tests Vinicius Costa Gomes 2016-11-10 16:26:55 -0200
  • bcc8f819e1 samples/zoap_server: Add support for the '/separate' resource Vinicius Costa Gomes 2016-11-09 20:25:13 -0200
  • dbd7481274 net: tcp: remove unused semaphore tcp_lock Michael Scott 2017-01-17 11:07:59 -0800
  • 4f3a0ef595 net: dhcpv4: Remove dead code Ravi kumar Veeramally 2017-01-18 13:29:30 +0200
  • 0a3ebde216 net: 6lo: Fix dereferencing null pointer Ravi kumar Veeramally 2017-01-18 13:23:03 +0200
  • c6a006c60b net: 6lo: Handle destination address uncompression properly Ravi kumar Veeramally 2017-01-18 13:18:29 +0200
  • 1bb7b7e99c net: nbuf: Check possible null pointer access Jukka Rissanen 2017-01-18 11:24:10 +0200
  • ba026941a1 net: ipv6: Fix IPv6 prefix comparision Jukka Rissanen 2017-01-18 09:38:20 +0200
  • d3301aae88 net: ipv6: Check neighbor pointer in NS reply timeout Jukka Rissanen 2017-01-17 16:16:24 +0200
  • 66f5dfa04f net: tcp: Allocate space for TCP header Jukka Rissanen 2017-01-17 16:12:24 +0200
  • b5039aa80c net: icmpv6: Removing dead code Jukka Rissanen 2017-01-17 15:29:35 +0200
  • 2eb218c5b7 net: Fix possible null pointer dereference in nbuf Jukka Rissanen 2017-01-17 15:25:50 +0200
  • 06d3ccce96 net: tcp: When retransmitting, hold an extra, temporary reference Leandro Pereira 2017-01-17 14:11:41 -0800
  • 46c0997e8b net: tcp: Reduce size of state member from 32 to 4 bits Leandro Pereira 2017-01-12 15:55:02 -0800
  • 525b51594f net: tcp: Get rid of recv_mss field from TCP struct Leandro Pereira 2017-01-12 14:58:18 -0800
  • 9a558c2aaa net: tcp: Remove unused recv_ack field from TCP context Leandro Pereira 2017-01-12 14:47:21 -0800
  • 5de6d084a9 net: tcp: Use an uint8_t for retry timeout instead of an uin32_t Leandro Pereira 2017-01-12 12:49:17 -0800
  • 1aee85be4c net: tcp: Ensure all timers are disposed of when releasing context Leandro Pereira 2017-01-12 12:23:24 -0800
  • 3587b97845 net: slip: Do not remove fragments when sending data Leandro Pereira 2016-12-20 15:35:45 -0800
  • 0f6990ac4d samples: net: Fix DHCPv4 config options and run on its own thread Ravi kumar Veeramally 2017-01-17 14:16:33 +0200
  • 4d93ebf9ec samples/net: Remove legacy configuation variables Flavio Santes 2017-01-15 13:33:55 -0600
  • 1c21029237 drivers/ethernet: Update default GPIO pin for the ENC28J60 module Flavio Santes 2017-01-15 00:32:15 -0600
  • 06286f93aa samples/net: Remove redundant configuration variable Flavio Santes 2017-01-14 23:44:10 -0600
  • d4b9b6c1bf net: tcp: Destroy net_tcp struct at the same time as the context Andy Ross 2017-01-12 15:52:03 -0800
  • 01ae35b58e net: tcp: Pass correct user_data pointers Andy Ross 2017-01-12 14:58:21 -0800
  • c78c7ac13c net: route: remove extra variable use in net_route_add() Michael Scott 2017-01-11 15:43:18 -0800
  • f3c66e5205 net: ipv6: fix NULL reference in handle_ra_neighbor Michael Scott 2017-01-11 15:23:58 -0800
  • 7b674cb287 net: linkaddr: introduce net_linkaddr_set function Michael Scott 2017-01-11 15:18:05 -0800
  • 4aad767328 net: linkaddr: calculate linkaddr storage addr size via config Michael Scott 2017-01-11 14:57:42 -0800
  • 64579bc490 tests: add threads customdata api test case with unified kernel jing wang 2016-12-27 10:32:15 +0800
  • 6ffe10f50f tests: add pipe test cases which use unified kernel jing wang 2016-11-16 10:56:29 +0800
  • e49480d590 tests: add fifo/lifo test cases with unified kernel jing wang 2016-11-14 16:59:07 +0800
  • c570efd63b tests: kernel: added memory pool threadsafe test Sharron LIU 2016-12-28 11:39:00 +0800
  • 6ec8c6ef14 tests: kernel: added memory pool configuration options test Sharron LIU 2016-12-28 11:38:32 +0800
  • 61c53373ee tests: kernel: added memory pool concept test Sharron LIU 2016-12-28 11:37:51 +0800
  • 415e71e04c tests: kernel: added memory pool api test Sharron LIU 2016-12-28 11:36:47 +0800
  • d7a9ac21ce tests: kernel: added memory slab threadsafe test Sharron LIU 2016-12-30 12:32:06 +0800
  • 9ebf3dc10c tests: kernel: added memory slab concept test Sharron LIU 2016-12-30 12:31:20 +0800
  • 37402b4161 tests: kernel: added memory slab api test Sharron LIU 2016-12-30 12:30:59 +0800
  • 3cb55002b2 tests: kernel: re-path mslab test Sharron LIU 2016-12-30 12:29:32 +0800
  • 722b429a53 boards: arduino_101: set correct LED pin Anas Nashif 2017-01-19 09:58:03 -0500
  • c9c36f15de build: have sysgen create SPDX license identifiers Anas Nashif 2017-01-19 07:37:14 -0500
  • faecff7e88 drivers: QMSI GPIO: simplify driver reentrancy code using IS_ENABLED macro Kuo-Lang Tseng 2017-01-19 13:51:40 -0800
  • dad4127761 drivers: QMSI WDT: simplify driver reentrancy code using IS_ENABLED macro Kuo-Lang Tseng 2017-01-19 16:47:36 -0800
  • 0e7a5fd0c7 kernel_event_logger: add additional function prototypes Andrew Boie 2017-01-18 13:14:43 -0800
  • 350f88d525 kernel.h: add prototype for private idle exit function Andrew Boie 2017-01-18 13:13:45 -0800
  • b739acf5cd gen_idt: show vector assignments in debug output Andrew Boie 2017-01-18 13:32:00 -0800
  • 466c2fc7ec doc: update MAINTAINERS for *.rst reviewers David B. Kinder 2017-01-19 08:10:39 -0800
  • 916837c22c Bluetooth: SPI: Replace Apache boilerplate with SPDX tag Johan Hedberg 2017-01-19 08:02:14 +0200
  • ac74d8b652 license: Replace Apache boilerplate with SPDX tag David B. Kinder 2017-01-18 17:01:01 -0800
  • 811b3710ba Merge "Merge bluetooth branch into master" Anas Nashif 2017-01-19 03:00:59 +0000