summaryrefslogtreecommitdiffstats
path: root/net/netmap.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-081-7/+0Star
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-0/+7
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* net: netmap: improve netmap_receive_iov()Vincenzo Maffione2019-03-051-12/+17
* net: netmap: simplify netmap_receive()Vincenzo Maffione2019-03-051-39/+11Star
* net: netmap: small improvements netmap_send()Vincenzo Maffione2019-03-051-12/+19
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-2/+2
* net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán2016-07-191-2/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* net: fix missing include of qapi/error.h in netmap.cDaniel P. Berrange2016-04-041-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* net: netmap: probe netmap interface for virtio-net headerVincenzo Maffione2016-03-081-21/+38
* net: Clean up includesPeter Maydell2016-02-041-2/+1Star
* net: netmap: use nm_open() to open netmap portsVincenzo Maffione2016-02-041-65/+32Star
* 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/+2Star
* 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/+13Star
* net: add offloading support to netmap backendVincenzo Maffione2014-02-251-1/+67
* net: Adding netmap network backendVincenzo Maffione2013-12-091-0/+435