Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-04 | net: Clean up includes | Peter Maydell | |
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1454089805-5470-11-git-send-email-peter.maydell@linaro.org | |||
2012-12-19 | net: reorganize headers | Paolo Bonzini | |
Move public headers to include/net, and leave private headers in net/. Put the virtio headers in include/net/tap.h, removing the multiple copies that existed. Leave include/net/tap.h as the interface for NICs, and net/tap_int.h as the interface for OS-specific parts of the tap backend. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2009-12-03 | net: move parse_macaddr() to net/util.[ch] | Mark McLoughlin | |
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |