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