zephyr/subsys/usb/class
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
..
hid usb: Fix unaligned access 2018-11-26 09:13:56 -08:00
netusb net/iface: Switch fully to a one-pass sending logic in net_if 2018-11-30 11:12:13 -08:00
bluetooth.c usb: add SoF event 2018-11-23 09:18:41 -05:00
cdc_acm.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
CMakeLists.txt subsys: usb: class: add loopback function 2018-07-06 11:56:16 -05:00
Kconfig usb: Enable log level menu after enabling module 2018-10-15 12:58:27 -04:00
loopback.c logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
mass_storage.c usb: add SoF event 2018-11-23 09:18:41 -05:00
usb_dfu.c usb: add SoF event 2018-11-23 09:18:41 -05:00