aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Revert "vhost-net: do not crash if backend is not present"Marc-André Lureau1-6/+1
2016-07-29vhost-user: add get_vhost_net() assertionsMarc-André Lureau1-0/+1
2016-07-29vhost-user: keep vhost_net after a disconnectionMarc-André Lureau1-1/+0
2016-07-29vhost-net: always call vhost_dev_cleanup() on failureMarc-André Lureau1-3/+3
2016-07-29misc: indentationMarc-André Lureau1-1/+1
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-62/+40
2016-07-21virtio-net: Wrap in vmstateDr. David Alan Gilbert1-10/+7
2016-07-21virtio-net: Remove old migration version supportDr. David Alan Gilbert1-53/+34
2016-07-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell30-43/+43
2016-07-19qapi: Change Netdev into a flat unionEric Blake30-43/+43
2016-07-18e1000e: fix building without CONFIG_VMXNET3_PCIJason Wang1-0/+1
2016-07-18e1000e: fix incorrect access to pointerPaolo Bonzini1-2/+2
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster2-2/+2
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster11-31/+31
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-4/+3
2016-07-07tap: vhost busy polling supportJason Wang1-1/+1
2016-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-88/+41
2016-07-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20160704-1' into ...Peter Maydell2-0/+2
2016-07-05e1000e: remove unnecessary internal msi state flagCao jin1-26/+7
2016-07-05vmxnet3: remove unnecessary internal msi state flagCao jin1-11/+6
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin2-31/+14
2016-07-04Revert "virtio-net: unbreak self announcement and guest offloads after migrat...Michael S. Tsirkin1-23/+17
2016-06-28vmxnet3: Fix reading/writing guest memory specially when behind an IOMMUKarimAllah Ahmed2-113/+139
2016-06-28rtl8139: save/load RxMulOk counter (again)David Vrabel1-26/+14
2016-06-28net: mipsnet: check transmit buffer size before sendingPrasad J Pandit1-3/+5
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell3-13/+13
2016-06-27hw/net/virtio-net.c: Don't use *_to_cpup()Peter Maydell1-1/+1
2016-06-27hw/net/rocker: Don't use *_to_cpup()Peter Maydell1-3/+3
2016-06-27hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell1-5/+4
2016-06-27hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell1-4/+4
2016-06-27cadence_gem: Set the last bit when wrap is setAlistair Francis1-0/+6
2016-06-27cadence_gem: Avoid infinite loops with a misconfigured bufferAlistair Francis1-0/+7
2016-06-24vmxnet3: add boot romGerd Hoffmann1-0/+1
2016-06-24e1000e: add boot romGerd Hoffmann1-0/+1
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+272
2016-06-20trace: split out trace events for hw/net/ directoryDaniel P. Berrange1-0/+272
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-3/+1
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+44
2016-06-17fix some coding style problemsCao jin1-1/+1
2016-06-17vhost-net: save & restore vring enable stateMarc-André Lureau1-0/+11
2016-06-17vhost-net: save & restore vhost-user acked featuresMarc-André Lureau1-1/+26
2016-06-17vhost-net: do not crash if backend is not presentMarc-André Lureau1-1/+6
2016-06-16clean-includes: run it once morePaolo Bonzini2-1/+1
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-07rocker: Use DIV_ROUND_UPLaurent Vivier1-3/+2
2016-06-07e1000: Removing unnecessary if statementSameeh Jubran1-5/+3
2016-06-06e1000e: Fix build with gcc 4.6.3 and ust tracingDmitry Fleytman1-2/+2
2016-06-03e1000e: Fix build with ust trace backendDmitry Fleytman1-2/+9
2016-06-02Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell20-1309/+7491
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois1-101/+572