1. 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 4 years ago
  2. 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 4 years ago
  3. f574633 net: checksum: Introduce fine control over checksum type by Bin Meng · 4 years, 3 months ago
  4. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  5. a3434a2 xen: Import other xen/io/*.h by Anthony PERARD · 6 years ago
  6. 2d0ed5e xen: re-name XenDevice to XenLegacyDevice... by Paul Durrant · 6 years ago
  7. 58560f2 xen: remove other open-coded use of libxengnttab by Paul Durrant · 7 years ago
  8. ba18fa2 xen: Rename xen_be_send_notify by Emil Condrea · 8 years ago
  9. 65807f4 xen: Rename xen_be_unbind_evtchn by Emil Condrea · 8 years ago
  10. 96c77db xen: Rename xen_be_printf to xen_pv_printf by Emil Condrea · 8 years ago
  11. b9730c5 xen: Fix coding style warnings by Emil Condrea · 8 years ago
  12. c22e91b xen: Fix coding style errors by Emil Condrea · 8 years ago
  13. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  14. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  15. 21cbfe5 xen: Clean up includes by Peter Maydell · 9 years ago
  16. c1345a8 xen: Switch to libxengnttab interface for compat shims. by Ian Campbell · 9 years ago
  17. 1618d2a maint: remove unused include for signal.h by Daniel P. Berrange · 10 years ago
  18. 7bba83b xen: Drop net_rx_ok by Fam Zheng · 10 years ago
  19. a39d97c hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free it by Chen Gang · 10 years ago
  20. d468583 hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_disconnect() by Chen Gang · 10 years ago
  21. b4f72e3 hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' fails by Chen Gang · 10 years ago
  22. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/xen_nic.c]
  23. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  24. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  25. 3e3648b xen: fix build problem introduced from per-queue peers by Anthony Liguori · 12 years ago
  26. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  27. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  28. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  29. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  30. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  31. a98b140 xen: flush queue when getting an event by Paolo Bonzini · 13 years ago
  32. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  33. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  34. ec8b1f6 net: Remove vlan code from net.c by Stefan Hajnoczi · 13 years ago
  35. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  36. b41f671 xen: Reorganize includes of Xen headers. by Anthony PERARD · 13 years ago
  37. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  38. 43b26fc Drop unneeded pthread.h inclusions by Jan Kiszka · 13 years ago
  39. 384087b Introduce a new 'connected' xendev op called when Connected. by John Haxby · 14 years ago
  40. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  41. 209cd7a xen: Replace some tab-indents with spaces (clean-up). by Anthony PERARD · 14 years ago
  42. 658788c net: convert xen to NICState by Mark McLoughlin · 15 years ago
  43. 7200ac3 net: move net-checksum.c under net/ by Mark McLoughlin · 15 years ago
  44. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  45. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  46. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  47. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  48. 1a60952 net: Provide VLAN client lookup helper by Jan Kiszka · 16 years ago
  49. 3e3cabc xen nic: check tx queue after connect. by Gerd Hoffmann · 16 years ago
  50. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  51. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  52. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  53. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  54. 682aea0 xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE. by Gerd Hoffmann · 16 years ago
  55. 7105b05 xen nic: use qemu_malloc by Gerd Hoffmann · 16 years ago
  56. 6379840 xen: net backend doesn't need linux headers. by Gerd Hoffmann · 16 years ago
  57. e613b06 xen: add net backend driver. (Gerd Hoffmann) by aliguori · 16 years ago