summaryrefslogtreecommitdiff
path: root/net/netmap.c
AgeCommit message (Expand)AuthorFilesLines
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