git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
459a98e
)
[LLC]: Use skb_reset_mac_header in llc_alloc_frame
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Sat, 10 Mar 2007 15:14:56 +0000
(12:14 -0300)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:24:34 +0000
(22:24 -0700)
skb->head is equal to skb->data after alloc_skb, so reset the mac header while
this is true, i.e. before skb_reserve.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/llc/llc_sap.c
patch
|
blob
|
history
diff --cc
net/llc/llc_sap.c
Simple merge