aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/030-3-cx82310_eth-use-skb_cow_head-to-deal-with-cloned-skb.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: use skb_cow_head() to deal with cloned skbsÁlvaro Fernández Rojas2017-04-231-0/+35
We need to ensure there is enough headroom to push extra header, but we also need to check if we are allowed to change headers. skb_cow_head() is the proper helper to deal with this. Fixes Ethernet<->WiFi bridge for Raspberry Pi and probably other devices. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>