zephyr/subsys
Trond Einar Snekvik 3c8e5b0e1c Bluetooth: Mesh: Network loopback
Changes the local network interface to exclusively handle packets for
the local interface, duplicating the buffers in the process.

The loopback mechanism now operates its own packet pool for the local
interface queue. The loopback is moved ahead of encryption, allowing the
local interface packets to go back up the stack without network crypto,
saving a full round of encrypt/decrypt for self-send.

Packets for group addresses the local node subscribes to are now
duplicated, with one unencrypted variant going into the network
queue, and the network bound packets following the regular path to the
advertiser.

Introduces one new configuration for setting the number of loopback
buffers.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2020-08-30 17:09:59 +03:00
..
bluetooth Bluetooth: Mesh: Network loopback 2020-08-30 17:09:59 +03:00
canbus guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
console
cpp
debug
dfu
disk disk: sdhc: spi: leave SPI CS GPIO handling to the SPI controller driver 2020-08-25 10:07:53 +02:00
fb
fs
jwt
logging
mgmt guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
net tests: net: dns: Add tests for catching malformed packets 2020-08-27 08:05:52 -04:00
power
random
settings
shell guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
stats
storage
testsuite ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
tracing
usb
CMakeLists.txt
Kconfig