aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2016-06-28vmxnet3: Fix reading/writing guest memory specially when behind an IOMMUKarimAllah Ahmed
2016-06-28rtl8139: save/load RxMulOk counter (again)David Vrabel
2016-06-28net: mipsnet: check transmit buffer size before sendingPrasad J Pandit
2016-06-27hw/net/e1000: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/virtio-net.c: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/rocker: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell
2016-06-27hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell
2016-06-27cadence_gem: Set the last bit when wrap is setAlistair Francis
2016-06-27cadence_gem: Avoid infinite loops with a misconfigured bufferAlistair Francis
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-06-20trace: split out trace events for hw/net/ directoryDaniel P. Berrange
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-06-17fix some coding style problemsCao jin
2016-06-17vhost-net: save & restore vring enable stateMarc-André Lureau
2016-06-17vhost-net: save & restore vhost-user acked featuresMarc-André Lureau
2016-06-17vhost-net: do not crash if backend is not presentMarc-André Lureau
2016-06-16clean-includes: run it once morePaolo Bonzini
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-07rocker: Use DIV_ROUND_UPLaurent Vivier
2016-06-07e1000: Removing unnecessary if statementSameeh Jubran
2016-06-06e1000e: Fix build with gcc 4.6.3 and ust tracingDmitry Fleytman
2016-06-03e1000e: Fix build with ust trace backendDmitry Fleytman
2016-06-02Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois
2016-06-02i.MX: move FEC device to a register array structure.Jean-Christophe Dubois
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois
2016-06-02i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois
2016-06-02i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois
2016-06-02i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois
2016-06-02i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois
2016-06-02net: Introduce e1000e device emulationDmitry Fleytman
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman
2016-06-02e1000_regs: Add definitions for Intel 82574-specific bitsDmitry Fleytman
2016-06-02vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman
2016-06-02rtl8139: Move more TCP definitions to common headerDmitry Fleytman
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman
2016-06-02vmxnet3: Use common MAC address tracing macrosDmitry Fleytman
2016-06-02vmxnet3: Use generic function for DSN capability definitionDmitry Fleytman
2016-05-27hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth
2016-05-27hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth
2016-05-25net: mipsnet: check packet length against bufferPrasad J Pandit
2016-05-23hw/net/opencores_eth: Allocating Large sized arrays to heapZhou Jie
2016-05-23hw/net/opencores_eth: use mii.hMax Filippov
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19hw: do not use VMSTATE_*TLPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
2016-04-11net: stellaris_enet: check packet length against receive bufferPrasad J Pandit