zephyr/subsys/net
Robert Lubos 839553a7d9 net: shell: ping: Fix double packet unref in ping reply handler
This was somehow missed, but since ICMP rework, message handlers should
not dereference the packet, as it's done by the ICMP lib.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-12-04 14:30:26 +01:00
..
conn_mgr net: fix thread function signatures 2023-10-30 12:24:34 +01:00
ip net: don't overwrite net_if name after iface is initialized 2023-12-04 14:18:53 +01:00
l2 net: l2: ethernet: Fix error handling after ARP prepare 2023-12-04 14:30:26 +01:00
lib net: shell: ping: Fix double packet unref in ping reply handler 2023-12-04 14:30:26 +01:00
pkt_filter net: pkt_filter: Introduce additional hooks for pkt_filter 2023-07-10 09:27:47 +02:00
buf_simple.c
buf.c net: buf: Preserve buffer pointer in destroy callback 2023-11-15 10:02:55 +01:00
CMakeLists.txt net: conn_mgr: Write documentation 2023-09-28 15:11:14 +02:00
hostname.c net: hostname: trigger an event when the hostname changes 2023-11-29 13:16:16 -06:00
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net