summary refs log tree commit diff stats
path: root/hw/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland2017-12-221-1/+1
| * lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland2017-12-221-1/+2
| * opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...Mark Cave-Ayland2017-12-221-1/+2
| * eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland2017-12-221-1/+1
| * sungem: fix multicast filter CRC calculationMark Cave-Ayland2017-12-221-3/+2
| * sunhme: switch sunhme over to use net_crc32_le()Mark Cave-Ayland2017-12-221-24/+1
| * eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()Mark Cave-Ayland2017-12-221-24/+4
| * pcnet: switch pcnet over to use net_crc32_le()Mark Cave-Ayland2017-12-221-20/+2
| * net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland2017-12-221-3/+1
| * e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel2017-12-221-30/+40
| * e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel2017-12-225-26/+28
| * hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé2017-12-183-6/+5
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-1/+1
|/
* virtio-net: don't touch virtqueue if vm is stoppedJason Wang2017-11-281-1/+2
* hw/net/vmxnet3: Fix code to work on big endian hosts, tooThomas Huth2017-11-203-101/+181
* net: Transmit zero UDP checksum as 0xFFFFEd Swierk2017-11-204-4/+5
* hw/net/eepro100: Fix endianness problem on big endian hostsThomas Huth2017-11-201-2/+2
* Revert "Add new PCI ID for i82559a"Jason Wang2017-11-201-13/+0
* Add new PCI ID for i82559aMike Nawrocki2017-11-131-0/+13
* Fix eepro100 simple transmission modeMike Nawrocki2017-11-131-15/+3
* lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland2017-10-311-10/+1
* 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/+3
* net/rocker: Fix the unusual macro nameMao Zhongyi2017-09-081-9/+9
* net/rocker: Convert to realize()Mao Zhongyi2017-09-081-16/+11
* 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/+6
* xilinx_axienet: Convert to DEFINE_PROP_LINKFam Zheng2017-09-071-12/+4
* eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau2017-08-311-2/+1
* 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/+1
* 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/+4
|\