summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2017-11-28virtio-net: don't touch virtqueue if vm is stoppedJason Wang1-1/+2
2017-11-20hw/net/vmxnet3: Fix code to work on big endian hosts, tooThomas Huth3-101/+181
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk4-4/+5
2017-11-20hw/net/eepro100: Fix endianness problem on big endian hostsThomas Huth1-2/+2
2017-11-20Revert "Add new PCI ID for i82559a"Jason Wang1-13/+0
2017-11-13Add new PCI ID for i82559aMike Nawrocki1-0/+13
2017-11-13Fix eepro100 simple transmission modeMike Nawrocki1-15/+3
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland1-10/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost8-0/+32
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost1-0/+4
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost1-0/+5
2017-09-27migration: pre_save return intDr. David Alan Gilbert5-8/+24
2017-09-21net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland3-0/+1008
2017-09-15net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt3-0/+1492
2017-09-08e1000: Rename the SEC symbol to SEQECKamil Rytarowski4-5/+5
2017-09-08net: rtl8139: do not use old_mmio accessesMatt Parker1-50/+3
2017-09-08net/rocker: Fix the unusual macro nameMao Zhongyi1-9/+9
2017-09-08net/rocker: Convert to realize()Mao Zhongyi1-16/+11
2017-09-08net/rocker: Plug memory leak in pci_rocker_init()Mao Zhongyi1-1/+3
2017-09-08net/rocker: Remove the dead error handlingMao Zhongyi5-87/+6
2017-09-07xilinx_axienet: Convert to DEFINE_PROP_LINKFam Zheng1-12/+4
2017-08-31eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
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