Age | Commit message (Expand) | Author |
2010-02-10 | virtio-net: fix network stall under load | Tom Lendacky |
2010-01-13 | virtio: net: remove dead assignment | Amit Shah |
2010-01-12 | virtio-net: mac property is mandatory | Michael S. Tsirkin |
2010-01-11 | virtio: add features as qdev properties | Michael S. Tsirkin |
2010-01-11 | virtio: rename features -> guest_features | Michael S. Tsirkin |
2009-12-03 | net: remove VLANClientState members now in NetClientInfo | Mark McLoughlin |
2009-12-03 | net: convert virtio to NICState | Mark McLoughlin |
2009-11-09 | whitelist host virtio networking features | Dustin Kirkland |
2009-11-09 | virtio-net: split the has_buffers() logic from can_receive() | Mark McLoughlin |
2009-10-30 | virtio-net: fix macaddr config regression | Mark McLoughlin |
2009-10-30 | net: move more stuff into net/tap-win32.c, add net/tap.h | Mark McLoughlin |
2009-10-30 | net: move net-checksum.c under net/ | Mark McLoughlin |
2009-10-27 | virtio-net: add tap_has_ufo flag to saved state | Mark McLoughlin |
2009-10-27 | Enable UFO on virtio-net and tap devices | Sridhar Samudrala |
2009-10-27 | Work around dhclient brokenness | Anthony Liguori |
2009-10-27 | virtio-net: enable tap offload if guest supports it | Mark McLoughlin |
2009-10-27 | virtio-net: add vnet_hdr support | Mark McLoughlin |
2009-10-27 | virtio: use qdev properties for configuration. | Gerd Hoffmann |
2009-07-22 | notify io_thread at the end of rx handling | Glauber Costa |
2009-06-24 | qemu/net: flag to control the number of vectors a nic has | Michael S. Tsirkin |
2009-06-24 | qemu/net: request 3 vectors in virtio-net | Michael S. Tsirkin |
2009-06-22 | virtio-net: implement async packet sending | Mark McLoughlin |
2009-06-22 | virtio-net: enable mergeable receive buffers | Mark McLoughlin |
2009-06-09 | virtio-net: Increase filter and control limits | Alex Williamson |
2009-06-09 | virtio-net: Add new RX filter controls | Alex Williamson |
2009-06-09 | virtio-net: MAC filter optimization | Alex Williamson |
2009-06-09 | virtio-net: Fix MAC filter overflow handling | Alex Williamson |
2009-06-09 | virtio-net: reorganize receive_filter() | Alex Williamson |
2009-06-09 | virtio-net: Use a byte to store RX mode flags | Alex Williamson |
2009-06-09 | virtio-net: Add version_id 7 placeholder for vnet header support | Alex Williamson |
2009-06-09 | virtio-net: implement rx packet queueing | Mark McLoughlin |
2009-06-09 | net: add return value to packet receive handler | Mark McLoughlin |
2009-06-09 | net: pass VLANClientState* as first arg to receive handlers | Mark McLoughlin |
2009-06-09 | net: re-name vc->fd_read() to vc->receive() | Mark McLoughlin |
2009-06-09 | net: add fd_readv() handler to qemu_new_vlan_client() args | Mark McLoughlin |
2009-05-18 | Separate virtio PCI code | Paul Brook |
2009-05-14 | Virtio-net qdev conversion | Paul Brook |
2009-04-17 | Introduce VLANClientState::cleanup() (Mark McLoughlin) | aliguori |
2009-04-17 | Remove stray GSO code from virtio_net (Mark McLoughlin) | aliguori |
2009-04-13 | Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' | blueswir1 |
2009-04-05 | Fix oops on 2.6.25 guest (Rusty Russell) | aliguori |
2009-03-13 | qemu:virtio-net: Check return size on the correct sg list (Alex Williamson) | aliguori |
2009-02-16 | virtio: Remove malloc failure checks (Jan Kiszka) | aliguori |
2009-02-11 | qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti) | aliguori |
2009-02-05 | qemu:virtio-net: Add VLAN filtering (Alex Williamson) | aliguori |
2009-02-05 | qemu:virtio-net: Add additional MACs via a filter table (Alex Williamson) | aliguori |
2009-02-05 | qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmul... | aliguori |
2009-02-05 | qemu:virtio-net: Add promiscuous and all-multicast mode bits (Alex Williamson) | aliguori |
2009-02-05 | qemu:virtio-net: Add a virtqueue for control commands from the guest (Alex Wi... | aliguori |
2009-02-05 | qemu:virtio-net: Define ETH_ALEN for use when manipulating MAC addresses (Ale... | aliguori |