Age | Commit message (Expand) | Author |
2017-11-28 | virtio-net: don't touch virtqueue if vm is stopped | Jason Wang |
2017-11-20 | hw/net/vmxnet3: Fix code to work on big endian hosts, too | Thomas Huth |
2017-11-20 | net: Transmit zero UDP checksum as 0xFFFF | Ed Swierk |
2017-11-20 | hw/net/eepro100: Fix endianness problem on big endian hosts | Thomas Huth |
2017-11-20 | Revert "Add new PCI ID for i82559a" | Jason Wang |
2017-11-13 | Add new PCI ID for i82559a | Mike Nawrocki |
2017-11-13 | Fix eepro100 simple transmission mode | Mike Nawrocki |
2017-10-31 | lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.h | Mark Cave-Ayland |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-10-15 | pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices | Eduardo Habkost |
2017-10-15 | pci: Add interface names to hybrid PCI devices | Eduardo Habkost |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-21 | net: add Sun HME (Happy Meal Ethernet) on-board NIC | Mark Cave-Ayland |
2017-09-15 | net: Add SunGEM device emulation as found on Apple UniNorth | Benjamin Herrenschmidt |
2017-09-08 | e1000: Rename the SEC symbol to SEQEC | Kamil Rytarowski |
2017-09-08 | net: rtl8139: do not use old_mmio accesses | Matt Parker |
2017-09-08 | net/rocker: Fix the unusual macro name | Mao Zhongyi |
2017-09-08 | net/rocker: Convert to realize() | Mao Zhongyi |
2017-09-08 | net/rocker: Plug memory leak in pci_rocker_init() | Mao Zhongyi |
2017-09-08 | net/rocker: Remove the dead error handling | Mao Zhongyi |
2017-09-07 | xilinx_axienet: Convert to DEFINE_PROP_LINK | Fam Zheng |
2017-08-31 | eepro100: replace g_malloc()+memcpy() with g_memdup() | Marc-André Lureau |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy |
2017-08-01 | trace-events: fix code style: %# -> 0x% | Vladimir Sementsov-Ogievskiy |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé |
2017-07-17 | virtio-net: fix offload ctrl endian | Jason Wang |
2017-07-17 | virtion-net: Prefer is_power_of_2() | Michal Privoznik |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-07-13 | xilinx: Fix latent error handling bug | Eduardo Habkost |
2017-07-03 | virtio-net: fix tx queue size for !vhost-user | Michael S. Tsirkin |
2017-07-03 | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi |
2017-07-03 | pci: Fix the wrong assertion. | Mao Zhongyi |
2017-07-03 | virtio-net: enable configurable tx queue size | Wei Wang |
2017-06-20 | qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED() | Marc-André Lureau |
2017-06-13 | migration: Split registration functions from vmstate.h | Juan Quintela |
2017-06-13 | migration: Move self_announce_delay() to misc.h | Juan Quintela |
2017-06-07 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2017-06-07 | net/rocker: Cleanup the useless return value check | Mao Zhongyi |
2017-06-06 | migration: remove register_savevm() | Laurent Vivier |
2017-06-05 | Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s... | Peter Maydell |
2017-06-02 | spec/vhost-user spec: Add IOMMU support | Maxime Coquelin |
2017-06-02 | Remove/replace sysemu/char.h inclusion | Marc-André Lureau |
2017-05-25 | virtio_net: Bypass backends for MTU feature negotiation | Maxime Coquelin |
2017-05-23 | e1000e: Fix ICR "Other" causes clear logic | Sameeh Jubran |
2017-05-23 | virtio-net: fix wild pointer when remove virtio-net queues | Yunjian Wang |
2017-05-17 | sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE | Eduardo Habkost |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-04-25 | net/ftgmac100: add a 'aspeed' property | Cédric Le Goater |
2017-04-24 | net: add FTGMAC100 support | Cédric Le Goater |
2017-04-20 | cadence_gem: Make the revision a property | Alistair Francis |