zephyr/subsys/net/ip
Tomasz Bursztyka 8108a608ff net/mgmt: Mask vs event should be verified part by part
It needs to check if current event matches:

- cb's layer
- cb's layer code
- cb's command

If none match, it will not raise the event.

Fixing the unit test as layer must be always != 0.

Jira: ZEP-1940

Change-Id: Iadd63e751fa6e534a10e7da9cae0f5bb5a384461
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2017-03-31 12:15:29 +00:00
..
l2 net/ieee802154: Disable ACK reply handling by default 2017-03-31 11:24:28 +02:00
6lo_private.h net: 6lo: Change how net_buf is allocated in RX side 2017-03-09 20:33:43 +02:00
6lo.c net: 6lo: Fix typo in compress bit calculation 2017-03-17 10:34:44 +02:00
6lo.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
connection.c net: connection: Move proto2str() to utils.c, rename to net_proto2str() 2017-03-17 10:34:42 +02:00
connection.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
dhcpv4.c net: nbuf: Pass ll_reserve when creating TX buffer 2017-03-09 20:33:43 +02:00
dhcpv4.h net/dhcpv4: Rework initialization. 2017-03-09 20:33:41 +02:00
icmpv4.c net/icmpv4: Normalize input function signature with ipv6 counter-part 2017-03-24 17:31:42 +02:00
icmpv4.h net/icmpv4: Normalize input function signature with ipv6 counter-part 2017-03-24 17:31:42 +02:00
icmpv6.c net: icmpv6: Remove unnecessary cache ptrs for src and dst 2017-03-31 10:58:16 +03:00
icmpv6.h net: icmpv6: Add function to unregister ICMPv6 handler 2017-03-09 20:33:48 +02:00
ipv4.c net: Modify IPv4/6 packet finalize API's 2017-03-17 10:34:42 +02:00
ipv4.h net: Modify IPv4/6 packet finalize API's 2017-03-17 10:34:42 +02:00
ipv6.c net/ipv6: Fix a NULL dereferencing issue when debug is enabled 2017-03-24 17:31:42 +02:00
ipv6.h net/ipv6: Renaming IPv6 neighbor state related macros and function 2017-03-24 17:31:41 +02:00
Kconfig net: Rename Kconfig.samples and its main option for future changes 2017-03-31 11:24:26 +02:00
Kconfig.app net/samples: Add 802.15.4 link-layer security settings for the samples 2017-03-31 11:24:27 +02:00
Kconfig.debug net: nbuf: Track memory allocations 2017-03-09 20:33:44 +02:00
Kconfig.ipv4 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.ipv6 net: ipv6: Make config options more fine grained 2017-03-17 10:34:43 +02:00
Kconfig.mgmt license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.rpl net: rpl: Align Kconfig options properly 2017-03-31 10:58:16 +03:00
Kconfig.stack license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stats net: ipv6: Collect MLD statistics 2017-03-09 20:33:48 +02:00
Makefile net: in newlib, ESHUTDOWN is considered an extension 2017-01-20 16:23:20 +02:00
nbr.c net: linkaddr: introduce net_linkaddr_set function 2017-01-20 16:23:16 +02:00
nbr.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
nbuf.c net: nbuf: Do not crash if context pools are not in use 2017-03-31 10:58:17 +03:00
net_context.c net: tcp: Invalid transition from FIN_WAIT_1 to CLOSE_WAIT 2017-03-24 17:31:41 +02:00
net_core.c net: Check if sent packet is meant for us 2017-03-31 10:58:17 +03:00
net_if.c net: if: Fix triggering interface link call back 2017-03-31 10:58:16 +03:00
net_mgmt.c net/mgmt: Mask vs event should be verified part by part 2017-03-31 12:15:29 +00:00
net_private.h net: Synchronize TX and RX threads startup 2017-03-17 10:34:43 +02:00
net_shell.c net: shell: Fix the connection status output 2017-03-31 10:58:17 +03:00
net_shell.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
net_stats.c net: stats: Collect bytes sent and received 2017-02-03 15:59:20 +02:00
net_stats.h net: ipv6: Collect MLD statistics 2017-03-09 20:33:48 +02:00
route.c net: route: Fix when route not found with dst address 2017-03-24 17:31:40 +02:00
route.h net: route: Try to route IPv6 packet if we are not the recipient 2017-03-24 17:31:39 +02:00
rpl-mrhof.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rpl-of0.c net: Use lighter printk() instead of printf() 2017-01-27 12:35:51 +02:00
rpl.c net: rpl: Fix invalid nbr lookup 2017-03-31 10:58:17 +03:00
rpl.h net: rpl: Add API to access default rpl instance 2017-03-17 10:34:42 +02:00
tcp.c net: tcp: Allow tweaking of 2MSL timeout 2017-03-31 10:58:17 +03:00
tcp.h net: tcp: remove net_tcp_set_state() function 2017-03-09 20:33:47 +02:00
trickle.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
udp.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
utils.c net: connection: Move proto2str() to utils.c, rename to net_proto2str() 2017-03-17 10:34:42 +02:00