aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22Clean up includes some moreMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois
2016-03-08rocker: allow user to specify rocker world by propertyJiri Pirko
2016-03-08rocker: add name field into WorldOps ale let world specify its nameJiri Pirko
2016-03-08rocker: return -ENOMEM in case of some world alloc failsJiri Pirko
2016-03-08rocker: forbid to change world typeJiri Pirko
2016-03-08net: ne2000: check ring buffer control registersPrasad J Pandit
2016-02-23all: Clean up includesPeter Maydell
2016-02-18vhost-user interrupt management fixesVictor Kaplansky
2016-02-16vhost-net: revert support of cross-endian vnet headersGreg Kurz
2016-02-16virtio-net: use the backend cross-endian capabilitiesGreg Kurz
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-06net: set endianness on all backend devicesLaurent Vivier
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-04e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek
2016-02-04cadence_gem: fix buffer overflowMichael S. Tsirkin
2016-02-04net: cadence_gem: check packet size in gem_recievePrasad J Pandit
2016-01-29hw/net: Clean up includesPeter Maydell
2016-01-29virtio: Clean up includesPeter Maydell
2016-01-29xen: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-29lm32: Clean up includesPeter Maydell
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell
2016-01-13etraxfs_eth: Don't use hw_error() in init() methodMarkus Armbruster
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert
2016-01-11net: ne2000: fix bounds check in ioport operationsPrasad J Pandit
2016-01-11net: rocker: fix an incorrect array bounds checkPrasad J Pandit
2016-01-11vmxnet3: Introduce 'x-disable-pcie' back-compat propertyShmulik Ladkani
2016-01-11vmxnet3: Report the Device Serial Number capabilityShmulik Ladkani
2016-01-11vmxnet3: The vmxnet3 device is a PCIE endpointShmulik Ladkani
2016-01-11vmxnet3: coding: Introduce VMXNET3ClassShmulik Ladkani
2016-01-11vmxnet3: Introduce 'x-old-msi-offsets' back-compat propertyShmulik Ladkani
2016-01-11vmxnet3: Change the offset of the MSIX PBA tableShmulik Ladkani
2016-01-11vmxnet3: Change offsets of msi/msix pci capabilitiesShmulik Ladkani
2016-01-11net/vmxnet3: rename VMXNET3_DEVICE_VERSION to VMXNET3_UPT_REVISIONMiao Yan
2016-01-11net/vmxnet3: return 0 on unknown commandMiao Yan
2016-01-11net/vmxnet3: return correct value for VMXNET3_CMD_GET_DEV_EXTRA_INFOMiao Yan
2016-01-11net/vmxnet3: return correct value for VMXNET3_CMD_GET_DID_* commandMiao Yan
2016-01-11net/vmxnet3: return 1 on device activation failureMiao Yan
2016-01-11net: vmxnet3: avoid memory leakage in activate_deviceP J P
2016-01-11net/vmxnet3: remove redundant VMW_SHPRN(...) definitionMiao Yan
2016-01-11net/vmxnet3: fix debug macro pattern for vmxnet3Miao Yan