1. eed7930 nic: do not destroy memory regions in cleanup functions by Paolo Bonzini · 11 years ago
  2. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  3. e1fe50d Remove unneeded type casts by Stefan Weil · 12 years ago
  4. d7e35d4 hw: move NICs to hw/net/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/mcf_fec.c]
  5. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  6. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  7. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  8. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  9. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  10. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  11. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  12. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  13. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 12 years ago
  14. a005d07 net: Remove VLANState by Stefan Hajnoczi · 12 years ago
  15. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 12 years ago
  16. c65fc1d mcf_fec: convert to memory API by Benoît Canet · 13 years ago
  17. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  18. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  19. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 13 years ago
  20. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  21. 1cc49d9 net: convert mcf_fec to NICState by Mark McLoughlin · 15 years ago
  22. e13b10b net: remove NICInfo::vc by Mark McLoughlin · 15 years ago
  23. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  24. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  25. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  26. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  27. 99a0949 Get rid of _t suffix by malc · 15 years ago
  28. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  29. ae50b27 Don't leak VLANClientState on PCI hot remove by Mark McLoughlin · 15 years ago
  30. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  31. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  32. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  33. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  34. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  35. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  36. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  37. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  38. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  39. e36da91 Fix build breakage introduced by r6219 by aliguori · 16 years ago
  40. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  41. 96d5e20 add missing MAC address to info_str for some NICs (Mark McLoughlin) by aliguori · 16 years ago
  42. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  43. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  44. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  45. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  46. 4fdcd8d Fix return type. by pbrook · 18 years ago
  47. 7e049b8 ColdFire Ethernet support. by pbrook · 18 years ago