summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-10virtio-net: move qdev properties into virtio-net.cShannon Zhao
2015-06-10vhost: 64 bit featuresCornelia Huck
2015-06-10vhost_net: add version_1 featureMichael S. Tsirkin
2015-06-10virtio-net: enable virtio 1.0Cornelia Huck
2015-06-10virtio-net: support longer headerCornelia Huck
2015-06-10virtio-net: no writeable mac for virtio-1Cornelia Huck
2015-06-10pcnet: force the buffer access to be in bounds during txPetr Matousek
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-03virtio: 64bit features fixups.Gerd Hoffmann
2015-06-03cadence_gem: Fix Rx buffer size field maskSai Pavan Boddu
2015-06-01vhost-user: add multi queue supportOuyang Changchun
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang
2015-05-31virtio-net: adding all queues in .realize()Jason Wang
2015-05-18net: cadence_gem: Split state struct and type into headerPeter Crosthwaite
2015-05-18net: cadence_gem: Clean up variable namesPeter Crosthwaite
2015-05-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-05-11rocker: timestamp on the debug logs helps correlate with events in the VMDavid Ahern
2015-05-11rocker: add new rocker switch deviceScott Feldman
2015-05-11virtio-net: use qemu_mac_strdup_printfScott Feldman
2015-04-30vmxnet: Remove unused function vmxnet_rx_pkt_get_num_frags()Thomas Huth
2015-04-30misc: Fix new collection of typosStefan Weil
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao
2015-04-27virtio-net: fix the upper bound when trying to delete queuesJason Wang
2015-04-27vhost-user: Send VHOST_RESET_OWNER on vhost stopLuke Gorrie
2015-03-27hw/net/e1000: fix integer endiannessShannon Zhao
2015-03-25virtio-net: validate backend queue numbers against bus limitationJason Wang
2015-03-10fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář
2015-03-10vhost_net: Add missing 'static' attributeStefan Weil
2015-03-10xilinx_ethlite: Clean up after commit 2f991adMarkus Armbruster
2015-03-09spapr_vio: Convert to realize()Markus Armbruster
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-02-26virtio: add feature checking helpersCornelia Huck
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2015-02-26virtio: use standard virtio_ring.hMichael S. Tsirkin
2015-02-26pcnet: Convert to realizeMarkus Armbruster
2015-02-26pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-02-24etsec: Replace qdev_init() by qdev_init_nofail()Markus Armbruster
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster
2015-02-10Convert some debugging printfs to trace calls in pcnet.c.Don Koch
2015-02-10Add/convert trace calls in pcnet-pci.c.Don Koch
2015-02-06rtl8139: simplify timer logicPaolo Bonzini
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2015-01-12hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang
2015-01-12hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang
2015-01-12hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang