aboutsummaryrefslogtreecommitdiff
path: root/net/netmap.c
AgeCommit message (Expand)Author
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-03-05net: netmap: improve netmap_receive_iov()Vincenzo Maffione
2019-03-05net: netmap: simplify netmap_receive()Vincenzo Maffione
2019-03-05net: netmap: small improvements netmap_send()Vincenzo Maffione
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-04-04net: fix missing include of qapi/error.h in netmap.cDaniel P. Berrange
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-08net: netmap: probe netmap interface for virtio-net headerVincenzo Maffione
2016-02-04net: Clean up includesPeter Maydell
2016-02-04net: netmap: use nm_open() to open netmap portsVincenzo Maffione
2015-11-12net: netmap: use error_setg() helpers in place of error_report()Vincenzo Maffione
2015-11-12net: netmap: Fix compilation issueVincenzo Maffione
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng
2015-06-12netmap: Drop netmap_can_sendFam Zheng
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster
2014-03-25net: netmap_poll must update both read/write poll statePrasad Joshi
2014-02-25net: Disable netmap backend when not supportedVincenzo Maffione
2014-02-25net: add offloading support to netmap backendVincenzo Maffione
2013-12-09net: Adding netmap network backendVincenzo Maffione