zephyr/subsys
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
..
app_memory app_shmem: overhaul partition specification 2019-02-08 07:04:30 -05:00
bluetooth bluetooth: host: Fix endianness issue for group end_handle. 2019-02-07 21:00:42 +02:00
console
cpp
debug
dfu
disk
fb
fs
logging logging: Increase log processing stack size when NO_OPTIMIZATIONS 2019-02-07 11:16:59 -06:00
mgmt
net net/ethernet: Remove inserted L2 header buffer 2019-02-08 14:24:03 +02:00
power power: pm_ctrl: Allow fine-grained power state locking 2019-02-06 14:24:01 +01:00
random
settings setting: avoid the registration of the same handler 2019-02-05 20:45:27 +01:00
shell shell: fixed parameter type in exec_cmd function 2019-02-07 13:58:43 +01:00
stats
storage dts: flash_map: Automatically generate of the list of flash area 2019-02-07 10:31:27 -06:00
usb usb: Remove unused variable 2019-02-05 11:08:24 -05:00
CMakeLists.txt
Kconfig