summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-22opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...Mark Cave-Ayland1-1/+2
2017-12-22eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+1
2017-12-22sungem: fix multicast filter CRC calculationMark Cave-Ayland1-3/+2
2017-12-22sunhme: switch sunhme over to use net_crc32_le()Mark Cave-Ayland1-24/+1
2017-12-22eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()Mark Cave-Ayland1-24/+4
2017-12-22pcnet: switch pcnet over to use net_crc32_le()Mark Cave-Ayland1-20/+2
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland1-3/+1
2017-12-22e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel1-30/+40
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel5-26/+28
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé3-6/+5
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-1/+1
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