You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/kernel/lantiq/ltq-ptm
Martin Schiller 3212290a3b lantiq: ltq-ptm: vr9: fix skb handling in ptm_hard_start_xmit()
Call skb_orphan(skb) to call the owner's destructor function and make
the skb unowned.

This is necessary to prevent sk_wmem_alloc of a socket from overflowing,
which leads to ENOBUFS errors on application level.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
(cherry picked from commit 996f02e5ba)
4 years ago
..
src lantiq: ltq-ptm: vr9: fix skb handling in ptm_hard_start_xmit() 4 years ago
Makefile lantiq: ltq-ptm: vr9: fix skb handling in ptm_hard_start_xmit() 4 years ago