zephyr/subsys
Robert Lubos b8556d0d79 net: icmp: Don't report error on ICMP messages w/o handler
ICMPv4/6 modules print error when ICMP message handling fails, which
includes no message handler registered. This is a bit problematic, as
there are many ICMP messages that Zephyr does not process, and every
time such a message is received, an error log is printed (which wasn't
the case before ICMP rework).

Restore the old behavior (no log on unrecognized ICMP message) by
explicitly filtering out ENOENT error code from printing error. That
way, log will only be printed if an error occured within the actual
message handler.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-01-29 14:57:35 +00:00
..
bindesc
bluetooth Bluetooth: Audio: improve BASS state logging to be more readable. 2024-01-29 13:20:18 +01:00
canbus drivers: can: remove run-time RTR filtering, add build-time RTR filter 2024-01-21 11:00:31 +01:00
console
debug
demand_paging
dfu
disk
dsp
emul emul: Add support for non-bus emulators 2024-01-12 09:59:31 +01:00
fb
fs fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
input input: keymap: use the non `_OR_NULL` DEVICE_DT_GET variant 2024-01-25 16:02:16 +00:00
ipc ipc_service: open-amp: Fix libmetal shared memory registration 2023-12-14 16:18:55 +02:00
jwt
llext llext: merge llext_mem and llext_section enums 2023-12-14 19:06:55 +00:00
logging logging: add flag to skip source info 2024-01-22 14:05:11 -05:00
lorawan
mem_mgmt
mgmt mgmt: Adapt to API changes in zcbor 0.8.0 2024-01-25 15:09:16 +00:00
modbus modbus: Remove mode reset in modbus_disable function 2024-01-25 16:00:38 +00:00
modem modem: chat: Implement TRANSMIT_IDLE event 2024-01-25 11:22:42 +01:00
net net: icmp: Don't report error on ICMP messages w/o handler 2024-01-29 14:57:35 +00:00
pm pm: Remove CURRENT_CPU macro 2024-01-19 13:49:54 +01:00
portability kernel: Introduce a way to specify minimum system heap size 2023-12-20 11:01:42 +01:00
random
retention retention: Increase read size variables to 16-bit 2023-12-14 19:05:22 +00:00
rtio
sd sd: update comment to reference 'SD host controller specification' 2024-01-25 20:13:25 +01:00
sensing sensing: add rtio implement for sensing subsys 2024-01-24 10:32:10 +01:00
settings settings: shell: Fix possible buffer overflow 2023-12-15 14:43:50 +01:00
shell subsys shell devmem_service: Fix includes 2024-01-26 07:48:55 -05:00
sip_svc
stats
storage
task_wdt task_wdt: start feeding hardware watchdog immediately after init 2024-01-02 09:52:13 +01:00
testsuite ztest native extensions: Set standard source macro appropriately 2024-01-26 07:48:55 -05:00
timing
tracing tracing: sysview: Fix API name 2024-01-15 13:53:44 -05:00
usb usbc: fix shadowed declaration build error 2024-01-18 11:28:54 +00:00
zbus zbus: add priority boost feature 2024-01-04 09:41:54 +01:00
CMakeLists.txt
Kconfig llext: enable tristate Kconfig options 2024-01-11 10:26:04 -05:00