1. edf1759 sanitycheck: group case selection options in the help message by Marc Herbert · 6 years ago
  2. 599bda3 driver/sensor: lis2mdl: (FIX) change 'uint32_t' type into 'u32_t' by Armando Visconti · 6 years ago
  3. f1810c8 net/icmpv4: Create reply taking taking into account the IPv4 hdr lengh by Tomasz Bursztyka · 6 years ago
  4. a567bcb net/utils: Use the right IPv4 header length for checksum calculation by Tomasz Bursztyka · 6 years ago
  5. 21c66a8 net/ipv4: Handle options relevantly by Tomasz Bursztyka · 6 years ago
  6. 01d41f2 logging: Switch to new net_pkt/net_context API by Tomasz Bursztyka · 6 years ago
  7. 5594aee net/context: Enable using dedicated slab/pools to allocate a packet by Tomasz Bursztyka · 6 years ago
  8. 4508e94 net/pkt: Enable allocating from external slab and data pool on new API by Tomasz Bursztyka · 6 years ago
  9. c10d780 include/net: Fix net_pkt.h indentation issue by Tomasz Bursztyka · 6 years ago
  10. 718dd56 net: samples: Fix packet socket sample iface index by Ravi kumar Veeramally · 6 years ago
  11. d042d62 cmake: west: Allow mono-repo to build when west is installed by Torsten Rasmussen · 6 years ago
  12. 6929c37 cmake: add west version checking by Marti Bolivar · 6 years ago
  13. 50d72ed x86: implement eager FP save/restore by Andrew Boie · 6 years ago
  14. 9115386 samples: net: mqtt: update readme with SOCKS5 info by Tomasz Gorochowik · 6 years ago
  15. 3aa8443 tests: drivers: build_all: add CAN to the build tests by Alexander Wachter · 6 years ago
  16. c3bbfeb pci: properly scan all device resources by Daniel Leung · 6 years ago
  17. ddf9193 doc: kconfig: Encourage using menuconfig as a sanity check by Ulf Magnusson · 6 years ago
  18. e6a2b15 doc: kconfig: Add section on (lack of) conditional includes by Ulf Magnusson · 6 years ago
  19. 72af04b open-amp: Fix build issue with newlib by Kumar Gala · 6 years ago
  20. 11cedc6 ext: libmetal: Update libmetal to snapshot for bug fixes by Kumar Gala · 6 years ago
  21. 3426890 include: uart: Fix function reference in docstrings by Jacob Siverskog · 6 years ago
  22. af4ecea boards: arm: Enable building with Zephyr toolchain by Kumar Gala · 6 years ago
  23. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  24. cf2d579 kernel/sched: Rename scheduler spinlock by Patrik Flykt · 6 years ago
  25. 15239a4 gpio_intel_apl: bounds sanitize pins by Andrew Boie · 6 years ago
  26. 7416457 lib: fdtable: safely bounds check file descriptors by Andrew Boie · 6 years ago
  27. 82205e6 x86: fix Spectre V1 index checks by Andrew Boie · 6 years ago
  28. 00c2d5a kernel: add k_array_index_sanitize() by Andrew Boie · 6 years ago
  29. 576ebf4 kernel: add config for Spectre V1 mitigation by Andrew Boie · 6 years ago
  30. a96631d x86: organize vulnerability ontology by Andrew Boie · 6 years ago
  31. 7d168db CODEOWNERS: Add codeowner to boards/shields by Erwan Gouriou · 6 years ago
  32. ce4b282 lib: cmsis_rtos_v2: changed printformat that produced warnings by Dennis Wildmark · 6 years ago
  33. 03dec5b logging: fix compiler warning when using -Wextra flag with gcc by Dennis Wildmark · 6 years ago
  34. 07384cf docs: Updated Linux Getting started for SDK 0.10.0 by Kumar Gala · 6 years ago
  35. 0def7cc ci: Move to using SDK 0.10.0 by Kumar Gala · 6 years ago
  36. ac908b8 doc: boards: arm: nrf52840_pca10059: fix instructions for flashing by Emanuele Di Santo · 6 years ago
  37. 7967829 ext: mcux: Fix handling of rt1052 part numbers by Maureen Helm · 6 years ago
  38. a259279 soc: nxp_imx: Add rt1052 A1 silicon part numbers by Maureen Helm · 6 years ago
  39. 1c49129 soc: nxp_imx: Sort imx rt part numbers in alpha order by Maureen Helm · 6 years ago
  40. 5ac2461 doc: net: Fix L2 documentation by Jukka Rissanen · 6 years ago
  41. 1ed18b8 drivers: hwinfo: change stm32 device id driver from HAL to LL by Alexander Wachter · 6 years ago
  42. a9090c9 net: lldp: Move optional End TLV to send function by Andrei Emeltchenko · 6 years ago
  43. c2dbbf7 samples: net: lldp: Set optional TLV system_name by Andrei Emeltchenko · 6 years ago
  44. 480f93f net: lldp: Add optional TLV API by Andrei Emeltchenko · 6 years ago
  45. fba09bf net: lldp: Move LLDP structure definition to lldp by Andrei Emeltchenko · 6 years ago
  46. 57f5f80 linker: no need to sort by name for kernel object by Daniel Leung · 6 years ago
  47. c8066c5 linker: remove references to _k_task_list/_k_event_list by Daniel Leung · 6 years ago
  48. bd40fc2 linker: remove references to no longer exist _k_memory_pool by Daniel Leung · 6 years ago
  49. d97df04 arch: arm: documentation fixes for _new_thread() by Ioannis Glaropoulos · 6 years ago
  50. d69c2f8 kernel: documentatation for _setup_new_thread() by Ioannis Glaropoulos · 6 years ago
  51. bfc47b6 arch: arm: add an ASSERT for thread stack pointer coherence by Ioannis Glaropoulos · 6 years ago
  52. ad9a354 arch: arm: fix implementation of _new_thread() by Ioannis Glaropoulos · 6 years ago
  53. edc9e4d arch: arm: userspace: Force arch-specific user local data reservation by Ioannis Glaropoulos · 6 years ago
  54. 8cbba1e arch: arm: documentation improvements for _ARCH_THREAD_STACK_SIZEOF() by Ioannis Glaropoulos · 6 years ago
  55. 4e4048f settings: enable logging by Andrzej Puzdrowski · 6 years ago
  56. 922f538 tests: net: mqtt: Fix the error handling aftre read by Tedd Ho-Jeong An · 6 years ago
  57. b5582fa kconfig: silabs_exx32: Remove duplicated SOC_EFM32* dependencies by Ulf Magnusson · 6 years ago
  58. 608647e can: Add the padding to can_frame as Linux expects that by Jukka Rissanen · 6 years ago
  59. 7a00658 tests/subsys/fs/nffs_fs_api: build ram back-end only for qemu_x86 by Andrzej Puzdrowski · 6 years ago
  60. 2e01e86 drivers: watchdog: wdt_sam: use the generic disable option by Aurelien Jarno · 6 years ago
  61. 462fc32 tests/unit: Switch vlan test to new net_pkt/net_context API by Tomasz Bursztyka · 6 years ago
  62. a03efe1 tests/net: Fix vlan test timeout values by Tomasz Bursztyka · 6 years ago
  63. ab1d38c tests/net: Reducing utils test by removing redundant ones by Tomasz Bursztyka · 6 years ago
  64. 6a1387d tests/net: Switch tx timestamp test to new net_context API by Tomasz Bursztyka · 6 years ago
  65. dd01e99 net/context: Add an option so set/unset packet timestamping by Tomasz Bursztyka · 6 years ago
  66. 3e6e092 tests/net: Fix tx timestamp test timeout values by Tomasz Bursztyka · 6 years ago
  67. 3fb49d8 tests/net: Switch traffic class test to new net_context API by Tomasz Bursztyka · 6 years ago
  68. c7ee54a net/context: If enabled, pass the context priority to the packet by Tomasz Bursztyka · 6 years ago
  69. 5cff958 tests/net: Fix traffic class test timeout values by Tomasz Bursztyka · 6 years ago
  70. eca8f10 tests/net: Switch tcp test to new net_pkt API by Tomasz Bursztyka · 6 years ago
  71. 3449622 tests/net: Switch promiscuous test to new net_pkt API by Tomasz Bursztyka · 6 years ago
  72. 2a18ec9 tests/net: Switch MLD to new net_pkt API by Tomasz Bursztyka · 6 years ago
  73. 07d34b0 tests/net: Replace the legacy net_pkt API test by the new one. by Tomasz Bursztyka · 6 years ago
  74. da37c67 tests/net: Switch ipv6 fragmentation test to new net_pkt API by Tomasz Bursztyka · 6 years ago
  75. 07f9040 tests/net: Switch ipv6 test to new net_pkt API by Tomasz Bursztyka · 6 years ago
  76. 32dfb13 tests/net: Switch iface test to new net_pkt API by Tomasz Bursztyka · 6 years ago
  77. 8e8bd65 tests/net: Switch icmpv6 test to new net_pkt API by Tomasz Bursztyka · 6 years ago
  78. 6c18a27 net/pkt: Allow having NULL as iface by Tomasz Bursztyka · 6 years ago
  79. ae94e2e tests/net: Switch context test to new net_context API by Tomasz Bursztyka · 6 years ago
  80. a05c29f tests/net: Fix context test timeout values and function calls by Tomasz Bursztyka · 6 years ago
  81. 8b857da tests/net: Switch checksum test to new net_context API by Tomasz Bursztyka · 6 years ago
  82. b0ba9c0 doc: shell: Document logging to shell in case of early crash by Krzysztof Chruscinski · 6 years ago
  83. 26085d9 drivers: can: fix multiple issues by Andrew Boie · 6 years ago
  84. 319d8c7 doc: net: Updates to network architecture document by Jukka Rissanen · 6 years ago
  85. d4d75eb shell: Make sure digits of the device id are rendered with 2 hex digits by Daniel Egger · 6 years ago
  86. 46c19ff kconfig: drivers: pwm: Remove redundant deps. by Ulf Magnusson · 6 years ago
  87. c006cfe kconfig: arch: arm: Remove redundant ARM_SECURE_FIRMWARE dep. by Ulf Magnusson · 6 years ago
  88. 747cc71 kconfig: subsys: dfu: Remove redundant IMG_MANAGER dep. by Ulf Magnusson · 6 years ago
  89. 94a9342 kconfig: subsys: usb: Remove redundant USB_DEVICE_STACK deps. by Ulf Magnusson · 6 years ago
  90. b34b2c5 Bluetooth: kconfig: Remove redundant dependencies by Ulf Magnusson · 6 years ago
  91. e1d85f8 kconfig: arch: posix: Remove redundant ARCH_POSIX dep. by Ulf Magnusson · 6 years ago
  92. 681f771 kconfig: boards: nrf52_bsim: Remove redundant BOARD_NRF52_BSIM dep. by Ulf Magnusson · 6 years ago
  93. f85de58 kconfig: boards: native_posix: Remove redundant BOARD_NATIVE_POSIX dep. by Ulf Magnusson · 6 years ago
  94. 70da85c kconfig: drivers: i2s: Remove redundant deps. by Ulf Magnusson · 6 years ago
  95. 0f53f46 kconfig: drivers: i2c: Remove redundant I2C_SLAVE dep. by Ulf Magnusson · 6 years ago
  96. 92a1f2c kconfig: drivers: counter: Remove redundant COUNTER deps. by Ulf Magnusson · 6 years ago
  97. 0cfb2fa kconfig: drivers: clock_control: Remove redundant CLOCK_CONTROL deps. by Ulf Magnusson · 6 years ago
  98. a51a781 kconfig: drivers: rtc: Remove redundant RTC deps. by Ulf Magnusson · 6 years ago
  99. 569e645 kconfig: drivers: audio: Remove redundant AUDIO_DMIC deps. by Ulf Magnusson · 6 years ago
  100. 28063dc kconfig: drivers: modem: Remove redundant MODEM_WNCM14A2A deps by Ulf Magnusson · 6 years ago