Commit graph

  • 448cd0c0ce ci: handle documentation errors in ci Anas Nashif 2018-07-24 17:14:29 -0500
  • 98775f34c3 kconfig: decouple realmode boot from CONFIG_JAIHOUSE Zide Chen 2018-07-23 15:58:56 -0700
  • cea73067ce tests: kernel: Add test to validate k_stack_alloc_init, k_stack_cleanup Ajay Kishore 2018-07-17 06:05:13 +0530
  • 9af485adf8 doc: fix incorrect defgroup comment in Queue tests David B. Kinder 2018-07-24 11:44:41 -0700
  • 5c086deccd doc: fix doxygen error in ethernet.h David B. Kinder 2018-07-24 11:52:34 -0700
  • a698e84a76 userspace: adjust syscall generation scripts Andrew Boie 2018-07-23 17:27:57 -0700
  • 39db4f48d7 drivers/ieee802154: Fix settings channel/tx power in uart pipe driver Tomasz Bursztyka 2018-07-23 10:59:20 +0200
  • 4c6b90e317 tests: queue: Add description and doxygen groups Spoorthi K 2018-07-23 12:40:26 +0530
  • cb499d3232 tests: stack: Add description for test cases Spoorthi K 2018-07-23 11:33:40 +0530
  • 6c30f5955e samples: net: Fix incorrect error check in echo_server Robert Lubos 2018-07-24 14:01:28 +0200
  • 9bb56cc6b9 net/icmpv4: Rename static function with icmpv4_ prefix Tomasz Bursztyka 2018-07-24 12:59:18 +0200
  • ea5610af0a net/icmpv4: src ll address does not need to be set Tomasz Bursztyka 2018-07-23 18:39:16 +0200
  • be6f59d322 net/icmpv4: Checksum is always set to 0 prior to being calculated Tomasz Bursztyka 2018-07-23 15:24:07 +0200
  • b89f127f01 net/icmpv4: Use generic IPv4 relevantly Tomasz Bursztyka 2018-07-23 15:19:51 +0200
  • abf68bc5ea net/ipv4: Remove useless return value Tomasz Bursztyka 2018-07-23 14:34:15 +0200
  • a38dc0914f net/ipv4: Remove ifdefs and use IS_ENABLED instead Tomasz Bursztyka 2018-07-23 14:22:13 +0200
  • df4325a9b8 net/ipv4: Remove useless proto field setting in ipv4 header Tomasz Bursztyka 2018-07-23 14:08:40 +0200
  • d147cc8dd4 mimxrt1050_evk: disable sanitycheck on this board [REVERT ME] Anas Nashif 2018-07-24 08:16:35 -0500
  • f3d48e1cce sanitycheck: allow blacklisting boards Anas Nashif 2018-07-24 08:14:42 -0500
  • fbbef6f436 net: stats: Simplify periodic statistics printing Jukka Rissanen 2018-07-18 12:59:33 +0300
  • af34779510 samples: net: tp: Avoid compiler warning Jukka Rissanen 2018-07-18 12:47:50 +0300
  • 50a08d9e8b loapic timer: LVTT should be programmed before ICR Zide Chen 2018-07-19 12:40:22 -0700
  • 07e913a1e5 ioapic: IOREGSEL register needs to be treated as 32 bits Zide Chen 2018-07-23 10:53:00 -0700
  • c5095797b9 samples: net: Add promiscuous mode application Jukka Rissanen 2018-07-23 14:09:24 +0300
  • 36ab41df79 net: shell: Print information about promiscuous mode Jukka Rissanen 2018-07-23 14:08:15 +0300
  • af44d7c2e8 net: eth: native_posix: Add promiscuous mode support Jukka Rissanen 2018-07-23 14:00:19 +0300
  • 9135b17535 net: eth: native_posix: Return proper error code from linux Jukka Rissanen 2018-07-23 13:58:21 +0300
  • d202834e86 tests: net: Add tests for net_promisc API Jukka Rissanen 2018-07-24 11:29:00 +0300
  • 3f9c7bd159 net: Add promiscuous mode support Jukka Rissanen 2018-07-23 14:03:11 +0300
  • e18900c5c5 tests: net: if: Add promisc mode tests Jukka Rissanen 2018-07-20 16:49:07 +0300
  • 7352260696 tests: net: ethernet_mgmt: Add promisc mode tests Jukka Rissanen 2018-07-20 16:48:20 +0300
  • bf9bae58d1 net: eth: Add generic promiscuous mode support Jukka Rissanen 2018-07-20 16:44:58 +0300
  • b19cb207cb net: if: Add promiscuous mode set / unset functionality Jukka Rissanen 2018-07-20 16:42:54 +0300
  • 72f75e52e1 samples: net: echo-server: Add overlay config support Jukka Rissanen 2018-07-19 18:00:56 +0300
  • 99a91c9459 Bluetooth: Kconfig: Lower minimum required ACL buffer count Johan Hedberg 2018-07-23 14:12:59 +0300
  • 8e8dc1c528 net: relax net_ip.h check Andrew Boie 2018-07-23 12:31:30 -0700
  • efb0080d8b boards/x86: up_squared: fix UART interrupt triggers Daniel Leung 2018-07-23 13:22:18 -0700
  • 90b64489e5 arch: arm: allow processor to ignore/recover from faults Ioannis Glaropoulos 2018-07-18 12:44:20 +0200
  • f713fa5d52 arch: arm: re-organize arm fault handling Ioannis Glaropoulos 2018-07-18 11:54:10 +0200
  • afef645279 arch: arm: Call NanoFatalErrorHandler and split out Secure stack dump Ioannis Glaropoulos 2018-07-18 11:46:19 +0200
  • f4645561f9 arch: arm: improve documentation of _Fault(.) Ioannis Glaropoulos 2018-07-17 11:14:29 +0200
  • 58cc75327b net: getaddrinfo: Make availability depend on CONFIG_DNS_RESOLVER Paul Sokolovsky 2018-07-20 13:41:36 +0300
  • d2b3c75403 Revert "sanitycheck: set state correctly in case of a crash" Anas Nashif 2018-07-23 11:55:58 -0500
  • fa90fdc42c logging: Macro argument evaluated when enabled Krzysztof Chruscinski 2018-07-23 14:02:17 +0200
  • 2807e5c1c6 samples: net: echo_server: Fix building of echo replies Ravi kumar Veeramally 2018-07-19 15:30:24 +0300
  • 3fafe4f9ad net: ipv6: Handle large IPv6 packets properly Ravi kumar Veeramally 2018-07-19 15:21:25 +0300
  • e9e5115116 Bluetooth: shell: Add name command Luiz Augusto von Dentz 2018-07-17 13:55:47 +0300
  • d1c4ce8741 Bluetooth: shell: Make use of BT_LE_ADV_OPT_USE_NAME Luiz Augusto von Dentz 2018-07-17 13:34:27 +0300
  • a8688fc587 Bluetooth: peripheral: Set CONFIG_BT_DEVICE_NAME_MAX Luiz Augusto von Dentz 2018-07-10 16:35:23 +0300
  • 2e2f122d51 Bluetooth: samples: Make use of BT_LE_ADV_OPT_USE_NAME Luiz Augusto von Dentz 2018-07-10 11:26:19 +0300
  • 4052ca6d17 Bluetooth: Use shortened name if complete doesn't fit Luiz Augusto von Dentz 2018-07-16 12:08:02 +0300
  • 18df11646f Bluetooth: Allow use of ScanData with BT_LE_ADV_OPT_USE_NAME Luiz Augusto von Dentz 2018-07-16 11:45:20 +0300
  • acc3e5129e Bluetooth: Add BT_LE_ADV_OPT_USE_NAME Luiz Augusto von Dentz 2018-07-10 10:14:23 +0300
  • aa339ed0f2 Bluetooth: GATT: Make GAP name writable Luiz Augusto von Dentz 2018-07-09 16:14:56 +0300
  • 2637c978fe Bluetooth: Store device name Luiz Augusto von Dentz 2018-07-09 15:12:04 +0300
  • d74a56bd63 sanitycheck: set state correctly in case of a crash Anas Nashif 2018-07-21 19:58:47 -0400
  • 127220c663 tests: net: Run various tests only in qemu_x86 or native_posix Jukka Rissanen 2018-07-20 12:24:20 +0300
  • faae730a53 tests: net: Print proper error if we run out of net bufs Jukka Rissanen 2018-07-20 12:19:42 +0300
  • 6a8649f806 libc: minimal: add malloc functions Andrew Boie 2018-07-12 15:00:58 -0700
  • 17282578a9 arc: fix update of ERET on exc return Andrew Boie 2018-07-16 10:38:23 -0700
  • f9cd4995ff drivers/serial: ns16550: extend to support 4 ports Daniel Leung 2018-07-19 10:43:08 -0700
  • 7fe2c3b14f logging: Fix static log filtering Krzysztof Chruscinski 2018-07-20 14:25:57 +0200
  • 4238418eb2 tests: kernel: document gen_isr_table tests for RTM Ajay Kishore 2018-07-09 19:43:53 +0530
  • 96aa0d2133 kernel: Use accurate tick/ms conversion if clock rate is set at runtime Piotr Zięcik 2018-07-13 16:37:50 +0200
  • 09a322ae21 tests: kernel: device: Set device power state Ramakrishna Pallala 2018-07-19 13:09:02 +0530
  • 913507a21f tests: crypto: rand32: Add test for z_early_boot_rand32_get Ramakrishna Pallala 2018-07-19 10:22:02 +0530
  • 5f92b3b740 ext: hal: cmsis: Remove headers from old CMSIS import Kumar Gala 2018-07-18 17:58:04 -0500
  • be9966f3ae Bluetooth: Mesh: Fix missing semicolon for debug log Johan Hedberg 2018-07-20 13:38:13 +0300
  • ef935898d0 boards: arm: add nrf52840_pca10059 Emanuele Di Santo 2018-07-09 15:24:47 +0200
  • 7479cc2ee8 samples: net: Fix incorrect use of ipv4 in ipv6 branch Subramanian Meenakshi Sundaram 2018-07-19 10:39:38 -0700
  • 2fe998cdef kernel: Deprecate sys_clock_us_per_tick variable. Piotr Zięcik 2018-07-17 15:14:32 +0200
  • 408a580644 net: ethernet: mgmt: Fix Qav deltaBandwith check Jukka Rissanen 2018-07-19 11:32:29 +0300
  • 7f0432a114 net: utils: Check null pointer when parsing IPv6 address Jukka Rissanen 2018-07-18 16:54:10 +0300
  • dfa3f10b26 net: gptp: Add comment for falling through case Jukka Rissanen 2018-07-18 16:44:01 +0300
  • 27fef49d17 net: gptp: Check overflow of log msg interval Jukka Rissanen 2018-07-18 16:38:03 +0300
  • 4670214c26 net: gptp: Fix unsigned value comparison Jukka Rissanen 2018-07-18 14:25:51 +0300
  • 81a2c4b8ff tests: sleep: Fix _TICK_ALIGN correction. Piotr Zięcik 2018-07-19 15:08:02 +0200
  • 7f4d006959 kernel: fix errno access for user mode Andrew Boie 2018-07-19 11:09:33 -0700
  • 89f87ec56e syscalls: pull in arch/cpu.h Andrew Boie 2018-07-19 13:00:52 -0700
  • 45f069a4bb arc: arch.h: move extern "C" after includes Andrew Boie 2018-07-19 14:47:59 -0700
  • 362716762b arm: arch.h: move extern "C" after includes Andrew Boie 2018-07-19 14:12:56 -0700
  • e24350c775 sanitycheck: do not run if we do not have nsimdrv Anas Nashif 2018-07-11 15:09:22 -0500
  • 99f5a6cfed sanitycheck: support additional handlers Anas Nashif 2018-07-07 08:45:53 -0500
  • d44c900143 boards: nsim_em: mark as simulation platform Anas Nashif 2018-07-11 14:53:45 -0500
  • fd62b7a085 boards: nsim_sem: fix identifier Anas Nashif 2018-07-11 14:52:55 -0500
  • 685111ac06 sanitycheck: add nsim as simulation type Anas Nashif 2018-07-11 14:52:02 -0500
  • df7ee61c09 sanitycheck: merge native and unit handlers Anas Nashif 2018-07-07 06:09:01 -0500
  • 7ce9615a2b nsim: add run target Anas Nashif 2018-07-06 09:02:03 -0500
  • 4a9f3e63b8 sanitycheck: do not redefine handler_log Anas Nashif 2018-07-06 18:58:18 -0500
  • 1377375af2 sanitycheck: refactor add_goal Anas Nashif 2018-07-06 18:20:23 -0500
  • d9c37d6cfc kernel: idle: Define _sys_soc_resume functions conditionally Ramakrishna Pallala 2018-07-17 21:21:30 +0530
  • 770eba360f tests: power: multicore: Fix power state entry for LMT Ramakrishna Pallala 2018-07-16 14:45:15 +0530
  • 05434d1bb6 tests: power: multicore: Fix the idle synchronization issue Ramakrishna Pallala 2018-07-16 14:32:02 +0530
  • 49f5f5bc23 tests: power: power_states: Define power states as per architecture Ramakrishna Pallala 2018-07-16 14:22:30 +0530
  • fe48f743f3 arch: arc: Fix Deep Sleep hang issue on Quark SE(ARC) Ramakrishna Pallala 2018-07-16 14:09:44 +0530
  • 2e615181f0 arch: x86: Reorder the SoC power states for Quark SE Ramakrishna Pallala 2018-07-16 13:15:59 +0530
  • 83db9ad753 logging: Make prefixes the same length Johan Hedberg 2018-07-19 21:58:26 +0300
  • a74137f665 net: getaddrinfo: use memory allocation for res Andrew Boie 2018-07-18 12:01:19 -0700
  • 1b37602859 net: getaddrinfo: ai_state no longer global Andrew Boie 2018-07-18 11:25:49 -0700
  • 3bda93a3aa dts: arc: fixes the warning msgs during cmake Wayne Ren 2018-07-19 17:11:14 +0800