-
- Downloads
kernel: use skb_cow_head() to deal with cloned skbs
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>
Showing
- target/linux/generic/patches-4.4/030-1-smsc95xx-Use-skb_cow_head-to-deal-with-cloned-skbs.patch 40 additions, 0 deletions...-smsc95xx-Use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.4/030-2-smsc75xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch 36 additions, 0 deletions...-smsc75xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.4/030-3-cx82310_eth-use-skb_cow_head-to-deal-with-cloned-skb.patch 35 additions, 0 deletions...x82310_eth-use-skb_cow_head-to-deal-with-cloned-skb.patch
- target/linux/generic/patches-4.4/030-4-sr9700-use-skb_cow_head-to-deal-with-cloned-skbs.patch 37 additions, 0 deletions...-4-sr9700-use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.4/030-5-lan78xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch 38 additions, 0 deletions...5-lan78xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.4/030-6-ch9200-use-skb_cow_head-to-deal-with-cloned-skbs.patch 38 additions, 0 deletions...-6-ch9200-use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.4/030-7-kaweth-use-skb_cow_head-to-deal-with-cloned-skbs.patch 43 additions, 0 deletions...-7-kaweth-use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.9/023-1-smsc95xx-Use-skb_cow_head-to-deal-with-cloned-skbs.patch 40 additions, 0 deletions...-smsc95xx-Use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.9/023-2-smsc75xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch 36 additions, 0 deletions...-smsc75xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.9/023-3-cx82310_eth-use-skb_cow_head-to-deal-with-cloned-skb.patch 35 additions, 0 deletions...x82310_eth-use-skb_cow_head-to-deal-with-cloned-skb.patch
- target/linux/generic/patches-4.9/023-4-sr9700-use-skb_cow_head-to-deal-with-cloned-skbs.patch 37 additions, 0 deletions...-4-sr9700-use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.9/023-5-lan78xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch 38 additions, 0 deletions...5-lan78xx-use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.9/023-6-ch9200-use-skb_cow_head-to-deal-with-cloned-skbs.patch 38 additions, 0 deletions...-6-ch9200-use-skb_cow_head-to-deal-with-cloned-skbs.patch
- target/linux/generic/patches-4.9/023-7-kaweth-use-skb_cow_head-to-deal-with-cloned-skbs.patch 43 additions, 0 deletions...-7-kaweth-use-skb_cow_head-to-deal-with-cloned-skbs.patch
Loading
Please register or sign in to comment