summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* hw/net: Clean up includesPeter Maydell2016-01-2931-5/+31
* virtio: Clean up includesPeter Maydell2016-01-291-0/+1
* xen: Clean up includesPeter Maydell2016-01-291-10/+1Star
* arm: Clean up includesPeter Maydell2016-01-295-0/+5
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* lm32: Clean up includesPeter Maydell2016-01-291-0/+1
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-261-9/+9
* fpu: Replace uint8 typedef with uint8_tPeter Maydell2016-01-221-1/+1
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2016-01-221-1/+1
* etraxfs_eth: Don't use hw_error() in init() methodMarkus Armbruster2016-01-131-1/+3
* ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert2016-01-111-1/+0Star
* net: ne2000: fix bounds check in ioport operationsPrasad J Pandit2016-01-111-4/+6
* net: rocker: fix an incorrect array bounds checkPrasad J Pandit2016-01-111-4/+4
* vmxnet3: Introduce 'x-disable-pcie' back-compat propertyShmulik Ladkani2016-01-111-0/+2
* vmxnet3: Report the Device Serial Number capabilityShmulik Ladkani2016-01-111-2/+26
* vmxnet3: The vmxnet3 device is a PCIE endpointShmulik Ladkani2016-01-111-1/+52
* vmxnet3: coding: Introduce VMXNET3ClassShmulik Ladkani2016-01-111-0/+10
* vmxnet3: Introduce 'x-old-msi-offsets' back-compat propertyShmulik Ladkani2016-01-111-0/+2
* vmxnet3: Change the offset of the MSIX PBA tableShmulik Ladkani2016-01-111-2/+3
* vmxnet3: Change offsets of msi/msix pci capabilitiesShmulik Ladkani2016-01-111-3/+15
* net/vmxnet3: rename VMXNET3_DEVICE_VERSION to VMXNET3_UPT_REVISIONMiao Yan2016-01-111-2/+2
* net/vmxnet3: return 0 on unknown commandMiao Yan2016-01-111-1/+1
* net/vmxnet3: return correct value for VMXNET3_CMD_GET_DEV_EXTRA_INFOMiao Yan2016-01-111-0/+5
* net/vmxnet3: return correct value for VMXNET3_CMD_GET_DID_* commandMiao Yan2016-01-111-0/+16
* net/vmxnet3: return 1 on device activation failureMiao Yan2016-01-111-1/+1
* net: vmxnet3: avoid memory leakage in activate_deviceP J P2016-01-111-8/+16
* net/vmxnet3: remove redundant VMW_SHPRN(...) definitionMiao Yan2016-01-111-4/+1Star
* net/vmxnet3: fix debug macro pattern for vmxnet3Miao Yan2016-01-111-53/+86
* net/vmxnet3: use %zu for size_t in printfMiao Yan2016-01-111-3/+3
* net/vmxnet3: fix a build error when enabling debug outputMiao Yan2016-01-111-1/+1
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2015-12-074-11/+29
|\
| * lan9118: log and ignore access to invalid registers, rather than abortingAndrew Baumann2015-12-071-4/+8
| * lan9118: fix emulation of MAC address loaded bit in E2P_CMD registerAndrew Baumann2015-12-071-3/+5
| * vmxnet3: silence warningMichael S. Tsirkin2015-12-071-1/+0Star
| * pcnet: fix rx buffer overflow(CVE-2015-7512)Jason Wang2015-12-071-0/+6
| * net: pcnet: add check to validate receive data size(CVE-2015-7504)Prasad J Pandit2015-12-071-3/+5
| * e1000: fix hang of win2k12 shutdown with flood pingDenis V. Lunev2015-12-071-0/+5
* | eepro100: Prevent two endless loopsStefan Weil2015-11-271-0/+16
* | vhost-user: ignore qemu-only featuresMichael S. Tsirkin2015-11-181-7/+1Star
* | vhost: don't send RESET_OWNER at stopYuanhan Liu2015-11-161-6/+0Star
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2015-11-122-109/+375
|\ \
| * | e1000: Introducing backward compatibility command line parameterLeonid Bloch2015-11-121-0/+2
| * | e1000: Implementing various countersLeonid Bloch2015-11-121-5/+85
| * | e1000: Fixing the packet address filtering procedureLeonid Bloch2015-11-121-3/+7
| * | e1000: Fixing the received/transmitted octets' countersLeonid Bloch2015-11-121-8/+18
| * | e1000: Fixing the received/transmitted packets' countersLeonid Bloch2015-11-121-4/+12
| * | e1000: Trivial implementation of various MAC registersLeonid Bloch2015-11-122-3/+100
| * | e1000: Introduced an array to control the access to the MAC registersLeonid Bloch2015-11-121-12/+46
| * | e1000: Add support for migrating the entire MAC registers' arrayLeonid Bloch2015-11-121-0/+21
| * | e1000: Cosmetic and alignment fixesLeonid Bloch2015-11-122-79/+89
| |/