[<prev] [next>] [day] [month] [year] [list]
Message-ID: <39e6f6c70703100846w1555adddn9b83d1d507803294@mail.gmail.com>
Date: Sat, 10 Mar 2007 13:46:42 -0300
From: "Arnaldo Carvalho de Melo" <acme@...stprotocols.net>
To: "David Miller" <davem@...emloft.net>
Cc: "Netdev List" <netdev@...r.kernel.org>
Subject: [PATCH 11/11] [SK_BUFF]: Introduce skb_mac_header()
For the places where we need a pointer to the mac header, it is still legal to
touch skb->mac.raw directly if just adding to, subtracting from or setting it
to another layer header.
This one also converts some more cases to skb_reset_mac_header() that my
regex missed as it had no spaces before nor after '=', ugh.
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
diffstat further details in the attached patch
49 files changed, 108 insertions(+), 88 deletions(-)
View attachment "0011-SK_BUFF-Introduce-skb_mac_header.patch" of type "text/x-patch" (34881 bytes)
Powered by blists - more mailing lists