1. cf05b11 samples: net: Do not assume TCP connection was successful by Leandro Pereira · 8 years ago
  2. 9e329c7 net: tcp: Remove fin_queued flag from struct net_tcp by Leandro Pereira · 8 years ago
  3. 5157886 net: ip: Make struct in_addr::s_addr compatible with POSIX definition by Paul Sokolovsky · 8 years ago
  4. b5d4a25 arc: fix balign position to properly 4byte align global vars by Michael R Rosen · 8 years ago
  5. 9faa5f2 doc: spelling fixes in Kconfig files by David B. Kinder · 8 years ago
  6. 342bdda doc: spelling fixes in samples/ and boards/ by David B. Kinder · 8 years ago
  7. 57df515 samples: net: echo-client: Fix compile error by Jukka Rissanen · 8 years ago
  8. 65e5401 xtensa: fix 'make debug' for xt-sim targets by Andrew Boie · 8 years ago
  9. 1f3f440 arm: nxp: mpu: Fix off-by-1 error in region index calculation by Maureen Helm · 8 years ago
  10. bacbea6 arm: nxp: mpu: Rework handling of region descriptor 0 by Maureen Helm · 8 years ago
  11. d2e38de arm: nxp: mpu: Return constant number of mpu regions by Maureen Helm · 8 years ago
  12. c0682a9 net: context: Init context state after unref by Jukka Rissanen · 8 years ago
  13. 35d28fb net: http: Connection close fix if old connection is active by Jukka Rissanen · 8 years ago
  14. 87ccb79 net: lib: dns: Check return value of net_context_recv() by Leandro Pereira · 8 years ago
  15. 2f117af scripts: make check_compliance scripts take arguments by Anas Nashif · 8 years ago
  16. 1fc69dd ci: merge xml reports into one single file by Anas Nashif · 8 years ago
  17. c363a0d ci: compliance: add missing classname and enhanced description by Anas Nashif · 8 years ago
  18. 243671b samples: ipm: fix macro name by Anas Nashif · 8 years ago
  19. aac4f48 tests: Add shell tests by Luiz Augusto von Dentz · 8 years ago
  20. a04d22c net: shell: Remove code adjust arguments by Luiz Augusto von Dentz · 8 years ago
  21. 81cc891 shell: Adjust arguments when executing a command of different module by Luiz Augusto von Dentz · 8 years ago
  22. 417dc03 shell: Return proper errors if the command fails by Luiz Augusto von Dentz · 8 years ago
  23. 4b5aef7 shell: Add define to _SHELL_H_ by Luiz Augusto von Dentz · 8 years ago
  24. 1a8cd31 shell: Add shell_exec by Luiz Augusto von Dentz · 8 years ago
  25. 680ca8c toolchain/common.h: deprecate __stack by Andrew Boie · 8 years ago
  26. 567c6c7 misc: use K_THREAD_STACK_DEFINE macros by Andrew Boie · 8 years ago
  27. e87eaca samples: use K_THREAD_STACK_DEFINE macros by Andrew Boie · 8 years ago
  28. 2d4a36f drivers: use K_THREAD_STACK_DEFINE macros by Andrew Boie · 8 years ago
  29. 15ed8ec tests: use K_THREAD_STACK_DEFINE macros by Andrew Boie · 8 years ago
  30. dc5d935 kernel: introduce stack definition macros by Andrew Boie · 8 years ago
  31. bcb4cfe tests: net: use main thread for test by Andrew Boie · 8 years ago
  32. e0185d4 toolchain: gcc: add __DEPRECATED_MACRO by Andrew Boie · 8 years ago
  33. 2f28bf5 scripts: convert helper scripts to python3 by Punit Vara · 8 years ago
  34. 0eb078b doc: fix reference to nios2-configure-sof tool by David B. Kinder · 8 years ago
  35. fa4a393 scripts: extract_dts_includes.py: Correct LOAD_OFFSET by Andy Gross · 8 years ago
  36. 7211665 pinmux: Galileo: Updated the pinmux to use new PWM API's. by Adithya Baglody · 8 years ago
  37. 3a02554 ieee802154: Realign structure bitfields by Tomasz Bursztyka · 8 years ago
  38. 286139e net: tcp: Check pkt before sending RESET by Jukka Rissanen · 8 years ago
  39. fc125e0 net: shell: Add HTTP server connection monitoring by Jukka Rissanen · 8 years ago
  40. e3ba688 net: shell: Show HTTP connection information by Jukka Rissanen · 8 years ago
  41. ab51f67 net: http: Collect HTTP server connection information by Jukka Rissanen · 8 years ago
  42. d055252 Bluetooth: controller: Restrict enc to 1M 27 bytes PDU on nRF51 by Vinayak Kariappa Chettimada · 8 years ago
  43. ebd94f0 Bluetooth: controller: Cond. compile LE Encryption by Vinayak Kariappa Chettimada · 8 years ago
  44. 447193c net: context: Print error code if sending fails by Jukka Rissanen · 8 years ago
  45. 7812569 net: context: Add debug print when context is freed by Jukka Rissanen · 8 years ago
  46. e90f4e1 sample: net: Add https-client sample application by Jukka Rissanen · 8 years ago
  47. 1b82463 net: http: Add HTTPS client support by Jukka Rissanen · 8 years ago
  48. 0d43bbf net: http: Move heap init into net/lib/http/http.c by Jukka Rissanen · 8 years ago
  49. 393ab90 samples: net: Fix README.rst file documentation by Jukka Rissanen · 8 years ago
  50. 0b9f9f3 tests: context: move idle test to the end by Andrew Boie · 8 years ago
  51. 2a29bed tests: json: add tests for arrays of objects by Marti Bolivar · 8 years ago
  52. 25d62ed lib: json: add helper macros for arrays of objects by Marti Bolivar · 8 years ago
  53. b4c8d83 lib: json: fix arr_parse() by Marti Bolivar · 8 years ago
  54. 2620ae0 lib: json: fix arr_encode() by Marti Bolivar · 8 years ago
  55. a4b67de lib: json: clarify JSON_OBJ_DESCR_ARRAY usage by Marti Bolivar · 8 years ago
  56. 6e78701 tests: remove obsolete usage of defrag by Anas Nashif · 8 years ago
  57. 817a043 toolchain.gccarmemb: Fix support for where to find newlib by Kumar Gala · 8 years ago
  58. e3550a2 stack_sentinel: hang system on failure by Andrew Boie · 8 years ago
  59. 000429c tests: fatal: increase coverage by Andrew Boie · 8 years ago
  60. 6255d6c k_oops: force unlock IRQs on ARMv7M by Andrew Boie · 8 years ago
  61. 998f905 arches: declare _SysFatalErrorHandler __weak by Andrew Boie · 8 years ago
  62. ae1a75b stack_sentinel: change cooperative check by Andrew Boie · 8 years ago
  63. ef2e463 frdm_k64f: default to pyocd.sh for flashing/debug by Andrew Boie · 8 years ago
  64. 639a10e sam3x: report correct number of IRQ priority bits by Andrew Boie · 8 years ago
  65. 3405607 license: add missing licenses and copyright by Anas Nashif · 8 years ago
  66. c282811 samples: static_lib: conditional assign BOARD (?=) by Sharron LIU · 8 years ago
  67. 84628e8 kconfig: misc: Conditionally remove FLASH_LOAD options by Andy Gross · 8 years ago
  68. 91f67a1 dts: common: yaml: Add partition file by Andy Gross · 8 years ago
  69. 6925504 dts/extract_dts_includes.py: Add partition support by Andy Gross · 8 years ago
  70. 68e8813 tests: context: allow 2 ticks of slop by Andrew Boie · 8 years ago
  71. 7a5150c tests: context: make some failures less ambiguous by Andrew Boie · 8 years ago
  72. f009561 doc: fix linenum references in api example by David B. Kinder · 8 years ago
  73. 3970cd4 samples: fixed typo in README.rst by Sharron LIU · 8 years ago
  74. 054ab5f release: Update version of master to 1.8.99 by Anas Nashif · 8 years ago
  75. b676bfa drivers: serial: uart_fe310: fix function definiton name for UART1 IRQ by Jens Peter Schroer · 8 years ago
  76. 364a2ac sensor: lps22hb: fix the pressure sensor fractional value by Harry Jiang · 8 years ago
  77. eaa4288 doc: add interrupt implementation details by Andrew Boie · 8 years ago
  78. 489d747 samples: restore cpp_synchronization test by Andrew Boie · 8 years ago
  79. 5b22d6f Makefile.toolchain.zephyr: fix C++ on Xtensa by Andrew Boie · 8 years ago
  80. e125e5b arm: core: mpu: Prevent updating unexpected region by chunlin · 8 years ago
  81. b520075 gitlint: Ignore signed-off-by line by Anas Nashif · 8 years ago
  82. 7a01988 net: 6lo: Fix source address uncompression by Ravi kumar Veeramally · 8 years ago
  83. 4a8a42f net: rpl: Update RPL header by Ravi kumar Veeramally · 8 years ago
  84. 2e2ce31 net: https: Allow mbedtls debugging for https-server by Jukka Rissanen · 8 years ago
  85. f84d520 drivers: IPM: Refactor IPM driver using u32_t registers by Andrei Emeltchenko · 8 years ago
  86. 1129925 drivers: IPM: Access 32-bit IPM registers right way by Andrei Emeltchenko · 8 years ago
  87. 50605ec drivers: IPM: Fix loosing interrupts by Andrei Emeltchenko · 8 years ago
  88. 7763a1d lib/json: Fix build warnings (-Wpointer-sign) with LLVM/icx by Leandro Pereira · 8 years ago
  89. 08a2c60 net: context: Operations on unused context should lead to EBADF. by Paul Sokolovsky · 8 years ago
  90. 0998cdf Bluetooth: shell: gatt-write-without-response with repeat by Vinayak Kariappa Chettimada · 8 years ago
  91. cb0f81f samples: dns_resolve: Clarify documentation about DNS configuration by Leandro Pereira · 8 years ago
  92. 82cd648 x86: don't shift data addresses between builds by Andrew Boie · 8 years ago
  93. 4b355f1 doc: getting_started: Add WSL instructions by Carles Cufi · 8 years ago
  94. f2ecdd4 dts: yaml: Add YAML template file by Andy Gross · 8 years ago
  95. 252da09 doc: Add Device Tree documentation by Andy Gross · 8 years ago
  96. f1f5275 bluetooth: Allow to specify Logging Domain by Andrei Emeltchenko · 8 years ago
  97. 6d47631 riscv32: update time slice before swap by Andrew Boie · 8 years ago
  98. 7b7fbf8 nios2: reset timeslice on interrupt-induced swap by Andrew Boie · 8 years ago
  99. 7b7504e schedule_api: don't exclude Nios II by Andrew Boie · 8 years ago
  100. 3989de7 kernel: fix short time-slice reset by Andrew Boie · 8 years ago