summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* virtio-net: Wrap in vmstateDr. David Alan Gilbert2016-07-211-10/+7Star
* virtio-net: Remove old migration version supportDr. David Alan Gilbert2016-07-211-53/+34Star
* e1000e: fix building without CONFIG_VMXNET3_PCIJason Wang2016-07-181-0/+1
* e1000e: fix incorrect access to pointerPaolo Bonzini2016-07-181-2/+2
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-122-2/+2
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-1211-31/+31
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-4/+3Star
* tap: vhost busy polling supportJason Wang2016-07-071-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-053-88/+41Star
|\
| * e1000e: remove unnecessary internal msi state flagCao jin2016-07-051-26/+7Star
| * vmxnet3: remove unnecessary internal msi state flagCao jin2016-07-051-11/+6Star
| * pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-052-31/+14Star
| * Revert "virtio-net: unbreak self announcement and guest offloads after migrat...Michael S. Tsirkin2016-07-041-23/+17Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20160704-1' into ...Peter Maydell2016-07-052-0/+2
|\ \ | |/ |/|
| * vmxnet3: add boot romGerd Hoffmann2016-06-241-0/+1
| * e1000e: add boot romGerd Hoffmann2016-06-241-0/+1
* | vmxnet3: Fix reading/writing guest memory specially when behind an IOMMUKarimAllah Ahmed2016-06-282-113/+139
* | rtl8139: save/load RxMulOk counter (again)David Vrabel2016-06-281-26/+14Star
* | net: mipsnet: check transmit buffer size before sendingPrasad J Pandit2016-06-281-3/+5
* | hw/net/e1000: Don't use *_to_cpup()Peter Maydell2016-06-273-13/+13
* | hw/net/virtio-net.c: Don't use *_to_cpup()Peter Maydell2016-06-271-1/+1
* | hw/net/rocker: Don't use *_to_cpup()Peter Maydell2016-06-271-3/+3
* | hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell2016-06-271-5/+4Star
* | hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell2016-06-271-4/+4
* | cadence_gem: Set the last bit when wrap is setAlistair Francis2016-06-271-0/+6
* | cadence_gem: Avoid infinite loops with a misconfigured bufferAlistair Francis2016-06-271-0/+7
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+272
|\
| * trace: split out trace events for hw/net/ directoryDaniel P. Berrange2016-06-201-0/+272
* | error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-3/+1Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-06-172-3/+44
|\
| * fix some coding style problemsCao jin2016-06-171-1/+1
| * vhost-net: save & restore vring enable stateMarc-André Lureau2016-06-171-0/+11
| * vhost-net: save & restore vhost-user acked featuresMarc-André Lureau2016-06-171-1/+26
| * vhost-net: do not crash if backend is not presentMarc-André Lureau2016-06-171-1/+6
* | clean-includes: run it once morePaolo Bonzini2016-06-162-1/+1
* | os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
|/
* rocker: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+2Star
* e1000: Removing unnecessary if statementSameeh Jubran2016-06-071-5/+3Star
* e1000e: Fix build with gcc 4.6.3 and ust tracingDmitry Fleytman2016-06-061-2/+2
* e1000e: Fix build with ust trace backendDmitry Fleytman2016-06-031-2/+9
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2016-06-0220-1309/+7491
|\
| * Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois2016-06-021-101/+572
| * i.MX: move FEC device to a register array structure.Jean-Christophe Dubois2016-06-021-176/+222
| * i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois2016-06-021-27/+27
| * i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois2016-06-021-0/+2
| * i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois2016-06-021-1/+1
| * i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois2016-06-021-2/+2
| * i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois2016-06-021-3/+3
| * net: Introduce e1000e device emulationDmitry Fleytman2016-06-025-0/+4366
| * e1000: Move out code that will be reused in e1000eDmitry Fleytman2016-06-024-320/+573