summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-112-14/+67
|\
| * virtio-net: move qdev properties into virtio-net.cShannon Zhao2015-06-101-2/+42
| * vhost: 64 bit featuresCornelia Huck2015-06-101-6/+6
| * vhost_net: add version_1 featureMichael S. Tsirkin2015-06-101-0/+2
| * virtio-net: enable virtio 1.0Cornelia Huck2015-06-101-0/+1
| * virtio-net: support longer headerCornelia Huck2015-06-101-6/+15
| * virtio-net: no writeable mac for virtio-1Cornelia Huck2015-06-101-0/+1
* | pcnet: force the buffer access to be in bounds during txPetr Matousek2015-06-101-0/+8
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-041-1/+1
|\ \ | |/
| * virtio: 64bit features fixups.Gerd Hoffmann2015-06-031-1/+1
* | cadence_gem: Fix Rx buffer size field maskSai Pavan Boddu2015-06-031-1/+1
|/
* vhost-user: add multi queue supportOuyang Changchun2015-06-011-1/+2
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-8/+10
* virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang2015-05-311-2/+2
* virtio-net: adding all queues in .realize()Jason Wang2015-05-311-42/+17
* net: cadence_gem: Split state struct and type into headerPeter Crosthwaite2015-05-181-42/+1
* net: cadence_gem: Clean up variable namesPeter Crosthwaite2015-05-181-35/+35
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-05-1214-9/+5524
|\
| * rocker: timestamp on the debug logs helps correlate with events in the VMDavid Ahern2015-05-111-1/+10
| * rocker: add new rocker switch deviceScott Feldman2015-05-1113-0/+5512
| * virtio-net: use qemu_mac_strdup_printfScott Feldman2015-05-111-9/+3
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-112-2/+14
|\ \ | |/ |/|
| * virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao2015-04-281-1/+6
| * virtio-net: fix the upper bound when trying to delete queuesJason Wang2015-04-271-1/+1
| * vhost-user: Send VHOST_RESET_OWNER on vhost stopLuke Gorrie2015-04-271-0/+7
* | vmxnet: Remove unused function vmxnet_rx_pkt_get_num_frags()Thomas Huth2015-04-302-16/+0
* | misc: Fix new collection of typosStefan Weil2015-04-301-1/+1
|/
* hw/net/e1000: fix integer endiannessShannon Zhao2015-03-271-2/+2
* virtio-net: validate backend queue numbers against bus limitationJason Wang2015-03-251-0/+7
* fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář2015-03-101-2/+2
* vhost_net: Add missing 'static' attributeStefan Weil2015-03-101-1/+1
* xilinx_ethlite: Clean up after commit 2f991adMarkus Armbruster2015-03-101-0/+1
* spapr_vio: Convert to realize()Markus Armbruster2015-03-091-4/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-0911-56/+48
|\
| * virtio: add feature checking helpersCornelia Huck2015-02-261-10/+13
| * virtio: feature bit manipulation helpersCornelia Huck2015-02-261-17/+17
| * virtio: use standard virtio_ring.hMichael S. Tsirkin2015-02-261-1/+1
| * pcnet: Convert to realizeMarkus Armbruster2015-02-261-3/+2
| * pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster2015-02-264-6/+6
| * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-265-20/+10
* | etsec: Replace qdev_init() by qdev_init_nofail()Markus Armbruster2015-02-241-4/+1
|/
* rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-14/+0
* Convert some debugging printfs to trace calls in pcnet.c.Don Koch2015-02-101-20/+8
* Add/convert trace calls in pcnet-pci.c.Don Koch2015-02-101-30/+19
* rtl8139: simplify timer logicPaolo Bonzini2015-02-061-50/+27
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang2015-01-121-0/+1
* hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang2015-01-121-4/+4
* hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang2015-01-121-1/+6
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-1227-211/+0
OpenPOWER on IntegriCloud