net: add an API for 'raw' packets
authorMark McLoughlin <markmc@redhat.com>
Thu, 22 Oct 2009 16:43:41 +0000 (17:43 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:29:01 +0000 (12:29 -0500)
commit2019b1b4ce008cf9247df0624e4247cff4f13521
treed1b7908cee9de4ee213179b7b027aba610f6fd6e
parent4efcbac3421d791f50e017466117cc5f8204d885
net: add an API for 'raw' packets

In the case where a NIC and backend agree on a packet header format,
this API allows injecting packets which lack the agreed upon header.

We need this for sending our gratuitous ARP.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net-queue.h
net.c
net.h