9464 Commits (1faac1f7d48d3f7bfa2d168b1ad5680d3288f585)
 

Author SHA1 Message Date
Mark McLoughlin 1faac1f7d4 net: move tap_set_offload() code into tap-linux.c 17 years ago
Mark McLoughlin dc69004c7d net: move tap_probe_vnet_hdr() to tap-linux.c 17 years ago
Mark McLoughlin 15ac913bfe net: move tap_set_sndbuf() to tap-linux.c 17 years ago
Mark McLoughlin c28b1c1007 net: move linux code into net/tap-linux.c 17 years ago
Mark McLoughlin dffcb71cb5 build: add CONFIG_LINUX 17 years ago
Mark McLoughlin 88b3ec02b2 net: move AIX code into net/tap-aix.c 17 years ago
Mark McLoughlin 966ea5ec4f net: move solaris code to net/tap-solaris.c 17 years ago
Mark McLoughlin e7e92325d9 net: split BSD tap_open() out into net/tap-bsd.c 17 years ago
Mark McLoughlin 5281d757ef net: split all the tap code out into net/tap.c 17 years ago
Mark McLoughlin f54c7bdc48 net: move tap-linux.h under net/ 17 years ago
Mark McLoughlin a8ed73f73d net: move more stuff into net/tap-win32.c, add net/tap.h 17 years ago
Mark McLoughlin 33ad161a04 net: move tap-win32.c under net/ 17 years ago
Mark McLoughlin 7200ac3c7c net: move net-checksum.c under net/ 17 years ago
Mark McLoughlin e1144d006d net: move net-queue.[ch] under net/ 17 years ago
Anthony Liguori f7cbc08ff0 Revert "char: emit the OPENED event only when a new char connection is opened" 17 years ago
Anthony Liguori 9f09204064 really fix net.h 17 years ago
Anthony Liguori a7f085c6e0 Fix signature of new_vlan_client 17 years ago
Mark McLoughlin 0ce0e8f498 virtio-net: add tap_has_ufo flag to saved state 17 years ago
Sridhar Samudrala 6c9f58ba3b Enable UFO on virtio-net and tap devices 17 years ago
Anthony Liguori 1d41b0c1ec Work around dhclient brokenness 17 years ago
Mark McLoughlin f5436dd96a virtio-net: enable tap offload if guest supports it 17 years ago
Mark McLoughlin b1c28b464d net: add tap_set_offload() 17 years ago
Mark McLoughlin 3a330134b3 virtio-net: add vnet_hdr support 17 years ago
Mark McLoughlin 2596774ad2 net: implement tap support for receive_raw() 17 years ago
Gleb Natapov b04c4134d6 net: use qemu_send_packet_raw() in qemu_announce_self() 17 years ago
Mark McLoughlin 70783b9c9b net: add receive_raw parameter to qemu_new_vlan_client() 17 years ago
Mark McLoughlin ca77d17591 net: add an API for 'raw' packets 17 years ago
Mark McLoughlin c0b8e49c69 net: add flags parameter to packet queue interface 17 years ago
Mark McLoughlin 24e323631a net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs 17 years ago
Mark McLoughlin bb6e636443 net: add a client type code 17 years ago
Mark McLoughlin baf74c9580 net: add a vnet_hdr=on|off parameter 17 years ago
Mark McLoughlin 424a7f9674 net: refactor tap initialization 17 years ago
Mark McLoughlin 8e0f8e5bf8 net: enable IFF_VNET_HDR on tap fds if available 17 years ago
Mark McLoughlin 38c75be313 net: make tap_receive() re-use tap_receive_iov() code 17 years ago
Mark McLoughlin 76682299a8 net: import linux tap ioctl definitions 17 years ago
Mark McLoughlin 1abb817258 net: remove unused includes of if_tun.h and if_tap.h 17 years ago
Kevin Wolf 72ecf02d7d Revert "qcow2: Bring synchronous read/write back to life" 17 years ago
Kevin Wolf db0ffc2402 linux-aio: Honour AsyncContext 17 years ago
Kevin Wolf e5f37649c6 posix-aio-compat: Honour AsyncContext 17 years ago
Kevin Wolf 65d6b3d885 block: Use new AsyncContext for bdrv_read/write emulation 17 years ago
Kevin Wolf 9a1e948129 Introduce contexts for asynchronous callbacks 17 years ago
Kevin Wolf 4f999d05f5 Split out bottom halves 17 years ago
Kevin Wolf 8febfa2684 Add qemu_aio_process_queue() 17 years ago
Kevin Wolf 59c7b155aa posix-aio-compat: Split out posix_aio_process_queue 17 years ago
Luiz Capitulino 18f3a5151c monitor: Convert do_closefd() to QObject 17 years ago
Luiz Capitulino f0d6000a9e monitor: Convert do_getfd() to QObject 17 years ago
Luiz Capitulino e1c923a62a monitor: Convert do_eject() to QObject 17 years ago
Luiz Capitulino 6848d82716 monitor: Convert do_pci_device_hot_remove() to QObject 17 years ago
Luiz Capitulino 911d296346 monitor: Convert do_migrate_cancel() to QObject 17 years ago
Luiz Capitulino 3a4921047d monitor: Convert do_migrate_set_speed() to QObject 17 years ago