summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman6-196/+196
2016-06-02vmxnet3: Use common MAC address tracing macrosDmitry Fleytman2-7/+4
2016-06-02vmxnet3: Use generic function for DSN capability definitionDmitry Fleytman1-7/+5
2016-05-27hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth1-0/+17
2016-05-27hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth1-3/+25
2016-05-25net: mipsnet: check packet length against bufferPrasad J Pandit1-0/+3
2016-05-23hw/net/opencores_eth: Allocating Large sized arrays to heapZhou Jie1-1/+10
2016-05-23hw/net/opencores_eth: use mii.hMax Filippov1-17/+16
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini6-1/+6
2016-05-19hw: do not use VMSTATE_*TLPaolo Bonzini1-4/+4
2016-05-18Fix some typos found by codespellStefan Weil1-2/+2
2016-04-11net: stellaris_enet: check packet length against receive bufferPrasad J Pandit1-1/+11
2016-04-08Merge remote-tracking branch 'remotes/xtensa/tags/20160408-xtensa' into stagingPeter Maydell1-1/+1
2016-04-06rtl8139: using CP_TX_OWN for ownership transferring during txJason Wang1-1/+1
2016-04-04opencores_eth: indicate autonegotiation completionMax Filippov1-1/+1
2016-03-30Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran1-5/+0
2016-03-30e1000: Fixing interrupts pace.Sameeh Jubran1-0/+8
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-5/+11
2016-03-24hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth1-1/+1
2016-03-24hw/net/spapr_llan: Fix receive buffer handling for better performanceThomas Huth1-2/+216
2016-03-24hw/net/spapr_llan: Extract rx buffer code into separate functionsThomas Huth1-36/+70
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini3-0/+6
2016-03-22Clean up includes some moreMarkus Armbruster2-4/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster4-0/+4
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois1-0/+1
2016-03-08rocker: allow user to specify rocker world by propertyJiri Pirko1-1/+28
2016-03-08rocker: add name field into WorldOps ale let world specify its nameJiri Pirko3-6/+3
2016-03-08rocker: return -ENOMEM in case of some world alloc failsJiri Pirko1-0/+1
2016-03-08rocker: forbid to change world typeJiri Pirko3-1/+13