commit | 31c70d5956fc3d1abf83e9ab5e1d8237dea59498 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Mar 05 18:19:34 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 07 14:37:55 2014 -0500 |
tree | 7a63e4de80e41654006eb1bc2e61033ac4c2f47a | |
parent | 219626924222b6b41bf2264896b34a6abaaeecf0 [diff] |
l2tp: keep original skb ownership There is no reason to orphan skb in l2tp. This breaks things like per socket memory limits, TCP Small queues... Fix this before more people copy/paste it. This is very similar to commit 8f646c922d550 ("vxlan: keep original skb ownership") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: James Chapman <jchapman@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>