zephyr/drivers/net
Jukka Rissanen 0436ad9e78 drivers: net: loopback: Simulate real hw device
Instead of passing net_pkt as is to the receiving side of the
interface, clone the sent packet and drop the sent one.
This is needed mainly in TCP where passing the same packet from
sending to receiving side is causing havoc.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-11-15 12:27:14 +02:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig drivers: net: loopback: Network loopback interface driver 2017-10-23 15:10:00 +03:00
loopback.c drivers: net: loopback: Simulate real hw device 2017-11-15 12:27:14 +02:00
slip.c drivers: slip: Consolidate under drivers/net/ 2017-10-23 15:10:00 +03:00