zephyr/subsys/net/ip
Jukka Rissanen 5a9a39caf3 net: mgmt: Convert the mgmt API to use 64-bit masks
Instead of using 32 bit enum values for event numbers, convert
the code to use 64 bit long bit fields. This means that the
user API is changed to use 64 bit event values instead of 32
bit event values.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-06-18 10:54:44 +02:00
..
6lo_private.h
6lo.c net: ip: 6lo: Fix undefined behavior reported by UBSAN 2025-06-03 21:32:54 -07:00
6lo.h
canbus_socket.c net: connection: Split net_conn_input() 2025-04-23 11:48:33 +02:00
canbus_socket.h
CMakeLists.txt linker_script: Remove all SUBALIGN usage for iterable sections 2025-06-17 16:06:21 +02:00
connection.c net: sockets: packet: Make it possible to receive packets when unbound 2025-04-30 16:26:16 +02:00
connection.h net: connection: Make it possible to update local address 2025-04-30 16:26:16 +02:00
icmp.c
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
igmp.c net: ip: igmp: Ensure IGMP APIs work with offloaded interfaces 2025-05-09 18:00:14 +02:00
igmp.h
ipv4_acd.c net: l2: ethernet: arp: explicit error codes 2025-04-24 22:58:51 +02:00
ipv4_autoconf.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
ipv4_fragment.c net: ip: resolve NET_IPV4_FRAGMENT build warning 2025-05-01 18:17:46 +02:00
ipv4.c net: connection: Split net_conn_input() 2025-04-23 11:48:33 +02:00
ipv4.h
ipv6_fragment.c
ipv6_mld.c net: ip: mld: Ensure MLD APIs work with offloaded interfaces 2025-05-09 18:00:14 +02:00
ipv6_nbr.c net: dns: Properly cleanup DNS servers per network interface 2025-06-17 16:08:56 +02:00
ipv6_pe.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
ipv6.c net: ipv6: Make sure we do not access link address past array length 2025-05-28 10:05:21 +02:00
ipv6.h
iterables_net_pkt_alloc_stats.ld
Kconfig net: shell: Add packet filter support 2025-04-16 08:07:34 +02:00
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.stack net: dns: Properly cleanup DNS servers per network interface 2025-06-17 16:08:56 +02:00
Kconfig.stats net: pkt_filter: Add statistics support to packet filter 2025-04-16 08:07:34 +02:00
Kconfig.tcp
nbr.c
nbr.h
net_context.c net: context: Verify if CONFIG_NET_SOCKETS_PACKET_DGRAM is enabled 2025-05-28 15:33:24 +02:00
net_core.c net: dsa: introduce new DSA framework 2025-04-24 01:26:46 +02:00
net_if.c net: if: Do not start ACD for localhost or point2point links 2025-06-11 10:26:56 -07:00
net_mgmt.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
net_pkt.c net: ip: net_pkt: conditional net_if_get_by_iface 2025-05-22 04:53:08 +02:00
net_private.h net: sockets: Add SOCK_RAW support for AF_INET/AF_INET6 sockets 2025-04-09 12:36:34 +02:00
net_stats.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
net_stats.h net: pkt_filter: Add statistics support to packet filter 2025-04-16 08:07:34 +02:00
net_tc_mapping.h
net_tc.c
net_timeout.c
packet_socket.c net: dsa: make current DSA core driver obsolete 2025-04-24 01:26:46 +02:00
packet_socket.h net: core: Pass the actual LL proto for DGRAM packet sockets 2025-04-23 11:48:33 +02:00
pmtu.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
pmtu.h
promiscuous.c
route.c
route.h
tcp_internal.h
tcp_private.h net: tcp: Change SYN FIN to use send_data_timer 2025-06-02 13:30:19 +02:00
tcp.c net: tcp: Align TCP seqence validation with Spec 2025-06-13 14:28:50 +02:00
tcp.h
tp_priv.h
tp.c
tp.h
udp_internal.h
udp.c
utils.c