106 Commits (82fcf66e052d6dae834255a814969c67e13b6791)

Author SHA1 Message Date
Peter Maydell fac7d7b1cd tap: fix memory leak on failure in net_init_tap() 9 years ago
Jason Wang c471ad0e9b vhost_net: device IOTLB support 9 years ago
Alexey Kardashevskiy 584613eacb tap: Allow specifying a bridge 10 years ago
Marc-André Lureau e6bcb1b617 vhost-user: keep vhost_net after a disconnection 10 years ago
Eric Blake f394b2e20d qapi: Change Netdev into a flat union 10 years ago
Kővágó, Zoltán cebea51057 net: use Netdev instead of NetClientOptions in client init 10 years ago
Paolo Bonzini 091a6b2acf tap: fix memory leak on failure to create a multiqueue tap device 10 years ago
Marc-André Lureau 9e32ff3299 tap: use an exit notifier to call down_script 10 years ago
Jason Wang 69e87b3268 tap: vhost busy polling support 10 years ago
Zhou Jie 11196e95f0 net/tap: Allocating Large sized arrays to heap 10 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 10 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
Eric Blake 32bafa8fdd qapi: Don't special-case simple union wrappers 10 years ago
Paolo Bonzini 3a2d44f6dd net: simplify net_init_tap_one logic 10 years ago
Peter Maydell 2744d9207f net: Clean up includes 10 years ago
Eric Blake 8d0bcba837 net: Convert to new qapi union layout 11 years ago
Pankaj Gupta 1e7398a140 vhost: enable vhost without without MSI-X 11 years ago
Greg Kurz c80cd6bb9c tap: add VNET_LE/VNET_BE operations 11 years ago
Fam Zheng 82e1cc4bf9 Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler 11 years ago
Fam Zheng a90a7425cf tap: Drop tap_can_send 11 years ago
Markus Armbruster a308817743 tap: Improve -netdev/netdev_add/-net/... tap error reporting 11 years ago
Markus Armbruster 95c35a74fe tap: Finish conversion of tap_open() to Error 11 years ago
Markus Armbruster 468dd82408 tap: Permit incremental conversion of tap_open() to Error 11 years ago
Markus Armbruster ac4fcf5639 tap: Convert launch_script() to Error 11 years ago
Markus Armbruster 445f116cab tap: Convert net_init_tap_one() to Error 11 years ago
Markus Armbruster 80b832c300 tap: Convert tap_set_sndbuf() to Error 11 years ago
Markus Armbruster a8a21be985 tap: Improve -netdev/netdev_add/-net/... bridge error reporting 11 years ago
Markus Armbruster da4a4eac26 tap: net_tap_fd_init() can't fail, drop dead error handling 11 years ago
Markus Armbruster a30ecde6e7 net: Permit incremental conversion of init functions to Error 11 years ago
Markus Armbruster 1677f4c66c monitor: Clean up around monitor_handle_fd_param() 11 years ago
Wangkai (Kevin,C) 756ae78b27 tap: fix vcpu long time io blocking on tap 12 years ago
Gonglei 84f8f3dace tap: fix possible fd leak in net_init_tap 12 years ago
Gonglei d0caa3eb53 tap: do not close(fd) in net_init_tap_one 12 years ago
Nikolay Nikolaev 1a1bfac9ee Add vhost-backend and VhostBackendType 12 years ago
Nikolay Nikolaev 81647a655f vhost_net_init will use VhostNetOptions to get all its arguments 12 years ago
Pankaj Gupta 13a12f869b tap: Avoid extra iterations while closing file fd 12 years ago
Stefan Hajnoczi 68e5ec6400 tap: avoid deadlocking rx 12 years ago
Vincenzo Maffione 3bac80d31a net: make tap offloading callbacks static 12 years ago
Vincenzo Maffione 2e753bcc7d net: TAP uses NetClientInfo offloading callbacks 12 years ago
Vincenzo Maffione e96dfd110e net: change vnet-hdr TAP prototypes 12 years ago
Jason Wang c87826a878 tap: fix NULL dereference when passing invalid parameters to tap 13 years ago
Jason Wang 7873df408d tap: properly initialize vhostfds 13 years ago
Paolo Bonzini 0d09e41a51 hw: move headers to include/ 13 years ago
Scott Feldman d32fcad366 net: increase buffer size to accommodate Jumbo frame pkts 13 years ago
Peter Maydell 085d813407 Fix typos and misspellings 13 years ago
Jason Wang ce675a7579 tap: forbid creating multiqueue tap when hub is used 13 years ago
Anthony Liguori 02cd809099 tap: unbreak -netdev tap,fd=X 13 years ago
Jason Wang 264986e2c8 tap: multiqueue support 13 years ago
Jason Wang 16dbaf905b tap: support enabling or disabling a queue 13 years ago
Jason Wang 5193e5fbb5 tap: factor out common tap initialization 13 years ago