1. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  2. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  3. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  4. b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
  5. fcd3b08 hw/net: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 5 years ago
  6. a0cf429 dp8393x: Mask EOL bit from descriptor addresses, take 2 by Finn Thain · 5 years ago
  7. c2279bd dp8393x: Don't stop reception upon RBE interrupt assertion by Finn Thain · 5 years ago
  8. 083e21b dp8393x: Don't reset Silicon Revision register by Finn Thain · 5 years ago
  9. 80b6067 dp8393x: Always update RRA pointers and sequence numbers by Finn Thain · 5 years ago
  10. d9fae13 dp8393x: Clear descriptor in_use field to release packet by Finn Thain · 5 years ago
  11. 350e7d9 dp8393x: Pad frames to word or long word boundary by Finn Thain · 5 years ago
  12. ea22702 dp8393x: Use long-word-aligned RRA pointers in 32-bit mode by Finn Thain · 5 years ago
  13. bae112b dp8393x: Don't clobber packet checksum by Finn Thain · 5 years ago
  14. ada7431 dp8393x: Implement packet size limit and RBAE interrupt by Finn Thain · 5 years ago
  15. a3cce28 dp8393x: Clear RRRA command register bit only when appropriate by Finn Thain · 5 years ago
  16. 5b0c98f dp8393x: Update LLFA and CRDA registers from rx descriptor by Finn Thain · 5 years ago
  17. 9e3cd45 dp8393x: Have dp8393x_receive() return the packet size by Finn Thain · 5 years ago
  18. 46ffee9 dp8393x: Clean up endianness hacks by Finn Thain · 5 years ago
  19. 3fe9a83 dp8393x: Always use 32-bit accesses by Finn Thain · 5 years ago
  20. 88f632f dp8393x: Mask EOL bit from descriptor addresses by Finn Thain · 5 years ago
  21. 19f7034 Avoid address_space_rw() with a constant is_write argument by Peter Maydell · 5 years ago
  22. 1ccda93 Let address_space_rw() calls pass a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
  23. b7cbebf Remove unnecessary cast when using the address_space API by Philippe Mathieu-Daudé · 5 years ago
  24. 4ef044c hw/net: Avoid casting non-const pointer, use address_space_write() by Philippe Mathieu-Daudé · 5 years ago
  25. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  26. 3110ce8 dp8393x: replace PROP_PTR with PROP_LINK by Marc-André Lureau · 5 years ago
  27. c744cf7 dp8393x: fix dp8393x_receive() by Laurent Vivier · 5 years ago
  28. af9f0be dp8393x: put the DMA buffer in the state structure by Laurent Vivier · 5 years ago
  29. be92084 dp8393x: manage big endian bus by Laurent Vivier · 5 years ago
  30. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  31. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  32. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  33. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  34. 04f3c00 hw: Remove unused 'hw/devices.h' include by Philippe Mathieu-Daudé · 6 years ago
  35. 8fad0a6 hw/net/dp8393x: don't make prom region 'nomigrate' by Peter Maydell · 7 years ago
  36. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  37. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  38. 581f7b1 hw/net/dp8393x: Avoid unintentional sign extensions on addresses by Peter Maydell · 8 years ago
  39. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  40. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  41. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  42. e8d4046 hw/net: Clean up includes by Peter Maydell · 9 years ago
  43. 52579c6 net/dp8393x: do not use memory_region_init_rom_device with NULL by Hervé Poussineau · 10 years ago
  44. 30dfa9a net/dp8393x: remove check of runt packets by Hervé Poussineau · 10 years ago
  45. f635128 net/dp8393x: disable user creation by Hervé Poussineau · 10 years ago
  46. 4594f93 dp8393x: Flush packets when link comes up by Fam Zheng · 10 years ago
  47. bd8f1eb net/dp8393x: fix hardware reset by Hervé Poussineau · 10 years ago
  48. 409b52b net/dp8393x: correctly reset in_use field by Hervé Poussineau · 10 years ago
  49. 1670735 net/dp8393x: add load/save support by Hervé Poussineau · 10 years ago
  50. 89ae0ff net/dp8393x: add PROM to store MAC address by Hervé Poussineau · 10 years ago
  51. 104655a net/dp8393x: QOM'ify by Hervé Poussineau · 10 years ago
  52. 3df5de6 net/dp8393x: use dp8393x_ prefix for all functions by Hervé Poussineau · 10 years ago
  53. 84689cb net/dp8393x: do not use old_mmio accesses by Hervé Poussineau · 10 years ago
  54. f2f62c4 net/dp8393x: always calculate proper checksums by Hervé Poussineau · 10 years ago
  55. dd82051 dma/rc4030: use AddressSpace and address_space_rw in users by Hervé Poussineau · 10 years ago
  56. 57407ea net: remove all cleanup methods from NIC NetClientInfos by Paolo Bonzini · 10 years ago
  57. eed7930 nic: do not destroy memory regions in cleanup functions by Paolo Bonzini · 11 years ago
  58. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  59. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  60. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/dp8393x.c]
  61. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  62. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  63. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  64. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  65. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  66. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  67. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  68. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  69. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  70. a005d07 net: Remove VLANState by Stefan Hajnoczi · 13 years ago
  71. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  72. cac1e30 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  73. d180589 sonic: fix typo by Hervé Poussineau · 13 years ago
  74. 024e5bb dp8393x: convert to memory API by Avi Kivity · 13 years ago
  75. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  76. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 14 years ago
  77. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  78. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  79. 665a3b0 net: remove VLANClientState members now in NetClientInfo by Mark McLoughlin · 15 years ago
  80. 05f41fe net: convert dp8393x to NICState by Mark McLoughlin · 15 years ago
  81. e13b10b net: remove NICInfo::vc by Mark McLoughlin · 15 years ago
  82. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  83. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  84. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  85. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  86. 99a0949 Get rid of _t suffix by malc · 15 years ago
  87. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
  88. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  89. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  90. ae50b27 Don't leak VLANClientState on PCI hot remove by Mark McLoughlin · 16 years ago
  91. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  92. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  93. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  94. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  95. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  96. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  97. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  98. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  99. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  100. a65f56e Implement sonic netcard (MIPS Jazz) by aurel32 · 16 years ago