summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-12e1000: Cosmetic and alignment fixesLeonid Bloch2-79/+89
2015-11-11error: More error_setg() usageEric Blake2-12/+6
2015-10-27i.MX: Standardize i.MX FEC debugJean-Christophe Dubois1-32/+32
2015-10-27vmxnet3: Do not fill stats if device is inactiveShmulik Ladkani1-0/+4
2015-10-27net: cadence_gem: Set initial MAC addressSebastian Huber1-0/+6
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet1-0/+17
2015-10-22vhost user: add support of live migrationThibaut Collet1-0/+2
2015-10-22vhost: use a function for each callMarc-André Lureau1-10/+6
2015-10-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell4-15/+37
2015-10-12vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO commandShmulik Ladkani2-1/+14
2015-10-12e1000: use alias for default modelJason Wang1-7/+1
2015-10-12vmxnet3: Support reading IMR registers on bar0Shmulik Ladkani1-1/+5
2015-10-12net/vmxnet3: Refine l2 header validationDana Rubin2-6/+17
2015-10-08rocker: Use g_new() & friends where that makes obvious senseMarkus Armbruster4-9/+8
2015-10-01virtio-net: correctly drop truncated packetsJason Wang1-7/+1
2015-09-25Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell2-10/+7
2015-09-25pcnet: remove muldiv64()Laurent Vivier1-2/+1
2015-09-25rtl8139: remove muldiv64()Laurent Vivier1-8/+6
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang2-0/+26
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang1-4/+6
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu1-0/+12
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu1-1/+1
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin1-0/+2
2015-09-24virtio-net: unbreak self announcement and guest offloads after migrationJason Wang1-17/+23
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-17net: smc91c111: flush packets on RCR register changesPeter Crosthwaite1-0/+1
2015-09-17net: smc91c111: gate can_receive() on rx FIFO having a slotPeter Crosthwaite1-1/+3
2015-09-17net: smc91c111: guard flush_queued_packets() on can_rx()Peter Crosthwaite1-8/+22
2015-09-15net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P1-1/+1
2015-09-15net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P1-4/+15
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P1-1/+2