aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2018-04-10e1000: Choose which set of props to migrateDr. David Alan Gilbert
2018-04-10e1000: Migrate props via a temporary structureDr. David Alan Gilbert
2018-04-10e1000: wire new subsection to propertyDr. David Alan Gilbert
2018-04-10e1000: Dupe offload data on reading old streamDr. David Alan Gilbert
2018-04-10e1000: Convert v3 fields to subsectionDr. David Alan Gilbert
2018-03-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-03-26hw/net/can: Fix segfaults when using the devices without busThomas Huth
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-19fsl-imx6: Swap Ethernet interrupt definesGuenter Roeck
2018-03-13virtio-net: add linkspeed and duplex settings to virtio-netJason Baron
2018-03-13virtio-net: use 64-bit values for feature flagsJason Baron
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2018-03-05Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...Peter Maydell
2018-03-05hw/net: Remove unnecessary header includesThomas Huth
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02net: fix misaligned member accessMarc-André Lureau
2018-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-13hw/net/can: interrupt cleanupPaolo Bonzini
2018-02-13hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulationDeniz Eren
2018-02-13hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulationDeniz Eren
2018-02-13hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulationPavel Pisa
2018-02-13hw/net/can: SJA1000 chip register level emulation for QEMUPavel Pisa
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-25i.MX: Fix FEC/ENET receive funtionsJean-Christophe Dubois
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2018-01-16net: Drop unusual use of do { } while (0);Eric Blake
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov
2018-01-11imx_fec: Fix a typo in imx_enet_receive()Andrey Smirnov
2018-01-11imx_fec: Use correct length for packet sizeAndrey Smirnov
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