summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2017-08-31qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost3-3/+3
2017-08-24virtio-net: fix offload ctrl endianJason Wang1-0/+2
2017-08-03virtio-net: fix wild pointer when remove virtio-net queuesYunjian Wang1-0/+3
2017-08-03e1000e: Fix ICR "Other" causes clear logicSameeh Jubran1-2/+8
2017-03-31e1000: disable debug by defaultJason Wang1-1/+1
2017-03-31virtio-net: avoid call tap_enable when there's only one queueJason Wang1-0/+4
2017-03-19xen: do not build backends for targets that do not support xenStefano Stabellini1-1/+1
2017-03-14hw/net: implement MIB counters in mcf_fec driverGreg Ungerer1-0/+115
2017-03-14e1000e: correctly tear down MSI-X memory regionsPaolo Bonzini1-1/+1
2017-03-06vmxnet3: VMStatify rx/tx q_descr and int_stateDr. David Alan Gilbert1-182/+90
2017-03-06vmxnet3: Convert ring values to uint32_t'sDr. David Alan Gilbert1-6/+6
2017-03-06NetRxPkt: Remove code duplication in net_rx_pkt_pull_data()Dmitry Fleytman1-4/+5
2017-03-06NetRxPkt: Account buffer with ETH header in IOV lengthDmitry Fleytman1-1/+1
2017-03-06NetRxPkt: Do not try to pull more data than presentDmitry Fleytman1-1/+2
2017-03-06NetRxPkt: Fix memory corruption on VLAN header strippingDmitry Fleytman1-17/+17
2017-03-06net: Remove useless local var pktFam Zheng1-1/+0
2017-02-28cadence_gem: Remove unused parameter debug messageFam Zheng1-1/+1
2017-02-22hw/net/spapr_llan: 6 byte mac address device tree entrySam Bobroff1-6/+12
2017-02-17virtio: use VRingMemoryRegionCaches for avail and used ringsPaolo Bonzini1-1/+13
2017-02-15net: e1000e: fix an infinite loop issueLi Qiang1-1/+6
2017-02-15net: imx: limit buffer descriptor countPrasad J Pandit1-4/+6
2017-02-15net: e1000e: fix dead code in e1000e_write_packet_to_guestPaolo Bonzini1-1/+1
2017-02-13virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert1-105/+211
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-9/+0
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin3-3/+5
2017-01-31trace: clean up trace-events filesStefan Hajnoczi1-8/+0
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+0
2017-01-27arm: stellaris: make MII accesses complete immediatelyMichael Davidsaver1-1/+4
2017-01-25Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2-3/+3
2017-01-24hw: Fix typos found by codespellStefan Weil2-3/+3
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2-2/+2
2017-01-24migration: extend VMStateInfoJianjun Duan1-6/+18
2017-01-20Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-45/+121
2017-01-20hw/net/dp8393x: Avoid unintentional sign extensions on addressesPeter Maydell1-27/+68
2017-01-20m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth1-18/+53
2017-01-18vhost_net: device IOTLB supportJason Wang1-0/+1
2017-01-10virtio-net: Add MTU feature supportMaxime Coquelin1-0/+19
2017-01-10vhost-net: Notify the backend about the host MTUMaxime Coquelin1-0/+18
2017-01-10net: virtio-net discards TX data after link downYuri Benditovich1-0/+26
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang1-1/+2
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin1-1/+1
2017-01-06fsl_etsec: Fix Tx BD ring wrapping handlingAndrey Smirnov1-10/+9
2017-01-06rtl8139: correctly handle PHY resetHervé Poussineau1-13/+21
2016-12-06fsl_etsec: Fix various small problems in hexdump codeAndrey Smirnov1-2/+2
2016-12-05fsl_etsec: Pad short payloads with zerosAndrey Smirnov1-0/+8
2016-12-05net: mcf: check receive buffer size register valuePrasad J Pandit1-1/+1
2016-11-15Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+2
2016-11-15virtio-net: mark VIRTIO_NET_F_GSO as legacyMichael S. Tsirkin1-0/+1
2016-11-15virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek1-1/+1