62 Commits (5a9a39caf3bf5195a38194bb844a428eaa7f2bb8)

Author SHA1 Message Date
Jukka Rissanen 5a9a39caf3 net: mgmt: Convert the mgmt API to use 64-bit masks 3 weeks ago
Hui Bai aaebe38db9 net: Increase net_mgmt task priority 9 months ago
Benjamin Bigler 1db356e35c net: mgmt: Fix build error when event direct enabled without event info 1 year ago
Benjamin Bigler 06a725c1c8 net: mgmt: prevent event_work_handler from blocking 1 year ago
Chaitanya Tata 0a8cbb6a22 net: mgmt: Handle loops in the linked list 1 year ago
Tomasz Bursztyka 6d718ed480 net/mgmt: Trivial debug output fix about layer 1 year ago
Pieter De Gendt c1204affab net: ip: net_mgmt: Support system work queue and synchronous callbacks 2 years ago
Pieter De Gendt 3157aaaddb net: ip: mgmt: Add support for compile time event handlers 2 years ago
Benedikt Schmidt d7f0da1c78 net: fix thread function signatures 2 years ago
Bjarki Arge Andreasen 111db23d0a net: mgmt: Fix memory corruption in wait_on_iface 2 years ago
Krishna T 30efd04060 net: Make net_mgmt queue timeout configurable 2 years ago
Jeroen van Dooren a63fcb67b6 net: ip: net_mgmt: Prevent loss of event 2 years ago
Erwan Gouriou 66d4c64966 all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 3 years ago
Krishna T 9d1974ea08 net: ip: mgmt: Log the event ID for dropped events 3 years ago
Gerard Marull-Paretas 5113c1418d subsystems: migrate includes to <zephyr/...> 3 years ago
Yong Cong Sin 4b40dce981 net: mgmt: Use mutex for net_mgmt_lock 4 years ago
Pieter De Gendt 6d99e952cd net: mgmt: Initialize the event callbacks statically 4 years ago
James Harris b10428163a kernel: sem: add K_SEM_MAX_LIMIT 4 years ago
Jukka Rissanen 7699563d81 net: mgmt: Use proper coop thread priority value 4 years ago
Jukka Rissanen f02fd19706 net: Adjust the thread priorities 5 years ago
Christian Taedcke fd6596d53b net: mgmt: Add const to info param of notify function 5 years ago
Andrew Boie c0d3ed0d1c net: use kernel stacks 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Jukka Rissanen 38dd9bc299 net: mgmt: Refactor because of timeout overhaul 5 years ago
Andrew Boie 760644041c net: purge NET_STACK and other stack APIs 5 years ago
Peter Bigot e28f330a8e coccinelle: standardize k_thread create/define calls with integer timeouts 6 years ago
Jukka Rissanen 02b3826fa0 net: mgmt: Add info length to event wait API 6 years ago
Anas Nashif a2fd7d70ec cleanup: include/: move misc/util.h to sys/util.h 6 years ago
Anas Nashif 536dd5a71f cleanup: include/: move misc/slist.h to sys/slist.h 6 years ago
Andrew Boie 4e5c093e66 kernel: demote K_THREAD_STACK_BUFFER() to private 6 years ago
Patrik Flykt 97b3bd11a7 drivers: Rename reserved function names 6 years ago
Jukka Rissanen 86689030e8 net: Clarify logging in networking code 7 years ago
Patrik Flykt b97db52de7 misra-c: Add 'U' to unsigned variable assignments in subsys/ 7 years ago
Paul Sokolovsky cdeddee7c6 net: Set names for threads used by the network subsys/libs 7 years ago
Jukka Rissanen 2bc38a8f88 net: mgmt: Use correct printf modifier in debug print 7 years ago
Jukka Rissanen a76814bfb6 net: Convert core IP stack to use log levels 7 years ago
Flavio Ceolin da49f2e440 coccicnelle: Ignore return of memset 7 years ago
Tomasz Bursztyka 93ac7ce655 net/mgmt: Move NET_EVENT_INFO_MAX_SIZE into net core's private header 7 years ago
Tomasz Bursztyka 185ff16675 net/mgmt: Remove spurious k_sem_give() 7 years ago
Tomasz Bursztyka 807f3e335b net/mgmt: Reenforce pushing events into notification list 7 years ago
Tomasz Bursztyka 059fc95099 net/mgmt: Ensure that event order is kept as FIFO 7 years ago
Tomasz Bursztyka f835f7f6a0 net/mgmt: Protect the event_callback list when manipulating it. 7 years ago
Tomasz Bursztyka 7255d7bbfb net/mgmt: Fix how event_mask is handled on layer and layer code part 7 years ago
Ravi kumar Veeramally ebf56ed1a6 net: mgmt: Fix mgmt push event 8 years ago
Ravi kumar Veeramally 49894b98e4 net: Improve net management event information 8 years ago
Tomasz Bursztyka 8e25695937 net/mgmt: Make event notifiers able to pass info to listeners 8 years ago
Andrew Boie e8cede7940 net: fix references to stack buffers 8 years ago
Andrew Boie 65a9d2a94a kernel: make K_.*_INITIALIZER private to kernel 8 years ago
Anas Nashif 397d29db42 linker: move all linker headers to include/linker 8 years ago
Andrew Boie 567c6c7683 misc: use K_THREAD_STACK_DEFINE macros 8 years ago