zephyr/drivers/net
Jukka Rissanen f9b5dc20f7 drivers: net: loopback: Do not change the original pkt
When we are sending a network pkt, do not tweak the original
packet but the cloned one. The original behavior is ok too, but
logically we should adjust the cloned packet only that is being
received by the stack. This also means that we avoid one extra
copy to tmp variable when sending the packet.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2023-12-13 09:42:12 +01:00
..
canbus.c net: context: properly namespace can-related methods 2022-09-05 14:35:17 +00:00
CMakeLists.txt drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
loopback.c drivers: net: loopback: Do not change the original pkt 2023-12-13 09:42:12 +01:00
ppp.c random: Rename random header 2023-10-10 14:23:50 +03:00
slip.c random: Rename random header 2023-10-10 14:23:50 +03:00
slip.h drivers: net: Move Ethernet device definition for SLIP to ethernet 2023-02-20 10:52:20 +01:00