menuconfig: Show properties on the correct symbol definition
doc: genrest: Show properties on the correct symbol definition
kconfiglib: Record which MenuNode has each property
kconfig: Get rid of 'option env' bounce symbols
spi_handlers: fix some build issues
syscalls: remove policy from handler checks
k_queue: allow user mode access via allocators
HACK: tests: disable output disasm for 1 ARC test
doc: networking: qemu_setup: Update details and add DNS information
samples: net: rpl: Add observer support to node application
samples: net: rpl: Enhance RPL border router application
samples: net: rpl: Simple RPL border router application
tests: common: fixed pointer formatting
doc: Update Zephyr SDK version
samples/net: Add a simple sample to run wifi shell module
drivers/wifi: Move all winc1500 related code to its own directory
drivers/winc1500: Implement wifi mgmt offloaded API
drivers/wifi: WINC1500 driver is not using WAKE pin
drivers/wifi: Switch info level to debug level in winc1500 driver
drivers/wifi: Split case logic into functions in winc1500 driver
drivers/wifi: Remove useless gpio configuration call in winc1500 driver
drivers/wifi: Move configure macros to Kconfig
drivers/wifi: Generalize GPIO configuration for the WINC1500 driver
drivers/wifi: Add winc1500 WiFi driver
drivers/adc: Uneven buffers will lead to buffer overflow
native: entropy: warn of security risk
drivers: spi: Fix TOCTOU while transceiving SPI messages
samples: olimex_stm32_e407: ccm: trivial README.rst fix
samples: sensor: vl53l0x: trivial README.rst fix
drivers: crypto: crypto_mtls_shim: Set output length for all operations
drivers: crypto: crypto_tc_shim: Set output length for all operations
samples: drivers: crypto: Print output length for all operations
lib: posix: Fix pthread_attr_init() return code
boards: minnowboard: do not run net/bluetooth tests
samples: leds_demo: depend on netif and gpio
doc: update mac instructions
net: app: fix build warning in _net_app_ssl_mainloop()
doc: getting_started: Remove redundant and erronous doc's
net: tcp: expose some TCP helper functions
CODEOWNERS: fix path syntax
tests: subsys: fs: Enable proper configuration for qemu_x86.
tests: drivers: build_all: Ensure correct builds.
kernel: thread: Move out the function _thread_entry() to lib
tests: Kconfig: Added a new Kconfig for qemu_x86
drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files.
arch: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for arch files.
kernel: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for kernel files.
cmake: extensions: Added a new macro zephyr_library_ifdef
samples: sockets: dumb_http_server: Improve error handling
samples: net: mbedtls_sslclient: Fix prj.conf file
samples: subsys: debug: sysview: Adapt k_thread_foreach API
samples: boards: Remove deprcated k_call_stacks_analyze API
subsys: bluetooth: Remove deprcated k_call_stacks_analyze API
subsys: shell: Remove deprcated k_call_stacks_analyze API
tests: kernel: profiling: Add test for k_thread_foreach API
kernel: Add k_thread_foreach API
ci: use new docker file with new SDK
boards: nucleo_f413zh: enable usb
subsys: usb: check for invalid descriptor type request
doc: add native posix command line help
OpenThread: Change SETTINGS_CONFIG_PAGE_SIZE to target specific value
usb: usb_device.c: rewrite if condition judgment
drivers: spi: fix the bug of slave selection in spi_dw
samples: net: dns_resolver: Add config options for tests
samples: net: dns: Fix compile error
dts: x86: derive RAM and ROM size from dts instead of Kconfig
ci: Clean the capability cache when the ccache is cleaned
doc: Mention that dependencies can be checked in menuconfig
tests: lib: rbtree: Clarify increment of variable
drivers: sensors: lsm6dsl: Fix array overrun
tests: net: ipv6: Add assert for net_if_config_ipv6_get
doc/subsystem/settings: fix wrong settings_handler field names
boards/arm/olimexino_stm32: Add disconnect gpio in usb node
dts/bindings/usb: Add disconnect gpio in st,stm32-usb.yaml
tests: posix: Fix sigevent initialization
tests: net: checksum_offload: Check for valid UDP_HDR
menuconfig: Make search more flexible and search prompts
doc: add doc writing guides w/common usages
CODEOWNERS: Add pfalcon for various net directories
usb: dfu: fix 'this area can not be overwritten'
doc: Document Kconfig extensions and Zephyr-specific behavior
net: ip: context: Merge send_data() into the only caller
boards: disco_l475_iot1: enable XSHUT master control
sensor: vl53l0x: make xshut pin control optional
samples/net: Fix echo_client for cc2520
net: Update bit size of _unused member in struct net_pkt
doc: flatten doxygen-generated HTML structure
ztest: prints newline after failure message
tests: doxygen comment cleanup
tests: threads: Document description for test cases
tests: subsys: fs: Add test for FAT FS dual instance case
tests: subsys: fs: Add changes to support multiple FS instance
subsys: fs: Add the support for multiple instances of fs
samples: subsys: usb: Set disk name Kconfig option
subsys: disk: Add support for multiple disk interfaces
subsys: fs: Extend storage_dev type beyond 'struct device'
ci: remove pyserial install
sanitycheck: support skipped tests, enhance device handler
sanitycheck: do not count duplicate tests
tests: remove dot after PASS|FAIL