summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-17/+17
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-9/+9
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-17virtio-net: fix offload ctrl endianJason Wang1-0/+2
2017-07-17virtion-net: Prefer is_power_of_2()Michal Privoznik1-1/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2-2/+2
2017-07-13xilinx: Fix latent error handling bugEduardo Habkost1-3/+1
2017-07-03virtio-net: fix tx queue size for !vhost-userMichael S. Tsirkin1-8/+20
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2-16/+32
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi2-2/+2
2017-07-03virtio-net: enable configurable tx queue sizeWei Wang1-2/+30
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau1-3/+3
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela1-0/+1
2017-06-13migration: Move self_announce_delay() to misc.hJuan Quintela1-0/+1
2017-06-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-9/+4
2017-06-07net/rocker: Cleanup the useless return value checkMao Zhongyi2-9/+4
2017-06-06migration: remove register_savevm()Laurent Vivier1-2/+6
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell1-1/+0
2017-06-02spec/vhost-user spec: Add IOMMU supportMaxime Coquelin1-0/+1
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-05-25virtio_net: Bypass backends for MTU feature negotiationMaxime Coquelin1-1/+16
2017-05-23e1000e: Fix ICR "Other" causes clear logicSameeh Jubran1-2/+8
2017-05-23virtio-net: fix wild pointer when remove virtio-net queuesYunjian Wang1-0/+3
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+2
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost3-3/+3
2017-04-25net/ftgmac100: add a 'aspeed' propertyCédric Le Goater1-2/+15
2017-04-24net: add FTGMAC100 supportCédric Le Goater2-0/+1004
2017-04-20cadence_gem: Make the revision a propertyAlistair Francis1-1/+5
2017-04-20cadence_gem: Correct the interupt logicAlistair Francis1-5/+13
2017-04-20cadence_gem: Correct the multi-queue can rx logicAlistair Francis1-7/+10
2017-04-20cadence_gem: Read the correct queue descriptorAlistair Francis1-2/+2
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