summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster4-0/+4
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2018-01-25i.MX: Fix FEC/ENET receive funtionsJean-Christophe Dubois1-6/+2
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-11/+11
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2018-01-16net: Drop unusual use of do { } while (0);Eric Blake1-10/+10
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin18-184/+251
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov1-1/+1
2018-01-11imx_fec: Fix a typo in imx_enet_receive()Andrey Smirnov1-1/+1
2018-01-11imx_fec: Use correct length for packet sizeAndrey Smirnov1-1/+1
2018-01-11imx_fec: Add support for multiple Tx DMA ringsAndrey Smirnov1-19/+114
2018-01-11imx_fec: Emulate SHIFT16 in ENETx_RACCAndrey Smirnov1-0/+23
2018-01-11imx_fec: Use MIN instead of explicit ternary operatorAndrey Smirnov1-1/+1
2018-01-11imx_fec: Use ENET_FTRL to determine truncation lengthAndrey Smirnov1-2/+2
2018-01-11imx_fec: Move Tx frame buffer away from the stackAndrey Smirnov1-11/+11
2018-01-11imx_fec: Change queue flushing heuristicsAndrey Smirnov1-6/+6
2018-01-11imx_fec: Refactor imx_eth_enable_rx()Andrey Smirnov1-4/+4
2018-01-11imx_fec: Do not link to netdevAndrey Smirnov1-2/+0
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland1-1/+1
2017-12-22rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+1
2017-12-22ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+3
2017-12-22ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+1
2017-12-22lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+2
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