zephyr/subsys/net/lib/shell
Jukka Rissanen cde70232b9 net: pkt_filter: Add statistics support to packet filter
As the network packet filter drops packets without any indication
that the packet is dropped, it can be difficult to monitor what
is going on in the system when receiving data. The user can
now monitor the statistics and see if packets are being dropped
because of packet filter activity.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-04-16 08:07:34 +02:00
..
allocs.c
arp.c
capture.c
cm.c
CMakeLists.txt
conn.c net: shell: conn: Print all connection information 2025-03-20 17:15:36 +01:00
dhcpv4.c
dhcpv6.c
dns.c
events.c net: shell: events: Print VPN event information 2025-03-28 21:51:57 +01:00
gptp.c
http.c include: zephyr: sys: Introduce IS_BIT_SET() macro 2025-01-10 14:48:13 +01:00
iface_dynamic.h
iface.c net: shell: iface: Do not print DHCPv6 detail info if disabled 2025-04-02 05:30:32 +02:00
ipv4.c
ipv6.c
mem.c net: shell: mem: support getting max used buf and packet 2025-01-20 11:16:18 +01:00
nbr.c
net_shell_private.h net: vlan: Allow VLAN count to be set to 0 2025-01-31 16:12:50 +01:00
net_shell.c
net_shell.h
ping.c
pkt.c
pmtu.c
ppp.c
resume.c
route.c net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
sockets.c
stats.c net: pkt_filter: Add statistics support to packet filter 2025-04-16 08:07:34 +02:00
suspend.c
tcp.c
udp.c
virtual.c
vlan.c
websocket.c