summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-02i.MX: move FEC device to a register array structure.Jean-Christophe Dubois1-176/+222
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois1-27/+27
2016-06-02i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois1-0/+2
2016-06-02i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois1-1/+1
2016-06-02i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois1-2/+2
2016-06-02i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois1-3/+3
2016-06-02net: Introduce e1000e device emulationDmitry Fleytman5-0/+4366
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman4-320/+573
2016-06-02e1000_regs: Add definitions for Intel 82574-specific bitsDmitry Fleytman1-3/+342
2016-06-02vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman3-28/+44
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman4-117/+813
2016-06-02rtl8139: Move more TCP definitions to common headerDmitry Fleytman1-5/+0