summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * e1000_regs: Add definitions for Intel 82574-specific bitsDmitry Fleytman2016-06-021-3/+342
| * vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman2016-06-023-28/+44
| * net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman2016-06-024-117/+813
| * rtl8139: Move more TCP definitions to common headerDmitry Fleytman2016-06-021-5/+0Star
| * net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman2016-06-026-196/+196
| * vmxnet3: Use common MAC address tracing macrosDmitry Fleytman2016-06-022-7/+4Star
| * vmxnet3: Use generic function for DSN capability definitionDmitry Fleytman2016-06-021-7/+5Star
| * net: mipsnet: check packet length against bufferPrasad J Pandit2016-05-251-0/+3
* | hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth2016-05-271-0/+17
* | hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth2016-05-271-3/+25
|/
* hw/net/opencores_eth: Allocating Large sized arrays to heapZhou Jie2016-05-231-1/+10
* hw/net/opencores_eth: use mii.hMax Filippov2016-05-231-17/+16Star
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-196-1/+6
* hw: do not use VMSTATE_*TLPaolo Bonzini2016-05-191-4/+4