summaryrefslogtreecommitdiffstats
path: root/net/netmap.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix missing include of qapi/error.h in netmap.cDaniel P. Berrange2019-11-291-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2019-11-291-1/+1
* net: netmap: probe netmap interface for virtio-net headerVincenzo Maffione2019-11-291-21/+38
* net: Clean up includesPeter Maydell2019-11-291-2/+1
* net: netmap: use nm_open() to open netmap portsVincenzo Maffione2019-11-291-65/+32
* net: netmap: use error_setg() helpers in place of error_report()Vincenzo Maffione2015-11-121-11/+11
* net: netmap: Fix compilation issueVincenzo Maffione2015-11-121-1/+1
* Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng2015-06-121-4/+4
* netmap: Drop netmap_can_sendFam Zheng2015-06-121-12/+2
* net: Permit incremental conversion of init functions to ErrorMarkus Armbruster2015-05-271-1/+2
* net: netmap_poll must update both read/write poll statePrasad Joshi2014-03-251-2/+2
* net: Disable netmap backend when not supportedVincenzo Maffione2014-02-251-42/+13
* net: add offloading support to netmap backendVincenzo Maffione2014-02-251-1/+67
* net: Adding netmap network backendVincenzo Maffione2013-12-091-0/+435
OpenPOWER on IntegriCloud