Make sure that do_port_input() always puts a MAC header on packets.
authorBen Pfaff <blp@nicira.com>
Tue, 11 Nov 2008 04:56:13 +0000 (20:56 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 13 Nov 2008 20:44:04 +0000 (12:44 -0800)
commitdac4f198616aad869063b1c77266e72d775e4aed
tree7659f00765203d76c590cffd3a54921a2133a4a8
parent288d2171a6be20c5cf70f35bb3def94c81e4af9c
Make sure that do_port_input() always puts a MAC header on packets.

Prompted by persistent oopses on packets received by e1000e, in which
skb_mac_header() for the packet always returned null.
datapath/datapath.c