aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2015-11-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch
2015-11-12e1000: Implementing various countersLeonid Bloch
2015-11-12e1000: Fixing the packet address filtering procedureLeonid Bloch
2015-11-12e1000: Fixing the received/transmitted octets' countersLeonid Bloch
2015-11-12e1000: Fixing the received/transmitted packets' countersLeonid Bloch
2015-11-12e1000: Trivial implementation of various MAC registersLeonid Bloch
2015-11-12e1000: Introduced an array to control the access to the MAC registersLeonid Bloch
2015-11-12e1000: Add support for migrating the entire MAC registers' arrayLeonid Bloch
2015-11-12e1000: Cosmetic and alignment fixesLeonid Bloch
2015-11-11error: More error_setg() usageEric Blake
2015-10-27i.MX: Standardize i.MX FEC debugJean-Christophe Dubois
2015-10-27vmxnet3: Do not fill stats if device is inactiveShmulik Ladkani
2015-10-27net: cadence_gem: Set initial MAC addressSebastian Huber
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-22vhost user: add support of live migrationThibaut Collet
2015-10-22vhost: use a function for each callMarc-André Lureau
2015-10-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2015-10-12vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO commandShmulik Ladkani
2015-10-12e1000: use alias for default modelJason Wang
2015-10-12vmxnet3: Support reading IMR registers on bar0Shmulik Ladkani
2015-10-12net/vmxnet3: Refine l2 header validationDana Rubin
2015-10-08rocker: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-10-01virtio-net: correctly drop truncated packetsJason Wang
2015-09-25Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell
2015-09-25pcnet: remove muldiv64()Laurent Vivier
2015-09-25rtl8139: remove muldiv64()Laurent Vivier
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin
2015-09-24virtio-net: unbreak self announcement and guest offloads after migrationJason Wang
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-17net: smc91c111: flush packets on RCR register changesPeter Crosthwaite
2015-09-17net: smc91c111: gate can_receive() on rx FIFO having a slotPeter Crosthwaite
2015-09-17net: smc91c111: guard flush_queued_packets() on can_rx()Peter Crosthwaite
2015-09-15net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P
2015-09-15net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P
2015-09-11typofixes - v4Veres Lajos
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-09-08cadence_gem: Correct Marvell PHY SPCFC reset valueAlistair Francis
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois
2015-09-02ne2000: Drop ne2000_can_receiveFam Zheng
2015-09-02vmxnet3: Drop net_vmxnet3_info.can_receiveFam Zheng