1. 44b416a net: Add a network device specific self-announcement ability by Dr. David Alan Gilbert · 6 years ago
  2. 7659505 migration: Switch to using announce timer by Dr. David Alan Gilbert · 6 years ago
  3. 50510ea net: Introduce announce timer by Dr. David Alan Gilbert · 6 years ago
  4. 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 6 years ago
  5. 2974e91 virtio-net: support RSC v4/v6 tcp traffic for Windows HCK by Yuri Benditovich · 6 years ago
  6. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  7. 25c01bd net: drop too large packet early by Jason Wang · 6 years ago
  8. 5fbba3d filter: Add handle_event method for NetFilterClass by Zhang Chen · 7 years ago
  9. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 7 years ago
  10. af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
  11. 94b5295 virtio_net: flush uncompleted TX on reset by Greg Kurz · 7 years ago
  12. 41dfc0d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
  13. 7fceeb1 Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' into staging by Peter Maydell · 7 years ago
  14. 46d4d36 tap: setting error appropriately when calling net_init_tap_one() by Jay Zhou · 7 years ago
  15. aa09a48 net: Make net_client_init() static by Thomas Huth · 7 years ago
  16. 34f708b net: Move error reporting from net_init_client/netdev to the calling site by Thomas Huth · 7 years ago
  17. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  18. 4f51e1d net: fix misaligned member access by Marc-André Lureau · 7 years ago
  19. d18957d net/can: simple messages transport implementation for QEMU by Pavel Pisa · 7 years ago
  20. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  21. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  22. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  23. 3a22ee2 net: Remove the legacy "-net channel" parameter by Thomas Huth · 7 years ago
  24. f1a7deb net: introduce net_crc32_le() function by Mark Cave-Ayland · 7 years ago
  25. eaba8f3 net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function by Mark Cave-Ayland · 7 years ago
  26. 0dacea9 net: Transmit zero UDP checksum as 0xFFFF by Ed Swierk · 7 years ago
  27. 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago
  28. d6b732e net: Add vnet_hdr_len arguments in NetClientState by Zhang Chen · 8 years ago
  29. 47bb83c slirp: add a fake NC-SI backend by Cédric Le Goater · 8 years ago
  30. 566342c eth: Extend vlan stripping functions by Dmitry Fleytman · 8 years ago
  31. 45a368a vhost-net: Notify the backend about the host MTU by Maxime Coquelin · 8 years ago
  32. d4b84d5 Remove unused function declarations by Ladi Prosek · 9 years ago
  33. 0e55c38 net: Use correct type for bool flag by Eric Blake · 9 years ago
  34. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  35. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  36. 69e87b3 tap: vhost busy polling support by Jason Wang · 9 years ago
  37. bfc6cf3 vhost-net: save & restore vring enable state by Marc-André Lureau · 9 years ago
  38. a463215 vhost-net: save & restore vhost-user acked features by Marc-André Lureau · 9 years ago
  39. eb70002 net_pkt: Extend packet abstraction as required by e1000e functionality by Dmitry Fleytman · 9 years ago
  40. 66409b7 rtl8139: Move more TCP definitions to common header by Dmitry Fleytman · 9 years ago
  41. 6d1d493 net: Add macros for MAC address tracing by Dmitry Fleytman · 9 years ago
  42. 0478d1d net: Introduce Toeplitz hash calculator by Dmitry Fleytman · 9 years ago
  43. 16a3df4 net/net: Add SocketReadState for reuse codes by Zhang Chen · 9 years ago
  44. d30300f net: vl: Move default_net to vl.c by Eduardo Habkost · 9 years ago
  45. 14b6d44 Use scripts/clean-includes to drop redundant qemu/typedefs.h by Markus Armbruster · 9 years ago
  46. 338d3f4 filter: Add 'status' property for filter object by zhanghailiang · 9 years ago
  47. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  48. aa9156f net/filter: Fix the output information for command 'info network' by zhanghailiang · 9 years ago
  49. 25aaadf net: always walk through filters in reverse if traffic is egress by Li Zhijian · 9 years ago
  50. 9c7ffe2 ether/slirp: Avoid redefinition of the same constants by Dr. David Alan Gilbert · 9 years ago
  51. 3e86636 vhost user: add rarp sending after live migration for legacy guest by Thibaut Collet · 9 years ago
  52. b68c7f7 net/queue: export qemu_net_queue_append_iov by Yang Hongyang · 9 years ago
  53. a4960f5 netfilter: print filter info associate with the netdev by Yang Hongyang · 9 years ago
  54. 7ef7bc8 netfilter: add an API to pass the packet to next filter by Yang Hongyang · 9 years ago
  55. 3e033a4 net/queue: introduce NetQueueDeliverFunc by Yang Hongyang · 9 years ago
  56. fefe2a7 net: merge qemu_deliver_packet and qemu_deliver_packet_iov by Yang Hongyang · 9 years ago
  57. e64c770 netfilter: hook packets before net queue send by Yang Hongyang · 9 years ago
  58. fdccce4 init/cleanup of netfilter object by Yang Hongyang · 9 years ago
  59. 7263a0a vhost-user: add a new message to disable/enable a specific virt queue. by Changchun Ouyang · 10 years ago
  60. e2051e9 vhost-user: add VHOST_USER_GET_QUEUE_NUM message by Yuanhan Liu · 10 years ago
  61. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  62. 1e7398a vhost: enable vhost without without MSI-X by Pankaj Gupta · 10 years ago
  63. c80cd6b tap: add VNET_LE/VNET_BE operations by Greg Kurz · 10 years ago
  64. 9a2ba82 vhost: 64 bit features by Cornelia Huck · 10 years ago
  65. 890ee6a net: add MAC address string printer by Scott Feldman · 10 years ago
  66. b93a5ba virtio-net,tap: use standard-headers by Michael S. Tsirkin · 10 years ago
  67. 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
  68. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  69. 45e8a9e net: remove bootindex property from qdev to qom by Gonglei · 10 years ago
  70. 575a1c0 net: move queue number into NICPeers by Jiri Pirko · 11 years ago
  71. d314f58 Add new vhost-user netdev backend by Nikolay Nikolaev · 11 years ago
  72. 1a1bfac Add vhost-backend and VhostBackendType by Nikolay Nikolaev · 11 years ago
  73. 81647a6 vhost_net_init will use VhostNetOptions to get all its arguments by Nikolay Nikolaev · 11 years ago
  74. ed8b4af Refactor virtio-net to use generic get_vhost_net by Nikolay Nikolaev · 11 years ago
  75. 84007e8 net: Export valid host network devices list by Hani Benhabiles · 11 years ago
  76. d6085e3 net: remove implicit peer from offload API by Stefan Hajnoczi · 11 years ago
  77. 3bac80d net: make tap offloading callbacks static by Vincenzo Maffione · 11 years ago
  78. 1f55ac4 net: extend NetClientInfo for offloading by Vincenzo Maffione · 11 years ago
  79. e96dfd1 net: change vnet-hdr TAP prototypes by Vincenzo Maffione · 11 years ago
  80. 2624717 net: declare struct iovec in checksum.h to fix compiler warning by Michael Tokarev · 11 years ago
  81. d60b20c net: disallow to specify multicast MAC address by Dmitry Krivenok · 11 years ago
  82. 067404b net: Rename send_queue to incoming_queue by Jan Kiszka · 12 years ago
  83. b1be428 net: add support of mac-programming over macvtap in QEMU side by Amos Kong · 12 years ago
  84. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  85. d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
  86. 75020a7 Common definitions for VMWARE devices by Dmitry Fleytman · 12 years ago
  87. 8402630 net: iovec checksum calculator by Dmitry Fleytman · 12 years ago
  88. 5acf5ea Checksum-related utility functions by Dmitry Fleytman · 12 years ago
  89. f6b26cf net: reduce the unnecessary memory allocation of multiqueue by Jason Wang · 12 years ago
  90. 264986e tap: multiqueue support by Jason Wang · 12 years ago
  91. e5dc0b4 tap: introduce a helper to get the name of an interface by Jason Wang · 12 years ago
  92. 16dbaf9 tap: support enabling or disabling a queue by Jason Wang · 12 years ago
  93. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  94. f786045 net: introduce NetClientState destructor by Jason Wang · 12 years ago
  95. 6c51ae7 net: introduce qemu_find_net_clients_except() by Jason Wang · 12 years ago
  96. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  97. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  98. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  99. ec45f08 net: tap: using bool instead of bitfield by Jason Wang · 12 years ago
  100. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago