summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-17virtio-net: fix offload ctrl endianJason Wang
2017-07-17virtion-net: Prefer is_power_of_2()Michal Privoznik
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-07-13xilinx: Fix latent error handling bugEduardo Habkost
2017-07-03virtio-net: fix tx queue size for !vhost-userMichael S. Tsirkin
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi
2017-07-03virtio-net: enable configurable tx queue sizeWei Wang
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela
2017-06-13migration: Move self_announce_delay() to misc.hJuan Quintela
2017-06-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2017-06-07net/rocker: Cleanup the useless return value checkMao Zhongyi
2017-06-06migration: remove register_savevm()Laurent Vivier
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell
2017-06-02spec/vhost-user spec: Add IOMMU supportMaxime Coquelin
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-05-25virtio_net: Bypass backends for MTU feature negotiationMaxime Coquelin
2017-05-23e1000e: Fix ICR "Other" causes clear logicSameeh Jubran
2017-05-23virtio-net: fix wild pointer when remove virtio-net queuesYunjian Wang
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-04-25net/ftgmac100: add a 'aspeed' propertyCédric Le Goater
2017-04-24net: add FTGMAC100 supportCédric Le Goater
2017-04-20cadence_gem: Make the revision a propertyAlistair Francis
2017-04-20cadence_gem: Correct the interupt logicAlistair Francis
2017-04-20cadence_gem: Correct the multi-queue can rx logicAlistair Francis
2017-04-20cadence_gem: Read the correct queue descriptorAlistair Francis
2017-03-31e1000: disable debug by defaultJason Wang
2017-03-31virtio-net: avoid call tap_enable when there's only one queueJason Wang
2017-03-19xen: do not build backends for targets that do not support xenStefano Stabellini
2017-03-14hw/net: implement MIB counters in mcf_fec driverGreg Ungerer
2017-03-14e1000e: correctly tear down MSI-X memory regionsPaolo Bonzini
2017-03-06vmxnet3: VMStatify rx/tx q_descr and int_stateDr. David Alan Gilbert
2017-03-06vmxnet3: Convert ring values to uint32_t'sDr. David Alan Gilbert
2017-03-06NetRxPkt: Remove code duplication in net_rx_pkt_pull_data()Dmitry Fleytman
2017-03-06NetRxPkt: Account buffer with ETH header in IOV lengthDmitry Fleytman
2017-03-06NetRxPkt: Do not try to pull more data than presentDmitry Fleytman
2017-03-06NetRxPkt: Fix memory corruption on VLAN header strippingDmitry Fleytman
2017-03-06net: Remove useless local var pktFam Zheng
2017-02-28cadence_gem: Remove unused parameter debug messageFam Zheng
2017-02-22hw/net/spapr_llan: 6 byte mac address device tree entrySam Bobroff
2017-02-17virtio: use VRingMemoryRegionCaches for avail and used ringsPaolo Bonzini
2017-02-15net: e1000e: fix an infinite loop issueLi Qiang
2017-02-15net: imx: limit buffer descriptor countPrasad J Pandit
2017-02-15net: e1000e: fix dead code in e1000e_write_packet_to_guestPaolo Bonzini
2017-02-13virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell