summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2018-01-11imx_fec: Add support for multiple Tx DMA ringsAndrey Smirnov
2018-01-11imx_fec: Emulate SHIFT16 in ENETx_RACCAndrey Smirnov
2018-01-11imx_fec: Use MIN instead of explicit ternary operatorAndrey Smirnov
2018-01-11imx_fec: Use ENET_FTRL to determine truncation lengthAndrey Smirnov
2018-01-11imx_fec: Move Tx frame buffer away from the stackAndrey Smirnov
2018-01-11imx_fec: Change queue flushing heuristicsAndrey Smirnov
2018-01-11imx_fec: Refactor imx_eth_enable_rx()Andrey Smirnov
2018-01-11imx_fec: Do not link to netdevAndrey Smirnov
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland
2017-12-22rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...Mark Cave-Ayland
2017-12-22eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22sungem: fix multicast filter CRC calculationMark Cave-Ayland
2017-12-22sunhme: switch sunhme over to use net_crc32_le()Mark Cave-Ayland
2017-12-22eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()Mark Cave-Ayland
2017-12-22pcnet: switch pcnet over to use net_crc32_le()Mark Cave-Ayland
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland
2017-12-22e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-11-28virtio-net: don't touch virtqueue if vm is stoppedJason Wang
2017-11-20hw/net/vmxnet3: Fix code to work on big endian hosts, tooThomas Huth
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk
2017-11-20hw/net/eepro100: Fix endianness problem on big endian hostsThomas Huth
2017-11-20Revert "Add new PCI ID for i82559a"Jason Wang
2017-11-13Add new PCI ID for i82559aMike Nawrocki
2017-11-13Fix eepro100 simple transmission modeMike Nawrocki
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-21net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland
2017-09-15net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt
2017-09-08e1000: Rename the SEC symbol to SEQECKamil Rytarowski
2017-09-08net: rtl8139: do not use old_mmio accessesMatt Parker
2017-09-08net/rocker: Fix the unusual macro nameMao Zhongyi
2017-09-08net/rocker: Convert to realize()Mao Zhongyi
2017-09-08net/rocker: Plug memory leak in pci_rocker_init()Mao Zhongyi
2017-09-08net/rocker: Remove the dead error handlingMao Zhongyi
2017-09-07xilinx_axienet: Convert to DEFINE_PROP_LINKFam Zheng
2017-08-31eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-17virtio-net: fix offload ctrl endianJason Wang