summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-291-1/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2019-11-293-0/+6
* Clean up includes some moreMarkus Armbruster2019-11-292-4/+0
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-294-0/+4
* i.MX: Add missing descriptions in devices.Jean-Christophe Dubois2019-11-291-0/+1
* rocker: allow user to specify rocker world by propertyJiri Pirko2019-11-291-1/+28
* rocker: add name field into WorldOps ale let world specify its nameJiri Pirko2019-11-293-6/+3
* rocker: return -ENOMEM in case of some world alloc failsJiri Pirko2019-11-291-0/+1
* rocker: forbid to change world typeJiri Pirko2019-11-293-1/+13
* net: ne2000: check ring buffer control registersPrasad J Pandit2019-11-291-0/+4
* all: Clean up includesPeter Maydell2019-11-291-1/+0
* vhost-user interrupt management fixesVictor Kaplansky2019-11-291-2/+13
* vhost-net: revert support of cross-endian vnet headersGreg Kurz2019-11-291-36/+5
* virtio-net: use the backend cross-endian capabilitiesGreg Kurz2019-11-291-2/+66
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-4/+6
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-2/+2
* net: set endianness on all backend devicesLaurent Vivier2019-11-291-12/+11
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2019-11-291-26/+43
* e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek2019-11-291-2/+4
* cadence_gem: fix buffer overflowMichael S. Tsirkin2019-11-291-0/+8
* net: cadence_gem: check packet size in gem_recievePrasad J Pandit2019-11-291-0/+4
* hw/net: Clean up includesPeter Maydell2019-11-2931-5/+31
* virtio: Clean up includesPeter Maydell2019-11-291-0/+1
* xen: Clean up includesPeter Maydell2019-11-291-10/+1
* arm: Clean up includesPeter Maydell2019-11-295-0/+5
* ppc: Clean up includesPeter Maydell2019-11-291-0/+1
* lm32: Clean up includesPeter Maydell2019-11-291-0/+1
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2019-11-291-9/+9
* fpu: Replace uint8 typedef with uint8_tPeter Maydell2019-11-291-1/+1
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2019-11-291-1/+1
* etraxfs_eth: Don't use hw_error() in init() methodMarkus Armbruster2019-11-291-1/+3
* ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert2019-11-291-1/+0
* net: ne2000: fix bounds check in ioport operationsPrasad J Pandit2019-11-291-4/+6
* net: rocker: fix an incorrect array bounds checkPrasad J Pandit2019-11-291-4/+4
* vmxnet3: Introduce 'x-disable-pcie' back-compat propertyShmulik Ladkani2019-11-291-0/+2
* vmxnet3: Report the Device Serial Number capabilityShmulik Ladkani2019-11-291-2/+26
* vmxnet3: The vmxnet3 device is a PCIE endpointShmulik Ladkani2019-11-291-1/+52
* vmxnet3: coding: Introduce VMXNET3ClassShmulik Ladkani2019-11-291-0/+10
* vmxnet3: Introduce 'x-old-msi-offsets' back-compat propertyShmulik Ladkani2019-11-291-0/+2
* vmxnet3: Change the offset of the MSIX PBA tableShmulik Ladkani2019-11-291-2/+3
* vmxnet3: Change offsets of msi/msix pci capabilitiesShmulik Ladkani2019-11-291-3/+15
* net/vmxnet3: rename VMXNET3_DEVICE_VERSION to VMXNET3_UPT_REVISIONMiao Yan2019-11-291-2/+2
* net/vmxnet3: return 0 on unknown commandMiao Yan2019-11-291-1/+1
* net/vmxnet3: return correct value for VMXNET3_CMD_GET_DEV_EXTRA_INFOMiao Yan2019-11-291-0/+5
* net/vmxnet3: return correct value for VMXNET3_CMD_GET_DID_* commandMiao Yan2019-11-291-0/+16
* net/vmxnet3: return 1 on device activation failureMiao Yan2019-11-291-1/+1
* net: vmxnet3: avoid memory leakage in activate_deviceP J P2019-11-291-8/+16
* net/vmxnet3: remove redundant VMW_SHPRN(...) definitionMiao Yan2019-11-291-4/+1
* net/vmxnet3: fix debug macro pattern for vmxnet3Miao Yan2019-11-291-53/+86
* net/vmxnet3: use %zu for size_t in printfMiao Yan2019-11-291-3/+3
OpenPOWER on IntegriCloud