summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug)Stefano Stabellini2015-08-031-0/+7
* Merge remote-tracking branch 'remotes/stefanha/tags/rtl8139-cplus-tx-input-va...Peter Maydell2015-08-031-173/+190
|\
| * rtl8139: check TCP Data Offset field (CVE-2015-5165)Stefan Hajnoczi2015-08-031-0/+5
| * rtl8139: skip offload on short TCP header (CVE-2015-5165)Stefan Hajnoczi2015-08-031-0/+5
| * rtl8139: check IP Total Length field (CVE-2015-5165)Stefan Hajnoczi2015-08-031-1/+6
| * rtl8139: check IP Header Length field (CVE-2015-5165)Stefan Hajnoczi2015-08-031-11/+8
| * rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)Stefan Hajnoczi2015-08-031-0/+5
| * rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)Stefan Hajnoczi2015-08-031-154/+151
| * rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)Stefan Hajnoczi2015-08-031-19/+22
* | ahci: fix ICC mask definitionJohn Snow2015-07-311-1/+1
* | macio: re-add TRIM supportAurelien Jarno2015-07-311-0/+28
|/
* virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini2015-07-291-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-07-282-34/+35
|\
| * xen: Drop net_rx_okFam Zheng2015-07-281-24/+1
| * hw/net: handle flow control in mcf_fec driver receiverGreg Ungerer2015-07-281-10/+34
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-2814-26/+68
|\ \
| * | virtio: minor cleanupMichael S. Tsirkin2015-07-271-1/+0
| * | acpi: fix pvpanic device is not shown in uiGal Hammer2015-07-271-2/+2
| * | virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang2015-07-271-1/+1
| * | virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang2015-07-271-1/+9
| * | virtio: get_features() can failJason Wang2015-07-2711-11/+21
| * | virtio-pci: fix memory MR cleanup for modernMichael S. Tsirkin2015-07-271-0/+15
| * | virtio: set any_layout in virtio coreMichael S. Tsirkin2015-07-273-4/+1
| * | virtio-9p: fix any_layoutMichael S. Tsirkin2015-07-271-6/+17
| * | virtio-serial: fix ANY_LAYOUTMichael S. Tsirkin2015-07-271-1/+2
| * | virtio: hide legacy features from modern guestsMichael S. Tsirkin2015-07-271-1/+2
* | | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150728' into stagingPeter Maydell2015-07-281-7/+10
|\ \ \
| * | | net/dp8393x: do not use memory_region_init_rom_device with NULLHervé Poussineau2015-07-281-2/+8
| * | | net/dp8393x: remove check of runt packetsHervé Poussineau2015-07-281-5/+0
| * | | net/dp8393x: disable user creationHervé Poussineau2015-07-281-0/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-281-0/+7
|\ \ \
| * | | megasas: Add write function to handle write access to PCI BAR 3Salva Peiró2015-07-271-0/+7
* | | | hw/acpi/ich9: clean up stale comment about KVM not supporting SMMLaszlo Ersek2015-07-271-2/+1
* | | | hw/acpi/ich9: clear smi_en on resetLaszlo Ersek2015-07-271-0/+1
| |/ / |/| |
* | | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-07-2716-103/+133
|\ \ \
| * | | axienet: Flush queued packets when rx is doneFam Zheng2015-07-271-4/+13
| * | | dp8393x: Flush packets when link comes upFam Zheng2015-07-271-0/+8
| * | | stellaris_enet: Flush queued packets when read doneFam Zheng2015-07-271-9/+5
| * | | mipsnet: Flush queued packets when receiving is enabledFam Zheng2015-07-271-2/+7
| * | | milkymist-minimac2: Flush queued packets when link comes upFam Zheng2015-07-271-17/+16
| * | | mcf_fec: Drop mcf_fec_can_receiveFam Zheng2015-07-271-8/+1
| * | | etsec: Flush queue when rx buffer is consumedFam Zheng2015-07-273-1/+15
| * | | etsec: Move etsec_can_receive into etsec_receiveFam Zheng2015-07-273-17/+10
| * | | usbnet: Drop usbnet_can_receiveFam Zheng2015-07-271-16/+4
| * | | eepro100: Drop nic_can_receiveFam Zheng2015-07-271-11/+0
| * | | pcnet: Drop pcnet_can_receiveFam Zheng2015-07-274-12/+0
| * | | xgmac: Drop packets with eth_can_rx is false.Fam Zheng2015-07-271-4/+4
| * | | hw/net: fix mcf_fec driver receiverGreg Ungerer2015-07-271-1/+3
| * | | hw/net: add simple phy support to mcf_fec driverGreg Ungerer2015-07-271-2/+48
| |/ /
* | | ide: Clear DRQ after handling all expected accessesKevin Wolf2015-07-261-4/+12
OpenPOWER on IntegriCloud