zephyr/drivers/slip
Ravi kumar Veeramally 84ce2a6d8f drivers: slip: Skip buffer allocation for incomplete packet
If slip_input_byte fails to get buffer for the first byte then no point
of saving later bytes and send it to upper layers. Final packet will be
incomplete and upper layers will discard it. Consider incoming bytes
only after successful buffer allocation on first byte, otherwise silently
ignore it.

Change-Id: Ie16d0df0c608d1644d39f66900252a340051c012
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2017-02-22 17:28:25 +02:00
..
Kconfig drivers/slip: Fix circular dependency on NET_SLIP 2016-12-02 12:40:50 +02:00
Makefile drivers: slip: remove unneeded include path addition 2016-12-10 02:15:49 +00:00
slip.c drivers: slip: Skip buffer allocation for incomplete packet 2017-02-22 17:28:25 +02:00