zephyr/subsys/net/lib
Dave Rensberger c0bb9735d7 net: shell: Make stack size for event_mon_stack configurable
The stack size for the event_mon_stack task may need to be larger than the
default 1024 to avoid crashes. It should be configurable through Kconfig
so that source code doesn't need to be modified to increase it.

Signed-off-by: Dave Rensberger <davidr@beechwoods.com>
2024-10-03 11:40:16 +01:00
..
capture net: capture: enable capturing of IPv6/v4 only 2024-08-26 17:06:37 +02:00
coap net: lib: coap: Make use of ZSOCK_MSG_TRUNC configurable 2024-10-02 15:55:00 +02:00
config net: config: sntp: add periodic resync option 2024-09-12 14:48:07 +02:00
dhcpv4 style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
dhcpv6 net: dhcpv6: adjust switch-case in dhcpv6_enter_state 2024-09-20 11:06:03 +02:00
dns net: dns: Check that dispatcher table is not overflowing 2024-09-30 17:12:15 +01:00
http net: lib: http: ensure SYS_FOREVER_MS behavior 2024-09-29 21:20:50 +02:00
lwm2m style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
mqtt net: mqtt: improve decoder buffer handling 2024-07-31 13:08:28 +02:00
mqtt_sn lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
ptp net: ptp: Properly handle second overflow/underflow 2024-08-06 09:17:26 +01:00
shell net: shell: Make stack size for event_mon_stack configurable 2024-10-03 11:40:16 +01:00
sntp net: lib: sntp_simple: add a function to use with ip address 2024-02-28 18:03:53 +00:00
sockets net: dns: Increase the size of dispatcher table 2024-09-30 17:12:15 +01:00
socks
tftp net: tftp: Use zsock_ API functions 2024-03-27 13:40:13 -05:00
tls_credentials net: lib: fix typo 2024-07-12 09:33:20 -04:00
trickle net: trickle: Rename interval function 2024-03-19 15:20:14 -05:00
utils net: sntp: support building without NET_SOCKETS_POSIX_NAMES 2023-04-24 09:23:17 -04:00
websocket net: websocket: fix undefined reference 2024-08-21 08:58:57 +02:00
zperf style: subsys: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
CMakeLists.txt net: ptp: Initial PTP library implementation 2024-06-13 05:40:41 -04:00
Kconfig net: ptp: Initial PTP library implementation 2024-06-13 05:40:41 -04:00