1. c65fc1d mcf_fec: convert to memory API by Benoît Canet · 13 years ago
  2. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  3. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  4. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 14 years ago
  5. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  6. 1cc49d9 net: convert mcf_fec to NICState by Mark McLoughlin · 15 years ago
  7. e13b10b net: remove NICInfo::vc by Mark McLoughlin · 15 years ago
  8. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  9. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  10. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  11. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  12. 99a0949 Get rid of _t suffix by malc · 15 years ago
  13. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  14. ae50b27 Don't leak VLANClientState on PCI hot remove by Mark McLoughlin · 16 years ago
  15. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  16. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  17. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  18. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  19. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  20. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  21. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  22. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  23. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  24. e36da91 Fix build breakage introduced by r6219 by aliguori · 16 years ago
  25. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  26. 96d5e20 add missing MAC address to info_str for some NICs (Mark McLoughlin) by aliguori · 16 years ago
  27. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  28. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  29. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  30. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  31. 4fdcd8d Fix return type. by pbrook · 18 years ago
  32. 7e049b8 ColdFire Ethernet support. by pbrook · 18 years ago