zephyr/subsys
Tomasz Bursztyka 9464ec3343 net/iface: Switch fully to a one-pass sending logic in net_if
Now instead of such path:

net_if_send_data -> L2's send -> net_if tx_queue -> net_if_tx -> driver
net_if's send

It will be:

net_if_send_data -> net_if tx_queue -> net_if_tx -> L2's send -> driver
net_if's send

Only Ethernet is adapted, but 15.4 and bt will follow up.
All Ethernet drivers are made compatible with that new scheme also.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2018-11-30 11:12:13 -08:00
..
app_memory
bluetooth Bluetooth: Mesh: Fix matching for all elements of an LPN 2018-11-29 17:55:23 +02:00
console subsys: console: tty: Use tty_putchar() instead of console_putchar() 2018-11-30 08:05:40 -08:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug debug: tracing: Add CPU stats module 2018-11-30 11:01:32 -08:00
dfu
disk
fb
fs
logging logging: Make logging thread priority fixed 2018-11-30 10:59:02 -08:00
mgmt
net net/iface: Switch fully to a one-pass sending logic in net_if 2018-11-30 11:12:13 -08:00
power power: Move application level API's to public header 2018-11-26 18:38:40 -08:00
random
settings
shell shell: utils: Remove dead code 2018-11-30 08:06:40 -08:00
stats
storage
usb net/iface: Switch fully to a one-pass sending logic in net_if 2018-11-30 11:12:13 -08:00
CMakeLists.txt
Kconfig