On Sat, Sep 28, 2013 at 11:15:43PM +0200, Alexander Aring wrote:
> The current implementation does many copies of the sk_buff for
> increasing headroom which are not necessary.
>
> This patch increases the headroom in the maclayer for a worst case
> scenario of (sizeof(struct ipv6hdr) + sizeof(str
The current implementation does many copies of the sk_buff for
increasing headroom which are not necessary.
This patch increases the headroom in the maclayer for a worst case
scenario of (sizeof(struct ipv6hdr) + sizeof(struct udphdr)).
Signed-off-by: Alexander Aring
Acked-by: Werner Almesberger