commit | 2ccd0b192534b1dc6af45ffb81faa44b7ae416bf | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Nov 28 18:58:11 2013 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Thu Dec 12 22:07:12 2013 +0000 |
tree | 297f8c256708bb77f60b3f4259dc5758f488826e | |
parent | 9ec0659595c8020f1efa55aa00870e8773f8ee89 [diff] |
sfc: Copy RX prefix into skb head area in efx_rx_mk_skb() We can potentially pull the entire packet contents into the head area and then free the page it was in. In order to read an inline timestamp safely, we need to copy the prefix into the head area as well. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>