Age | Commit message (Expand) | Author |
2016-01-29 | hw/net: Clean up includes | Peter Maydell |
2016-01-29 | virtio: Clean up includes | Peter Maydell |
2016-01-29 | xen: Clean up includes | Peter Maydell |
2016-01-29 | arm: Clean up includes | Peter Maydell |
2016-01-29 | ppc: Clean up includes | Peter Maydell |
2016-01-29 | lm32: Clean up includes | Peter Maydell |
2016-01-26 | xen: Switch to libxengnttab interface for compat shims. | Ian Campbell |
2016-01-22 | fpu: Replace uint8 typedef with uint8_t | Peter Maydell |
2016-01-22 | fpu: Replace uint32 typedef with uint32_t | Peter Maydell |
2016-01-13 | etraxfs_eth: Don't use hw_error() in init() method | Markus Armbruster |
2016-01-11 | ether/slirp: Avoid redefinition of the same constants | Dr. David Alan Gilbert |
2016-01-11 | net: ne2000: fix bounds check in ioport operations | Prasad J Pandit |
2016-01-11 | net: rocker: fix an incorrect array bounds check | Prasad J Pandit |
2016-01-11 | vmxnet3: Introduce 'x-disable-pcie' back-compat property | Shmulik Ladkani |
2016-01-11 | vmxnet3: Report the Device Serial Number capability | Shmulik Ladkani |
2016-01-11 | vmxnet3: The vmxnet3 device is a PCIE endpoint | Shmulik Ladkani |
2016-01-11 | vmxnet3: coding: Introduce VMXNET3Class | Shmulik Ladkani |
2016-01-11 | vmxnet3: Introduce 'x-old-msi-offsets' back-compat property | Shmulik Ladkani |
2016-01-11 | vmxnet3: Change the offset of the MSIX PBA table | Shmulik Ladkani |
2016-01-11 | vmxnet3: Change offsets of msi/msix pci capabilities | Shmulik Ladkani |
2016-01-11 | net/vmxnet3: rename VMXNET3_DEVICE_VERSION to VMXNET3_UPT_REVISION | Miao Yan |
2016-01-11 | net/vmxnet3: return 0 on unknown command | Miao Yan |
2016-01-11 | net/vmxnet3: return correct value for VMXNET3_CMD_GET_DEV_EXTRA_INFO | Miao Yan |
2016-01-11 | net/vmxnet3: return correct value for VMXNET3_CMD_GET_DID_* command | Miao Yan |
2016-01-11 | net/vmxnet3: return 1 on device activation failure | Miao Yan |
2016-01-11 | net: vmxnet3: avoid memory leakage in activate_device | P J P |
2016-01-11 | net/vmxnet3: remove redundant VMW_SHPRN(...) definition | Miao Yan |
2016-01-11 | net/vmxnet3: fix debug macro pattern for vmxnet3 | Miao Yan |
2016-01-11 | net/vmxnet3: use %zu for size_t in printf | Miao Yan |
2016-01-11 | net/vmxnet3: fix a build error when enabling debug output | Miao Yan |
2015-12-07 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2015-12-07 | lan9118: log and ignore access to invalid registers, rather than aborting | Andrew Baumann |
2015-12-07 | lan9118: fix emulation of MAC address loaded bit in E2P_CMD register | Andrew Baumann |
2015-12-07 | vmxnet3: silence warning | Michael S. Tsirkin |
2015-12-07 | pcnet: fix rx buffer overflow(CVE-2015-7512) | Jason Wang |
2015-12-07 | net: pcnet: add check to validate receive data size(CVE-2015-7504) | Prasad J Pandit |
2015-12-07 | e1000: fix hang of win2k12 shutdown with flood ping | Denis V. Lunev |
2015-11-27 | eepro100: Prevent two endless loops | Stefan Weil |
2015-11-18 | vhost-user: ignore qemu-only features | Michael S. Tsirkin |
2015-11-16 | vhost: don't send RESET_OWNER at stop | Yuanhan Liu |
2015-11-12 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2015-11-12 | e1000: Introducing backward compatibility command line parameter | Leonid Bloch |
2015-11-12 | e1000: Implementing various counters | Leonid Bloch |
2015-11-12 | e1000: Fixing the packet address filtering procedure | Leonid Bloch |
2015-11-12 | e1000: Fixing the received/transmitted octets' counters | Leonid Bloch |
2015-11-12 | e1000: Fixing the received/transmitted packets' counters | Leonid Bloch |
2015-11-12 | e1000: Trivial implementation of various MAC registers | Leonid Bloch |
2015-11-12 | e1000: Introduced an array to control the access to the MAC registers | Leonid Bloch |
2015-11-12 | e1000: Add support for migrating the entire MAC registers' array | Leonid Bloch |
2015-11-12 | e1000: Cosmetic and alignment fixes | Leonid Bloch |