summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some typos found by codespellStefan Weil2016-05-181-2/+2
* net: stellaris_enet: check packet length against receive bufferPrasad J Pandit2016-04-111-1/+11
* Merge remote-tracking branch 'remotes/xtensa/tags/20160408-xtensa' into stagingPeter Maydell2016-04-081-1/+1
|\
| * opencores_eth: indicate autonegotiation completionMax Filippov2016-04-041-1/+1
* | rtl8139: using CP_TX_OWN for ownership transferring during txJason Wang2016-04-061-1/+1
* | Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran2016-03-301-5/+0Star
* | e1000: Fixing interrupts pace.Sameeh Jubran2016-03-301-0/+8
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-248-5/+11
|\ \
| * | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-1/+1
| * | hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-223-0/+6
| * | Clean up includes some moreMarkus Armbruster2016-03-222-4/+0Star
| * | include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-224-0/+4
* | | hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth2016-03-241-1/+1
* | | hw/net/spapr_llan: Fix receive buffer handling for better performanceThomas Huth2016-03-241-2/+216
* | | hw/net/spapr_llan: Extract rx buffer code into separate functionsThomas Huth2016-03-241-36/+70
|/ /