zephyr/subsys/net/lib
Robert Lubos 8e2722e1ca net: Provide separate configs for TX/RX memory pool for variable bufs
Instead of having a single config specifying the memory pool size for
variable-sized net buffers, have a separate one for TX and RX for better
configuration granularity when optimizing memory usage of the
application.

Deprecate the old configuration but use its value as a default (for now)
for the new configs. This will need to change when the config is
deleted.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-03-29 15:56:07 -05:00
..
capture net: Provide separate configs for TX/RX memory pool for variable bufs 2024-03-29 15:56:07 -05:00
coap net: lwm2m: Fix socket hints for block transfer 2024-03-28 16:02:34 -05:00
config log: net: move log_backend_net_get() to header 2024-03-08 15:18:30 +00:00
dhcpv4 net: dhcpv4_server: Add option to NAK Request from unrecognized client 2024-03-22 10:24:15 +01:00
dhcpv6 net: dhcpv6: Move DHCPv6 files to lib directory 2024-01-29 13:47:05 +01:00
dns net: mdns: add capability of providing records in runtime 2024-03-22 12:41:56 +00:00
http net: http: client: Return error if waiting timeout 2024-02-28 18:02:34 +00:00
lwm2m net: lwm2m: Fix socket hints for block transfer 2024-03-28 16:02:34 -05:00
mqtt net: mqtt: Implement ALPN Support for socket mqtt 2024-03-14 17:04:11 -05:00
mqtt_sn net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
shell net: Provide separate configs for TX/RX memory pool for variable bufs 2024-03-29 15:56:07 -05:00
sntp net: lib: sntp_simple: add a function to use with ip address 2024-02-28 18:03:53 +00:00
sockets net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
socks net: socks: Remove socket selection 2024-03-27 13:40:13 -05:00
tftp net: tftp: Use zsock_ API functions 2024-03-27 13:40:13 -05:00
tls_credentials tf-m: Change NS include path for TF-M 2.0.0 2024-01-17 16:52:52 +01: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: Use zsock_ API calls 2024-03-27 13:40:13 -05:00
zperf net: zperf: multicast support on multi interfaces 2024-03-15 13:07:14 +01:00
CMakeLists.txt net: dhcpv6: Move DHCPv6 files to lib directory 2024-01-29 13:47:05 +01:00
Kconfig net: dhcpv6: Move DHCPv6 files to lib directory 2024-01-29 13:47:05 +01:00