summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-158-0/+32
* pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost2017-10-151-0/+4
* pci: Add interface names to hybrid PCI devicesEduardo Habkost2017-10-151-0/+5
* migration: pre_save return intDr. David Alan Gilbert2017-09-275-8/+24
* net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland2017-09-213-0/+1008
* net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt2017-09-153-0/+1492
* e1000: Rename the SEC symbol to SEQECKamil Rytarowski2017-09-084-5/+5
* net: rtl8139: do not use old_mmio accessesMatt Parker2017-09-081-50/+3Star
* net/rocker: Fix the unusual macro nameMao Zhongyi2017-09-081-9/+9
* net/rocker: Convert to realize()Mao Zhongyi2017-09-081-16/+11Star
* net/rocker: Plug memory leak in pci_rocker_init()Mao Zhongyi2017-09-081-1/+3
* net/rocker: Remove the dead error handlingMao Zhongyi2017-09-085-87/+6Star
* xilinx_axienet: Convert to DEFINE_PROP_LINKFam Zheng2017-09-071-12/+4Star
* eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau2017-08-311-2/+1Star
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-17/+17
* trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy2017-08-011-9/+9
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* virtio-net: fix offload ctrl endianJason Wang2017-07-171-0/+2
* virtion-net: Prefer is_power_of_2()Michal Privoznik2017-07-171-1/+1
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-142-2/+2
* xilinx: Fix latent error handling bugEduardo Habkost2017-07-131-3/+1Star
* virtio-net: fix tx queue size for !vhost-userMichael S. Tsirkin2017-07-031-8/+20
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-032-16/+32
* pci: Fix the wrong assertion.Mao Zhongyi2017-07-032-2/+2
* virtio-net: enable configurable tx queue sizeWei Wang2017-07-031-2/+30
* qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau2017-06-201-3/+3
* migration: Split registration functions from vmstate.hJuan Quintela2017-06-131-0/+1
* migration: Move self_announce_delay() to misc.hJuan Quintela2017-06-131-0/+1
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-06-072-9/+4Star
|\
| * net/rocker: Cleanup the useless return value checkMao Zhongyi2017-06-072-9/+4Star
* | migration: remove register_savevm()Laurent Vivier2017-06-061-2/+6
|/
* Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell2017-06-051-1/+0Star
|\
| * Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* | spec/vhost-user spec: Add IOMMU supportMaxime Coquelin2017-06-021-0/+1
|/
* virtio_net: Bypass backends for MTU feature negotiationMaxime Coquelin2017-05-251-1/+16
* e1000e: Fix ICR "Other" causes clear logicSameeh Jubran2017-05-231-2/+8
* virtio-net: fix wild pointer when remove virtio-net queuesYunjian Wang2017-05-231-0/+3
* sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost2017-05-171-0/+2
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-173-3/+3
* net/ftgmac100: add a 'aspeed' propertyCédric Le Goater2017-04-251-2/+15
* net: add FTGMAC100 supportCédric Le Goater2017-04-242-0/+1004
* cadence_gem: Make the revision a propertyAlistair Francis2017-04-201-1/+5
* cadence_gem: Correct the interupt logicAlistair Francis2017-04-201-5/+13
* cadence_gem: Correct the multi-queue can rx logicAlistair Francis2017-04-201-7/+10
* cadence_gem: Read the correct queue descriptorAlistair Francis2017-04-201-2/+2
* e1000: disable debug by defaultJason Wang2017-03-311-1/+1
* virtio-net: avoid call tap_enable when there's only one queueJason Wang2017-03-311-0/+4
* xen: do not build backends for targets that do not support xenStefano Stabellini2017-03-191-1/+1
* hw/net: implement MIB counters in mcf_fec driverGreg Ungerer2017-03-141-0/+115
* e1000e: correctly tear down MSI-X memory regionsPaolo Bonzini2017-03-141-1/+1