1. 6a496f8 net: shell: Fix column alignment in net mem command by Jukka Rissanen · 8 years ago
  2. b57e835 net: shell: Print more TCP pending packet information by Jukka Rissanen · 8 years ago
  3. 0a978ea net: tcp: Send data only in established state by Jukka Rissanen · 8 years ago
  4. e087160 net: tcp: Do not re-send already sent packets by Jukka Rissanen · 8 years ago
  5. 0674e03 net: tcp: Remove unused variable by Jukka Rissanen · 8 years ago
  6. cdec73d net: tcp: Only do ref when resending if we could send the packet by Jukka Rissanen · 8 years ago
  7. f8ea1a5 net: tcp: Add more debugging to TCP code by Jukka Rissanen · 8 years ago
  8. 5325c4b net: tcp: Set the TCP sent flag after really sending pkt by Jukka Rissanen · 8 years ago
  9. 3fe4877 net: tcp: Cleanup TCP backlog when releasing context by Jukka Rissanen · 8 years ago
  10. 12017ce net: http: Yield after sending response in server by Jukka Rissanen · 8 years ago
  11. 5996bca schedule_api: fix stack overflow on xt-sim by Andrew Boie · 8 years ago
  12. 222f37d tests: schedule_api: fix variable shadowing by Andrew Boie · 8 years ago
  13. 5305f36 object_tracing: fix definition by Andrew Boie · 8 years ago
  14. 951ce4d net_context: work around missing errno codes by Andrew Boie · 8 years ago
  15. e434260 xtensa: soc: fix IRQ table by Andrew Boie · 8 years ago
  16. ba95aa0 cpp_synchronization: fix main() definition by Andrew Boie · 8 years ago
  17. e165f59 net: rpl: fix inline function declaration by Andrew Boie · 8 years ago
  18. 833ca35 net: tcp.h: fix some function declarations by Andrew Boie · 8 years ago
  19. 2e32e81 net: fix net_tcp_state_str() declaration by Andrew Boie · 8 years ago
  20. d4f116f tcp.h: fix definition of tcp_init_isn() by Andrew Boie · 8 years ago
  21. 8b141dd xcc: fix __in_section_unique() and __COUNTER__ by Andrew Boie · 8 years ago
  22. 0cf6808 irq.h: include generic toolchain header by Andrew Boie · 8 years ago
  23. 2341cc1 doc: fix misspellings in board docs by David B. Kinder · 8 years ago
  24. 39cc489 board: xt-sim: add as a default test platform by Anas Nashif · 8 years ago
  25. 593f6d4 boards: qemu_xtensa: this is not supported by xcc by Anas Nashif · 8 years ago
  26. 3b6e909 boards: xt-sim: add definition for supported configurations by Anas Nashif · 8 years ago
  27. dd09eac arm: nrf: Fix I2C_0_DEFAULT_CFG settings by Kumar Gala · 8 years ago
  28. 05890b3 drivers/ieee802154: Fix licence headers in Kconfig files by Tomasz Bursztyka · 8 years ago
  29. 99c19c6 i2c: stm32: Remove usage of CONFIG_I2C_x_DEFAULT_CFG by Kumar Gala · 8 years ago
  30. 54933b3 i2c: mcux: Remove usage of CONFIG_I2C_x_DEFAULT_CFG by Kumar Gala · 8 years ago
  31. 250e674 dts: nxp: Fix formatting of fixup files by Kumar Gala · 8 years ago
  32. 9935581 i2c: Add helper function to map from bitrate values to zephyr cfg by Kumar Gala · 8 years ago
  33. 670fc32 i2c: Cleanup dts clock-frequency property usage by Kumar Gala · 8 years ago
  34. 10acdb5 i2c: Add define for bit position/shift of I2C SPEED settings in config by Kumar Gala · 8 years ago
  35. cf43be1 Bluetooth: Increase CONFIG_BT_HCI_TX_STACK_SIZE for BT_SPI by Paul Sokolovsky · 8 years ago
  36. fe84d4f net: http: allow HTTP_NETWORK_TIMEOUT to be configured by Michael Scott · 8 years ago
  37. 40e669e tests/kernel: Add pthread API test by Andy Ross · 8 years ago
  38. 53c8599 kernel: POSIX thread IPC support by Andy Ross · 8 years ago
  39. cf9a5e3 doc: 96Boards Carbon: add Bluetooth setup docs by Marti Bolivar · 8 years ago
  40. 7394401 Bluetooth: ipsp: use sys_log by Marti Bolivar · 8 years ago
  41. 77516f5 boards: 96b_carbon_nrf51: provide BT SPI slave configuration by Marti Bolivar · 8 years ago
  42. ef022d3 boards: 96b_carbon: provide BT SPI master configuration by Marti Bolivar · 8 years ago
  43. 272e8ff Bluetooth: hci: spi: add support for new SPI API by Marti Bolivar · 8 years ago
  44. bd5c2c0 Bluetooth: hci: spi: abstract out legacy SPI API by Marti Bolivar · 8 years ago
  45. 8dbb388 samples: Bluetooth: add HCI SPI raw handler sample by Ricardo Salveti · 8 years ago
  46. 4e53f4e Bluetooth: Kconfig: delete stray double quote by Marti Bolivar · 8 years ago
  47. fc965e5 Bluetooth: controller: Split Ext Scan Filter Policies out by Carles Cufi · 8 years ago
  48. 8ebaf29 net: http: dont timeout on HTTP requests w/o body by Michael Scott · 8 years ago
  49. 0592c0c Bluetooth: shell: gatt_read: Reset offset to 0 by Paul Sokolovsky · 8 years ago
  50. 4f67a6c cc3200: Remove TI cc3200 SOC and LaunchXL board support by Gil Pitney · 8 years ago
  51. 0ac5dd7 doc: Clarify the Bluetooth 5.0 support in 1.9 by Carles Cufi · 8 years ago
  52. 749d318 doc: Add BLE controller changes to 1.9 release notes by Carles Cufi · 8 years ago
  53. f54f2ba doc: Add Bluetooth host changes to 1.9 release note by Luiz Augusto von Dentz · 8 years ago
  54. f9caab4 net: sockets: Move under "Network Application Support" heading by Paul Sokolovsky · 8 years ago
  55. 4c60077 tests: work_q: Add test for k_delayed_work_cancel by Luiz Augusto von Dentz · 8 years ago
  56. c1fa82b work_q: Make k_delayed_work_cancel cancel work already pending by Luiz Augusto von Dentz · 8 years ago
  57. adb581b work: Convert usage of k_fifo to k_queue by Luiz Augusto von Dentz · 8 years ago
  58. 84db641 queue: Use k_poll if enabled by Luiz Augusto von Dentz · 8 years ago
  59. 42d9aa7 tests: queue: Add tests for k_queue_remove by Luiz Augusto von Dentz · 8 years ago
  60. 50b9377 queue: Add k_queue_remove by Luiz Augusto von Dentz · 8 years ago
  61. cf9613d kconfig: build code conditionally when possible by Anas Nashif · 8 years ago
  62. 3f83dc9 ci: boards: retry sanitycheck without --subset arg by Anas Nashif · 8 years ago
  63. 98f0e83 boards: esp32: add board definition file by Anas Nashif · 8 years ago
  64. e783179 sanitycheck: add espressif as a supported toolchain by Anas Nashif · 8 years ago
  65. c1a5573 net: sockets: Check return value of k_poll() by Paul Sokolovsky · 8 years ago
  66. de6663f esp32: fix linker script issues by Andrew Boie · 8 years ago
  67. 03a75e1 Bluetooth: controller: Enable Extended Scan Filter Policies bit by Carles Cufi · 8 years ago
  68. 67a51f9 quark_d2000: fix IDT_LIST definition by Andrew Boie · 8 years ago
  69. 2de5902 tests: update min ram requirements and filters by Anas Nashif · 8 years ago
  70. e0e5590 tests: kernel: reduce thread stack size for pend by Anas Nashif · 8 years ago
  71. 4c7233b tests: json: reduce ztest stack size by Anas Nashif · 8 years ago
  72. 41febf2 tests: benchmarks: reduce message size by Anas Nashif · 8 years ago
  73. 6222418 sanitycheck: fix RAM check by Anas Nashif · 8 years ago
  74. c1cafb1 ci: run more tests on boards that have changed by Anas Nashif · 8 years ago
  75. 25faa86 ci: fix call for sanitycheck by Anas Nashif · 8 years ago
  76. b2ba568 dts: arm: nrf52_blenano2: add flash partitions by Tyler Baker · 8 years ago
  77. 05f70f4 ci: retry sanitycheck without --subset arg by Anas Nashif · 8 years ago
  78. 7756bbf drivers: Add I2S (Inter-IC Sound) driver infrastructure by Piotr Mienkowski · 8 years ago
  79. cbff174 drivers: Add I2S (Inter-IC Sound) driver API by Piotr Mienkowski · 8 years ago
  80. 246f4ee drivers: flash: Fix checking for radio idle state by Andrzej Kaczmarek · 8 years ago
  81. d5c13a7 Bluetooth: controller: Rename Kconfig prefix by Carles Cufi · 8 years ago
  82. 01df52c Bluetooth: Use higher RX_BUF_LEN when Mesh Proxy protocol is used by Johan Hedberg · 8 years ago
  83. d8e13c0 net: tcp: Make do_ref_if_needed() a macro by Jukka Rissanen · 8 years ago
  84. ff5e46a net: pkt: Fix the log domain by Jukka Rissanen · 8 years ago
  85. f0012de net: rpl: Allow fine tuning of parent count by Jukka Rissanen · 8 years ago
  86. 1aa8be3 net: nbr: Use the real size of the neighbor pool by Jukka Rissanen · 8 years ago
  87. 20b35ad net: rpl: Add Kconfig option for specifying used IPv6 prefix by Jukka Rissanen · 8 years ago
  88. 4f7f16a net: rpl: Add default interface type setting to Kconfig.rpl by Jukka Rissanen · 8 years ago
  89. a10bbdb net: rpl: Add more debug prints when sending messages by Jukka Rissanen · 8 years ago
  90. 597eef6 net: shell: Fix RPL parent list output print by Jukka Rissanen · 8 years ago
  91. ab55b35 net: shell: Print network interface type by Jukka Rissanen · 8 years ago
  92. 0c20287 net: l2: Declare Bluetooth and Offload L2 drivers public by Jukka Rissanen · 8 years ago
  93. f125672 net: app: Do not try to set ANY address to interface by Jukka Rissanen · 8 years ago
  94. 7886336 net: app: Fix for net_app_get_net_buf() by Jukka Rissanen · 8 years ago
  95. 37e21a4 net: lwm2m: fix registration content format and use plain/text by Robert Chou · 8 years ago
  96. f319660 tests: json: only build if newlib isn't configured by Kumar Gala · 8 years ago
  97. 4d912b0 ext: simplelink: host driver: depend on multithreading by Kumar Gala · 8 years ago
  98. 9479b98 boards: fix dropped HAS_DTS by Anas Nashif · 8 years ago
  99. 61c5c23 scripts: Run JLinkGDBServer in silent mode by Maureen Helm · 8 years ago
  100. be9f577 doc: add CII badge, include README in intro by David B. Kinder · 8 years ago