summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-26/+43
2016-01-29hw/net: Clean up includesPeter Maydell31-5/+31
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2016-01-29xen: Clean up includesPeter Maydell1-10/+1
2016-01-29arm: Clean up includesPeter Maydell5-0/+5
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-29lm32: Clean up includesPeter Maydell1-0/+1
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell1-9/+9
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell1-1/+1
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell1-1/+1
2016-01-13etraxfs_eth: Don't use hw_error() in init() methodMarkus Armbruster1-1/+3
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert1-1/+0
2016-01-11net: ne2000: fix bounds check in ioport operationsPrasad J Pandit1-4/+6
2016-01-11net: rocker: fix an incorrect array bounds checkPrasad J Pandit1-4/+4
2016-01-11vmxnet3: Introduce 'x-disable-pcie' back-compat propertyShmulik Ladkani1-0/+2
2016-01-11vmxnet3: Report the Device Serial Number capabilityShmulik Ladkani1-2/+26
2016-01-11vmxnet3: The vmxnet3 device is a PCIE endpointShmulik Ladkani1-1/+52
2016-01-11vmxnet3: coding: Introduce VMXNET3ClassShmulik Ladkani1-0/+10
2016-01-11vmxnet3: Introduce 'x-old-msi-offsets' back-compat propertyShmulik Ladkani1-0/+2
2016-01-11vmxnet3: Change the offset of the MSIX PBA tableShmulik Ladkani1-2/+3
2016-01-11vmxnet3: Change offsets of msi/msix pci capabilitiesShmulik Ladkani1-3/+15
2016-01-11net/vmxnet3: rename VMXNET3_DEVICE_VERSION to VMXNET3_UPT_REVISIONMiao Yan1-2/+2
2016-01-11net/vmxnet3: return 0 on unknown commandMiao Yan1-1/+1
2016-01-11net/vmxnet3: return correct value for VMXNET3_CMD_GET_DEV_EXTRA_INFOMiao Yan1-0/+5
2016-01-11net/vmxnet3: return correct value for VMXNET3_CMD_GET_DID_* commandMiao Yan1-0/+16
2016-01-11net/vmxnet3: return 1 on device activation failureMiao Yan1-1/+1
2016-01-11net: vmxnet3: avoid memory leakage in activate_deviceP J P1-8/+16
2016-01-11net/vmxnet3: remove redundant VMW_SHPRN(...) definitionMiao Yan1-4/+1
2016-01-11net/vmxnet3: fix debug macro pattern for vmxnet3Miao Yan1-53/+86
2016-01-11net/vmxnet3: use %zu for size_t in printfMiao Yan1-3/+3
2016-01-11net/vmxnet3: fix a build error when enabling debug outputMiao Yan1-1/+1
2015-12-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell4-11/+29
2015-12-07lan9118: log and ignore access to invalid registers, rather than abortingAndrew Baumann1-4/+8
2015-12-07lan9118: fix emulation of MAC address loaded bit in E2P_CMD registerAndrew Baumann1-3/+5
2015-12-07vmxnet3: silence warningMichael S. Tsirkin1-1/+0
2015-12-07pcnet: fix rx buffer overflow(CVE-2015-7512)Jason Wang1-0/+6
2015-12-07net: pcnet: add check to validate receive data size(CVE-2015-7504)Prasad J Pandit1-3/+5
2015-12-07e1000: fix hang of win2k12 shutdown with flood pingDenis V. Lunev1-0/+5
2015-11-27eepro100: Prevent two endless loopsStefan Weil1-0/+16
2015-11-18vhost-user: ignore qemu-only featuresMichael S. Tsirkin1-7/+1
2015-11-16vhost: don't send RESET_OWNER at stopYuanhan Liu1-6/+0
2015-11-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-109/+375
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch1-0/+2
2015-11-12e1000: Implementing various countersLeonid Bloch1-5/+85
2015-11-12e1000: Fixing the packet address filtering procedureLeonid Bloch1-3/+7
2015-11-12e1000: Fixing the received/transmitted octets' countersLeonid Bloch1-8/+18
2015-11-12e1000: Fixing the received/transmitted packets' countersLeonid Bloch1-4/+12
2015-11-12e1000: Trivial implementation of various MAC registersLeonid Bloch2-3/+100
2015-11-12e1000: Introduced an array to control the access to the MAC registersLeonid Bloch1-12/+46
2015-11-12e1000: Add support for migrating the entire MAC registers' arrayLeonid Bloch1-0/+21