summaryrefslogtreecommitdiff
path: root/net/netmap.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-2/+2
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán1-2/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-04-04net: fix missing include of qapi/error.h in netmap.cDaniel P. Berrange1-0/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-1/+1
2016-03-08net: netmap: probe netmap interface for virtio-net headerVincenzo Maffione1-21/+38
2016-02-04net: Clean up includesPeter Maydell1-2/+1
2016-02-04net: netmap: use nm_open() to open netmap portsVincenzo Maffione1-65/+32
2015-11-12net: netmap: use error_setg() helpers in place of error_report()Vincenzo Maffione1-11/+11
2015-11-12net: netmap: Fix compilation issueVincenzo Maffione1-1/+1
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng1-4/+4
2015-06-12netmap: Drop netmap_can_sendFam Zheng1-12/+2
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster1-1/+2
2014-03-25net: netmap_poll must update both read/write poll statePrasad Joshi1-2/+2
2014-02-25net: Disable netmap backend when not supportedVincenzo Maffione1-42/+13
2014-02-25net: add offloading support to netmap backendVincenzo Maffione1-1/+67
2013-12-09net: Adding netmap network backendVincenzo Maffione1-0/+435