Age | Commit message (Expand) | Author |
2018-05-22 | xen: remove other open-coded use of libxengnttab | Paul Durrant |
2018-05-04 | hw/net/smc91c111: Convert away from old_mmio | Peter Maydell |
2018-04-10 | e1000: Choose which set of props to migrate | Dr. David Alan Gilbert |
2018-04-10 | e1000: Migrate props via a temporary structure | Dr. David Alan Gilbert |
2018-04-10 | e1000: wire new subsection to property | Dr. David Alan Gilbert |
2018-04-10 | e1000: Dupe offload data on reading old stream | Dr. David Alan Gilbert |
2018-04-10 | e1000: Convert v3 fields to subsection | Dr. David Alan Gilbert |
2018-03-26 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-03-26 | hw/net/can: Fix segfaults when using the devices without bus | Thomas Huth |
2018-03-26 | virtio_net: flush uncompleted TX on reset | Greg Kurz |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-03-19 | fsl-imx6: Swap Ethernet interrupt defines | Guenter Roeck |
2018-03-13 | virtio-net: add linkspeed and duplex settings to virtio-net | Jason Baron |
2018-03-13 | virtio-net: use 64-bit values for feature flags | Jason Baron |
2018-03-05 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2018-03-05 | Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int... | Peter Maydell |
2018-03-05 | hw/net: Remove unnecessary header includes | Thomas Huth |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-03-02 | net: fix misaligned member access | Marc-André Lureau |
2018-02-13 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-02-13 | hw/net/can: interrupt cleanup | Paolo Bonzini |
2018-02-13 | hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulation | Deniz Eren |
2018-02-13 | hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulation | Deniz Eren |
2018-02-13 | hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulation | Pavel Pisa |
2018-02-13 | hw/net/can: SJA1000 chip register level emulation for QEMU | Pavel Pisa |
2018-02-09 | Drop superfluous includes of qapi/qmp/qjson.h | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé |
2018-01-25 | i.MX: Fix FEC/ENET receive funtions | Jean-Christophe Dubois |
2018-01-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake |
2018-01-16 | net: Drop unusual use of do { } while (0); | Eric Blake |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin |
2018-01-11 | imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file | Andrey Smirnov |
2018-01-11 | imx_fec: Fix a typo in imx_enet_receive() | Andrey Smirnov |
2018-01-11 | imx_fec: Use correct length for packet size | Andrey Smirnov |
2018-01-11 | imx_fec: Add support for multiple Tx DMA rings | Andrey Smirnov |
2018-01-11 | imx_fec: Emulate SHIFT16 in ENETx_RACC | Andrey Smirnov |
2018-01-11 | imx_fec: Use MIN instead of explicit ternary operator | Andrey Smirnov |
2018-01-11 | imx_fec: Use ENET_FTRL to determine truncation length | Andrey Smirnov |
2018-01-11 | imx_fec: Move Tx frame buffer away from the stack | Andrey Smirnov |
2018-01-11 | imx_fec: Change queue flushing heuristics | Andrey Smirnov |
2018-01-11 | imx_fec: Refactor imx_eth_enable_rx() | Andrey Smirnov |
2018-01-11 | imx_fec: Do not link to netdev | Andrey Smirnov |
2018-01-09 | sun4m: remove include/hw/sparc/sun4m.h and all references to it | Mark Cave-Ayland |
2017-12-22 | rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx() | Mark Cave-Ayland |
2017-12-22 | ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx() | Mark Cave-Ayland |
2017-12-22 | ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx() | Mark Cave-Ayland |