summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* e1000: defer packets until BM enabledMichael S. Tsirkin2014-12-191-1/+20
* virtio-net: fix unmap leakJason Wang2014-11-281-2/+3
* rtl8139: fix Pointer to local outside scopeGonglei2014-11-211-0/+4
* pcnet: fix Negative array index readGonglei2014-11-211-25/+30
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-158-16/+0
* vmxnet3: add bootindex to qom propertyGonglei2014-10-151-0/+8
* spapr_lian: add bootindex to qom propertyGonglei2014-10-151-0/+10
* rtl8139: add bootindex to qom propertyGonglei2014-10-151-0/+10
* pcnet: add bootindex to qom propertyGonglei2014-10-153-1/+24
* ne2000: add bootindex to qom propertyGonglei2014-10-152-0/+56
* eepro100: add bootindex to qom propertyGonglei2014-10-151-1/+10
* e1000: add bootindex to qom propertyGonglei2014-10-151-0/+10
* virtio-net: add bootindex to qom propertyGonglei2014-10-151-0/+3
* virtio: Import virtio_vring.hFam Zheng2014-09-221-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-182-6/+4
|\
| * vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiationDamjan Marion2014-09-181-4/+4
| * virtio-net: drop assert on vm stopMichael S. Tsirkin2014-09-181-2/+0
OpenPOWER on IntegriCloud