aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2017-09-08e1000: Rename the SEC symbol to SEQECKamil Rytarowski
2017-09-08net: rtl8139: do not use old_mmio accessesMatt Parker
2017-09-08net/rocker: Fix the unusual macro nameMao Zhongyi
2017-09-08net/rocker: Convert to realize()Mao Zhongyi
2017-09-08net/rocker: Plug memory leak in pci_rocker_init()Mao Zhongyi
2017-09-08net/rocker: Remove the dead error handlingMao Zhongyi
2017-09-07xilinx_axienet: Convert to DEFINE_PROP_LINKFam Zheng
2017-08-31eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy
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