diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-10-07 07:45:57 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-19 05:33:44 +0200 |
commit | 09df57ca604512b29b6096afb381c839ccbd2912 (patch) | |
tree | d7a820fea1ef93ad5a2e8ba74926b85b451428cb /drivers/net/ethernet/cirrus | |
parent | macvlan: handle fragmented multicast frames (diff) | |
download | linux-09df57ca604512b29b6096afb381c839ccbd2912.tar.xz linux-09df57ca604512b29b6096afb381c839ccbd2912.zip |
l2tp: give proper headroom in pppol2tp_xmit()
pppol2tp_xmit() calls skb_cow_head(skb, 2) before calling
l2tp_xmit_skb()
Then l2tp_xmit_skb() calls again skb_cow_head(skb, large_headroom)
This patchs changes the first skb_cow_head() call to supply the needed
headroom to make sure at most one (expensive) pskb_expand_head() is
done.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cirrus')
0 files changed, 0 insertions, 0 deletions