zephyr/tests/net/context
Tomasz Bursztyka 499ffd6573 net/ethernet: Remove inserted L2 header buffer
The packet can be referenced somewhere else and letting the newly added
L2 header will generate corrupt packet. If the same packet is being
resent, ethernet will add again its L2 header. Thus the need to remove
such L2 header every time a packet has been sent, successfully or not.

Fixes #12560

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2019-02-08 14:24:03 +02:00
..
src net/ethernet: Remove inserted L2 header buffer 2019-02-08 14:24:03 +02:00
CMakeLists.txt cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
prj.conf tests: net: Convert to new logging system 2018-10-04 14:13:57 +03:00
testcase.yaml tests: net: context: Disable assertion for net_context tests 2018-12-07 12:00:04 +02:00