1. 55b3f05 include: net: Move fcntl implementation into socket_offload.h by Vincent Wan · 6 years ago
  2. e686aef mbedtls: provide user mode access by Andrew Boie · 6 years ago
  3. b56035c doc: net: lwm2m: add LwM2M high-level API documentation by Michael Scott · 6 years ago
  4. e13464b usb: hid: add keyboard report macro and enums by Marcin Szymczyk · 6 years ago
  5. b324f35 macros: deleted macros SECONDS(), MSEC(), USEC() by Maksim Masalski · 6 years ago
  6. 7707060 userspace: get rid of app section placeholders by Andrew Boie · 6 years ago
  7. 823d860 arch: arm: MPU-align GCOV section, only if CONFIG_USERSPACE=y by Ioannis Glaropoulos · 6 years ago
  8. 630af8a misc: assert_post_action: Added __weak keyword. by Tim Sørensen (TIMS) · 6 years ago
  9. 81e83ba net: arp: Update the ARP cache if receiving ARP req by Jukka Rissanen · 6 years ago
  10. e569533 toolchain: Remove ref. to undefined sym. CONFIG_ISA_THUMB by Ulf Magnusson · 6 years ago
  11. e20fd5f toolchain: gcc: Remove ref. to undefined sym. CONFIG_ISA_ARM by Ulf Magnusson · 6 years ago
  12. 3522e05 posix/pthreads: fix pthread_barrier_wait() behavior to match Posix by Charles E. Youse · 6 years ago
  13. 0ad4022 kernel/timeout: fix k_timer_remaining_get() when tickless by Charles E. Youse · 6 years ago
  14. d3c89fe kernel: move CONFIG_RETPOLINE definition by Andrew Boie · 6 years ago
  15. 6e2501d net: buf: Doxygen comment additions and fixes by Jukka Rissanen · 6 years ago
  16. 9c86dbf net: socket: Define a few well-known socket options by Paul Sokolovsky · 6 years ago
  17. 4e36a05 net: ip: Add defines for IPPROTO_IP and IPPROTO_IPV6 by Paul Sokolovsky · 6 years ago
  18. de8b39f drivers: modem: receiver: rearrange and comment by Georgij Cernysiov · 6 years ago
  19. 94ee0dd drivers: modem: receiver: switch to ring buffer from pipe api by Georgij Cernysiov · 6 years ago
  20. 52dc50d net: lldp: Allow generation of documentation by Jukka Rissanen · 6 years ago
  21. 85d895c lib/os: Remove recursion from mempool and rbtree by Andy Ross · 6 years ago
  22. fe04adf lib/os: Conditionally eliminate alloca/VLA usage by Andy Ross · 6 years ago
  23. 29f0476 arch: move common app_data_alignment.ld file by Anas Nashif · 6 years ago
  24. b082644 drivers: can: Make zcan_frame const for sending by Alexander Wachter · 6 years ago
  25. 8aab2e7 include: can: Fix positive and overlapping error numbers by Alexander Wachter · 6 years ago
  26. e731bdc doc: fix docs, include, and Kconfig misspellings by David B. Kinder · 6 years ago
  27. 9c2c115 kernel/spinlock: Predicate spinlock validation on flash size by Andy Ross · 6 years ago
  28. c74d3b0 net: doc: Add missing doxygen comments to structs by Jukka Rissanen · 6 years ago
  29. 9744985 net: context: Fix send function documentation by Paul Sokolovsky · 6 years ago
  30. e64cd5c logging: Fix silent logs dropping when LOG_MODE_OVERFLOW disabled by Krzysztof Chruscinski · 6 years ago
  31. 3ecbff5 usb: Add remote wakeup support by Paweł Zadrożniak · 6 years ago
  32. da16379 Bluetooth: GATT: Add BT_GATT_CCC_MANAGED by Luiz Augusto von Dentz · 6 years ago
  33. d26963f net: socket: Add doxygen descriptions for socket offloading by Robert Lubos · 6 years ago
  34. b5639c4 libc: newlib: Rename adhoc read/write implementation for stdin/stdout by Paul Sokolovsky · 6 years ago
  35. 51a00cf include: misc: Use logger in STACK_ANALYZE macro by Pawel Dunaj · 6 years ago
  36. 40b5522 power: doc: fix usage of 'low power state' phrase by Piotr Mienkowski · 6 years ago
  37. f04a4c9 power: rename CPU_LPS_n power states by Piotr Mienkowski · 6 years ago
  38. 429b6ed net: stats: Wrong Kconfig options were used for statistics by Jukka Rissanen · 6 years ago
  39. b04ea67 net: ethernet: Place MII defines into separate doxygen group by Jukka Rissanen · 6 years ago
  40. 907ea83 net: ethernet: Fix doxygen documentation by Jukka Rissanen · 6 years ago
  41. 6435553 net/context: Add a way to set/get ttl/hop_limit from net_context by Tomasz Bursztyka · 6 years ago
  42. 29dac22 lib: posix: Fix compile error with time.h and older newlib by Kumar Gala · 6 years ago
  43. 6cc5722 lib: posix: Fix compile error with mqueue.h by Kumar Gala · 6 years ago
  44. 4ce652e userspace: remove APP_SHARED_MEM Kconfig by Andrew Boie · 6 years ago
  45. 942d4bb misc: rb: Fix possible infinity loop by Flavio Ceolin · 6 years ago
  46. 743677d uart: ns16550: place header in correct spot by Andrew Boie · 6 years ago
  47. 17ce822 app_shmem: create generic libc partition by Andrew Boie · 6 years ago
  48. 80e3a2c app_shmem: include stub macro definitions by Andrew Boie · 6 years ago
  49. 992f29a arch: make __ramfunc support transparent by Aurelien Jarno · 6 years ago
  50. eb097bd arch: arm: mpu: get the __ramfunc region size from the linker by Aurelien Jarno · 6 years ago
  51. e1cc657 arm: Placing the functions which holds __ramfunc into '.ramfunc' by qianfan Zhao · 6 years ago
  52. 898973b net: ip: Add more documentation to net_ip.h by Jukka Rissanen · 6 years ago
  53. e96d029 lib: posix: Fix compile issue with newer newlib by Kumar Gala · 6 years ago
  54. 82616a6 net: offload: Remove CONFIG_NET_OFFLOAD from header file by Jukka Rissanen · 6 years ago
  55. c478b5b can: Rename can_msg and can_msg_filter structs by Jukka Rissanen · 6 years ago
  56. 58f3ae5 can: Add Linux compatible frame and filter structs by Jukka Rissanen · 6 years ago
  57. f288bca pwm: add set nanosecond period and pulse width function by Nicholas Lowell · 6 years ago
  58. efff3c6 net: stats: Add missing doxygen comments by Jukka Rissanen · 6 years ago
  59. db45ed7 doc: net: Hide UDP API documentation by Jukka Rissanen · 6 years ago
  60. 7c09f82 arch: arm: enhance built-time rule to check for start addr alignment by Ioannis Glaropoulos · 6 years ago
  61. 68ea30c fs/nvs: Improve init speed and remove fs->locked by Laczen JMS · 6 years ago
  62. 7989801 fs/nvs: Improve init speed and remove fs->locked by Laczen JMS · 6 years ago
  63. 5e83e91 doc: net: Enhance DHCPv4 documentation by Jukka Rissanen · 6 years ago
  64. b1bfb63 net: if: Add documentation for NET_DEVICE_INIT() macros by Jukka Rissanen · 6 years ago
  65. 567117c net: config: Document the flags options by Jukka Rissanen · 6 years ago
  66. bc362fa net: trickle: Fix doxygen comments by Jukka Rissanen · 6 years ago
  67. c35bb26 shell: Making root command a global variable by Krzysztof Chruscinski · 6 years ago
  68. a64b0fe shell: Deprecate macros for subcommands creation by Krzysztof Chruscinski · 6 years ago
  69. a5efcc2 shell: Add cpp-friendly shell macro for subcommands creation by Krzysztof Chruscinski · 6 years ago
  70. 349dd96 shell: Refactor shell argument count validation by Krzysztof Chruscinski · 6 years ago
  71. 87b5eb9 net: sockets: Implement getnameinfo() by Paul Sokolovsky · 6 years ago
  72. fcced0c net: socket: Define zsock_inet_ntop() by Paul Sokolovsky · 6 years ago
  73. b71e1f9 net: core: Fix documentation for core helpers by Jukka Rissanen · 6 years ago
  74. d38c5a7 net: link_addr: Add more info to link layer address API by Jukka Rissanen · 6 years ago
  75. 63b0df6 power: Clean up power state names by Piotr Zięcik · 6 years ago
  76. c45961d power: Rework OS <-> Application interface by Piotr Zięcik · 6 years ago
  77. d515315 ld: Change the name of input section irq_vectors_alloc_data by Sebastian Bøe · 6 years ago
  78. c5837ea ld: Change the name of input section .gdt_ram_data to gdt by Sebastian Bøe · 6 years ago
  79. d1a14b7 ld: Change the name of section .user_mmu_data to user_mmu_tables by Sebastian Bøe · 6 years ago
  80. d5ea49b ld: Change the name of input section .mmu_data to mmu_tables by Sebastian Bøe · 6 years ago
  81. 04743c9 posix: rename priority in sched_param struct by Anas Nashif · 6 years ago
  82. 996c252 dfu: mcuboot: rename boot_swap_type> mcuboot_swap_type by Anas Nashif · 6 years ago
  83. 3206568 net: if: Start index numbering from 1 by Jukka Rissanen · 6 years ago
  84. 1de7038 doc: fix doxygen API comment misspellings by David B. Kinder · 6 years ago
  85. 19475ff net: dns: Fix DNS documentation by Jukka Rissanen · 6 years ago
  86. 64ccdec net: ethernet: vlan: Add missing function documentation by Jukka Rissanen · 6 years ago
  87. 0bd364e net: timeouts: Fix documentation for net_timeouts.h by Jukka Rissanen · 6 years ago
  88. 592881d net: ethernet_mgmt: Add missing documentation by Jukka Rissanen · 6 years ago
  89. 0829bce net: ethernet: mii: Fix the documentation by Jukka Rissanen · 6 years ago
  90. b288a9d net: Hide internal code from documentation by Jukka Rissanen · 6 years ago
  91. 479509e net: pkt: Add missing documentation for various insert helpers by Jukka Rissanen · 6 years ago
  92. ef7081e net: Fix the function API documentation generation by Jukka Rissanen · 6 years ago
  93. 5f4683d x86: fix ROM permissions by Andrew Boie · 6 years ago
  94. 10f2bdf linker: riscv32: Fix .riscv.attributes orphan sections warning by Kumar Gala · 6 years ago
  95. 75f77db include: misc: util.h: Rename min/max to MIN/MAX by Carlos Stuart · 6 years ago
  96. 2cfeba8 x86: implement interrupt stack trampoline by Andrew Boie · 6 years ago
  97. eea0f93 x86: generate user mode page tables by Andrew Boie · 6 years ago
  98. f093285 x86: modify MMU APIs for multiple page tables by Andrew Boie · 6 years ago
  99. db6acbf x86: set up shared kernel page by Andrew Boie · 6 years ago
  100. 46a0232 shell: allow commands to suspend shell thread by Jakub Rzeszutko · 6 years ago