]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Copy over mac_len when cloning an skb
authorAlexey Dobriyan <adobriyan@sw.ru>
Sat, 17 Mar 2007 01:32:09 +0000 (18:32 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 23 Mar 2007 19:49:26 +0000 (12:49 -0700)
commit50a9fe380636f5643ccf605767208b02cbc82254
tree65dd1b9c850b65e2f2dfcbfcb0603590118206bb
parentc92fc42fc79aa7c77c90d91c69144f2d9b94a71b
Copy over mac_len when cloning an skb

[NET]: Copy mac_len in skb_clone() as well

ANK says: "It is rarely used, that's wy it was not noticed.
But in the places, where it is used, it should be disaster."

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/core/skbuff.c