Commit graph

  • 07438ead0d net: shell: Fix printk format for multicast routes Jukka Rissanen 2017-04-11 15:43:02 +03:00
  • d1ac3d6914 net: rpl: Fix compilation if MRHOF is enabled Jukka Rissanen 2017-04-11 15:34:47 +03:00
  • 43847e751d net: rpl: Fix compilation if CONFIG_NET_RPL_MOP3 is enabled Jukka Rissanen 2017-04-11 15:25:06 +03:00
  • c7102c77a2 net: route: Fix compilation error Jukka Rissanen 2017-04-11 15:04:35 +03:00
  • 186939c43d net: dns: Fix the compilation even if DNS is disabled Jukka Rissanen 2017-04-11 10:34:58 +03:00
  • 83822b932a net: dns: Fix the documentation errors in header file Jukka Rissanen 2017-04-11 09:36:47 +03:00
  • 4bcdf049bb net: dns: Add more debugging about configured servers Jukka Rissanen 2017-04-10 14:45:54 +03:00
  • d31fa5b87c net: dns: Set the address family and address length correctly Jukka Rissanen 2017-04-10 14:43:49 +03:00
  • c84eff0be4 samples: net: http_server: Add bt test and arduino 101 support Wu Jiequan 2017-04-11 19:52:59 +08:00
  • 323db1e366 drivers: eth_sam_gmac: Make sure not to leak net_buf in RX Piotr Mienkowski 2017-04-11 00:04:54 +02:00
  • 000539ecd2 tests/net: arp_input() unref the buffer on success Tomasz Bursztyka 2017-04-11 10:49:54 +02:00
  • 19a321090c tests/net: MQTT tests should be under lib Tomasz Bursztyka 2017-04-11 13:37:55 +02:00
  • 42bd36ec77 net: ipv6: Allow user to tweak packet hop limit value Jukka Rissanen 2017-04-11 10:21:48 +03:00
  • 31d3406efa net: rpl: Fix the statistics collection Jukka Rissanen 2017-04-10 17:55:48 +03:00
  • dc9f8629b2 net: rpl: Add checks for probing timer Jukka Rissanen 2017-04-10 17:46:08 +03:00
  • 961d7fc8f4 net: tcp: Release buf after failing to send june li 2017-04-08 13:45:41 +08:00
  • 9c0ea2b90b net: buf: Print pool name if available Luiz Augusto von Dentz 2017-04-10 16:34:45 +03:00
  • 8f97651d23 net: use UNALIGNED_GET in net_addr_ntop Bogdan Davidoaia 2017-04-10 17:17:36 +03:00
  • 0e3d582623 tests: net: Add mqtt testcases Wu Jiequan 2017-03-30 19:46:45 +08:00
  • 3f8f1ed3b0 unit: Create ztest unit test for CRC16 functionality Patrik Flykt 2017-03-31 15:03:15 +03:00
  • bd75219ba0 crc16: Create function for computing CRC 16 Patrik Flykt 2017-03-30 12:54:29 +03:00
  • 70cdaba202 net: shell: Add IPv6 fragmentation info printing Jukka Rissanen 2017-03-29 15:42:37 +03:00
  • d8feb0a0e4 net: ipv6: Add helper to get the last extension header Jukka Rissanen 2017-04-03 22:18:35 +03:00
  • ea17e9d321 net: ipv6: Support fragmented IPv6 packets Jukka Rissanen 2017-03-28 17:43:32 +03:00
  • 1b2c16a498 net: nbuf: Add function to split a data fragment Jukka Rissanen 2017-03-30 12:50:03 +03:00
  • 909069d2c7 drivers/eth/mcux: Make sure not to leak net_buf in RX Jukka Rissanen 2017-04-07 22:49:05 +03:00
  • f8c3467bde tests: net: tcp: Fix NULL pointer dereference Jukka Rissanen 2017-04-07 22:31:58 +03:00
  • 9d74fd71b5 net: dns: Invalid memory access Jukka Rissanen 2017-04-07 22:22:34 +03:00
  • 7a07f23da7 net: tcp: Store MSS in tcp header correctly Jukka Rissanen 2017-04-07 21:57:52 +03:00
  • deea71b3c6 tests: added TC_START to tests Milosz Wasilewski 2017-04-12 10:21:51 +01:00
  • bb8bd99216 boards/arm/olimexino_stm32: Add documentation files Yannis Damigos 2017-04-12 16:57:23 +03:00
  • c2ef0a9807 arduino_101_mcuboot: increase image size to 124K Andrew Boie 2017-04-12 15:41:49 -07:00
  • 6c77313a28 tests: benchmarks: increase timeout for app_kernel tests Anas Nashif 2017-04-12 11:58:18 -04:00
  • 6702686976 Revert "scripts: devicetree: Handle mixed case node names" Anas Nashif 2017-04-12 18:02:08 -04:00
  • 1c06065941 scripts: devicetree: Handle mixed case node names Andy Gross 2017-04-12 13:05:29 -05:00
  • a313353344 xtensa: re-enable tinycrypt test cases Andrew Boie 2017-04-11 12:05:06 -07:00
  • c92c7ee8f9 sanitycheck: add arduino_101_mcuboot Andrew Boie 2017-04-11 11:30:05 -07:00
  • b037d4d54c xtensa: fix tickless idle build Andrew Boie 2017-04-11 11:21:07 -07:00
  • 06dc2f203f xtensa: fix CONFIG_DEBUG build Andrew Boie 2017-04-11 11:12:54 -07:00
  • 8e22350651 tests: add AES cmac test to mbedtls test ethan gao 2017-02-24 22:14:09 +08:00
  • abfbcc9318 tests: benchmarks: move app_kernel to unified kernel. Adithya Baglody 2017-04-10 22:14:53 +05:30
  • 6683f13c94 sanitycheck: Let waitpid script kill Xtensa ISS if user hits ctrl+c. Mazen NEIFER 2017-02-07 16:59:29 +01:00
  • 0dc022f7fa x86: Increase RAM_SIZE to 256K Luiz Augusto von Dentz 2017-04-06 16:01:06 +03:00
  • 259949d10e samples: console: fixed filter and add CONFIG_ Anas Nashif 2017-04-10 19:53:23 -04:00
  • dac15b9b71 samples: shell: fix testcase.ini to be more inclusive Anas Nashif 2017-04-10 19:23:42 -04:00
  • 6ad0420b26 kernel: remove left-over code from object monitoring Anas Nashif 2017-04-10 18:23:39 -04:00
  • 50553dd700 debug: rename variable CONFIG_GDB_RAM_SIZE Anas Nashif 2017-04-10 17:39:06 -04:00
  • fdd045b52b kconfig: rename non-Kconfig CONFIG_* variables Anas Nashif 2017-04-10 17:29:02 -04:00
  • c6f4476bf6 sensors: bmg160: fixed wrong Kconfig variable Anas Nashif 2017-04-10 17:33:27 -04:00
  • cc8ffbdb44 Xtensa port: Moved coporcessor context area inside struct _k_thread Mazen NEIFER 2017-04-10 16:29:27 +02:00
  • bf382a59e0 tests: sprintf: increased main stack Anas Nashif 2017-04-10 16:40:59 -04:00
  • 5a281dff55 kernel: error on inclusion of nanokernel.h and microkernel.h Anas Nashif 2017-04-09 12:20:09 -04:00
  • b84dc2e124 kernel: remove all remaining references to nanokernel Anas Nashif 2017-04-09 11:57:54 -04:00
  • d7bc60f096 kernel: remove remaining microkernel references Anas Nashif 2017-04-09 11:50:18 -04:00
  • d8008533a9 Bluetooth: GATT: Fix wrong check for empty database Luiz Augusto von Dentz 2017-04-10 20:30:57 +03:00
  • 3781ed061b samples: usb: remove custom DBG macro and use sys_log Anas Nashif 2017-04-10 10:41:22 -04:00
  • df60826037 sensor: hp206c: sensor does not support trigger Anas Nashif 2017-04-10 10:32:56 -04:00
  • c574dde9a5 kconfig: fixed name of Kconfig option in comment Anas Nashif 2017-04-10 10:30:06 -04:00
  • 919b3f0878 kconfig: fixed Kconfig name in comments Anas Nashif 2017-04-10 10:29:25 -04:00
  • 3738d0de24 kconfig: fixed typo in CONFIG_EOI_FORMWARDING_BUG Anas Nashif 2017-04-10 09:52:25 -04:00
  • be7c9fabae Bluetooth: AVDTP: Remove unused define Johan Hedberg 2017-04-10 17:05:33 +03:00
  • 2ed8d83d4d Merge bluetooth branch into master Johan Hedberg 2017-04-10 12:10:20 +03:00
  • 17efbba7b4 Bluetooth: conn: Set initial responder address when connecting Johan Hedberg 2017-04-07 21:43:26 +03:00
  • 87f2f7afec Bluetooth: GATT: Use sys_slist_t to represent the database Luiz Augusto von Dentz 2017-03-24 11:37:32 +02:00
  • 7a10c35f6b Bluetooth: controller: Use defined keyword in #if cond compiles Vinayak Chettimada 2017-04-09 05:43:10 +02:00
  • 83b7d1b8b7 Bluetooth: controller: Group dup filter Kconfig with buf options Vinayak Chettimada 2017-04-09 05:48:15 +02:00
  • 71d0843c7d Bluetooth: conn: Pass disconnect error properly to the conn struct Johan Hedberg 2017-04-07 21:28:58 +03:00
  • ba7b6b1ced Bluetooth: tests/shell: Limit BR/EDR configuration to Qemu for now Johan Hedberg 2017-04-09 19:03:52 +03:00
  • cdb12c5f51 MAINTAINERS: update for network applications Anas Nashif 2017-04-09 11:10:47 -04:00
  • 24183ffe3e tests: tickless: remove unused code Anas Nashif 2017-04-09 10:23:41 -04:00
  • 2fceb7260d tests: move fs test to tests/subsys/ Anas Nashif 2017-04-09 10:08:45 -04:00
  • 9de266d40c tests: kernel: add test point k_cpu_atomic_idle Sharron LIU 2017-02-14 00:06:22 +08:00
  • 66ded99622 dma: stm32f4x: Fix warning when !SYS_LOG_INF Lee Jones 2017-03-31 09:38:55 +01:00
  • 9f98bb44ae tests: driver: uart: fix unchecked return value Qiu Peiyang 2017-04-07 08:53:47 +08:00
  • 34dc39d435 tests: kernel: added clock_test Sharron LIU 2017-02-14 17:40:41 +08:00
  • 49a8de7ae3 build: use -O2 instead of -Os for ARC with SDK 0.9 Patrice Buriez 2017-04-09 02:44:48 +02:00
  • fd8c59b996 scripts/dfuutil: support both "alternate setting" name and number Patrice Buriez 2017-03-26 15:55:23 +02:00
  • 724fcffbef debug: Remove dependency of unsetting X86_IAMCU for CONFIG_DEBUG_INFO. Youvedeep Singh 2017-04-03 15:40:23 +05:30
  • b37f743a13 Bluetooth: test: Add "tiny" controller configuration Carles Cufi 2017-04-07 16:03:51 +02:00
  • 923c470f5d Bluetooth: controller: Fix warning with no dup filter Carles Cufi 2017-04-07 16:02:52 +02:00
  • 1a62acd00e Bluetooth: controller: Add BT 5.0 PDU structs Vinayak Chettimada 2017-04-06 09:58:25 +02:00
  • d2ac4a263a Bluetooth: hci_ecc: Fix ECDH API usage Johan Hedberg 2017-04-07 14:07:07 +03:00
  • 9a9699ebdb Bluetooth: controller: Implement event masks Carles Cufi 2017-04-04 16:20:14 +02:00
  • 27e83660ff Bluetooth: controller: Implement scan duplicate filter Carles Cufi 2017-04-04 12:54:56 +02:00
  • 7c22073195 Bluetooth: controller: Make worker and job priority configurable Vinayak Chettimada 2017-03-30 10:49:34 +02:00
  • 1277eea15e Bluetooth: controller: Remove util/config.h Vinayak Chettimada 2017-03-30 10:12:56 +02:00
  • 2de3cc95be Bluetooth: controller: Move nRF5 specific debug pins to hal/nrf5 Vinayak Chettimada 2017-04-03 10:00:32 +02:00
  • 698de88916 Bluetooth: controller: Cleanup redundant ticker busy loop Vinayak Chettimada 2017-03-30 08:17:53 +02:00
  • cced2aea30 Bluetooth: Permit connectionless host-controller combined build Vinayak Chettimada 2017-03-27 16:04:42 +02:00
  • 981f2d3fdb Bluetooth: Compile BR/EDR independent of BLUETOOTH_CONN check Vinayak Chettimada 2017-03-31 21:12:37 +02:00
  • 563fdd784b Bluetooth: SMP: Remove redundant ';' Johan Hedberg 2017-03-31 12:17:51 +03:00
  • 9d7552f8f6 Bluetooth: AT: Fix - chance of missing UNSOLICITED state Sathish Narasimman 2017-03-30 17:57:09 +05:30
  • 9319e441b8 Bluetooth: HFP HF: Support to send hf AT command Sathish Narasimman 2017-02-27 17:30:24 +05:30
  • a91238aca6 Bluetooth: L2CAP: Fix accounting SDU header len as data Luiz Augusto von Dentz 2017-03-31 14:51:53 +03:00
  • 5f69bde72b Bluetooth: Kconfig: Move BLUETOOTH_MAX_SCO_CONN to BR/EDR Vinayak Chettimada 2017-03-31 11:39:41 +02:00
  • 2d6b82d44d Bluetooth: Kconfig: Group HCI_RAW related options Vinayak Chettimada 2017-03-31 08:52:28 +02:00
  • 74cddf9393 Bluetooth: Kconfig: Group stack size related options Vinayak Chettimada 2017-03-31 08:38:55 +02:00
  • ddba873aae Bluetooth: Kconfig: Move BLUETOOTH_CONTROLLER to Controller file Vinayak Chettimada 2017-03-31 03:50:49 +02:00
  • 57a99f6b7a Bluetooth: GATT: Be consistent with error in case SMP is disabled Luiz Augusto von Dentz 2017-03-31 10:56:11 +03:00
  • 757fd755a6 Bluetooth: Remove unnecessary controller-side buffers tracking Johan Hedberg 2017-03-19 13:35:09 +02:00