1. 9050f97 net: Update MemReentrancyGuard for NIC by Akihiko Odaki · 1 year, 9 months ago
  2. 7d0fefd net: Provide MemReentrancyGuard * to qemu_new_nic() by Akihiko Odaki · 1 year, 9 months ago
  3. 73071f1 net/net: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
  4. f03e0cf tap: Add check for USO features by Yuri Benditovich · 1 year, 7 months ago
  5. 2ab0ec3 tap: Add USO support to tap device. by Andrew Melnychenko · 1 year, 7 months ago
  6. 481c523 net: Strip virtio-net header when dumping by Akihiko Odaki · 2 years ago
  7. c6941b3 net: Move the code to collect available NIC models to a separate function by Thomas Huth · 2 years, 4 months ago
  8. ae71d13 net: Move hmp_info_network() to net-hmp-cmds.c by Markus Armbruster · 2 years, 1 month ago
  9. ac14949 Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues by Stefan Weil via · 2 years, 3 months ago
  10. 53b85d9 net: introduce qemu_set_info_str() function by Laurent Vivier · 2 years, 5 months ago
  11. f3eedcd qapi: net: introduce a way to bypass qemu_opts_parse_noisily() by Laurent Vivier · 2 years, 5 months ago
  12. 21fccb2 net: simplify net_client_parse() error management by Laurent Vivier · 2 years, 5 months ago
  13. d63ef17 net: remove the @errp argument of net_client_inits() by Laurent Vivier · 2 years, 5 months ago
  14. 539573c vhost_net: add NetClientState->load() callback by Eugenio Pérez · 2 years, 7 months ago
  15. c5e5269 vhost_net: Add NetClientInfo stop callback by Eugenio Pérez · 2 years, 7 months ago
  16. eb92b75 vhost_net: Add NetClientInfo start callback by Eugenio Pérez · 2 years, 7 months ago
  17. 2f849db net: introduce control client by Jason Wang · 3 years, 5 months ago
  18. e287bf7 net: Introduce NetClientInfo.check_peer_type() by Kevin Wolf · 3 years, 5 months ago
  19. 8f364e3 net: Added SetSteeringEBPF method for NetClientState. by Andrew Melnychenko · 3 years, 10 months ago
  20. bc38e31 net: check the existence of peer before trying to pad by Jason Wang · 3 years, 11 months ago
  21. f9bb0c1 Revert "qapi: net: Add query-netdev command" by Jason Wang · 4 years ago
  22. 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 4 years ago
  23. 935344b net: Add a 'do_not_pad" to NetClientState by Bin Meng · 4 years ago
  24. 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 4 years ago
  25. d32ad10 qapi: net: Add query-netdev command by Alexey Kirillov · 4 years ago
  26. 705df54 net: introduce qemu_receive_packet() by Jason Wang · 4 years ago
  27. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
  28. ad6f932 net: do not exit on "netdev_add help" monitor command by Paolo Bonzini · 4 years, 4 months ago
  29. 63c4db4 net: relocate paths to helpers and scripts by Paolo Bonzini · 4 years, 7 months ago
  30. 0165daa net: introduce qemu_get_peer by Cindy Lu · 4 years, 8 months ago
  31. b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
  32. 08712fc net: Track netdevs in NetClientState rather than QemuOpt by Eric Blake · 5 years ago
  33. db2a380 net: Complete qapi-fication of netdev_add by Eric Blake · 5 years ago
  34. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  35. 44b416a net: Add a network device specific self-announcement ability by Dr. David Alan Gilbert · 6 years ago
  36. 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 6 years ago
  37. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  38. 25c01bd net: drop too large packet early by Jason Wang · 6 years ago
  39. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 7 years ago
  40. af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
  41. 94b5295 virtio_net: flush uncompleted TX on reset by Greg Kurz · 7 years ago
  42. 41dfc0d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
  43. aa09a48 net: Make net_client_init() static by Thomas Huth · 7 years ago
  44. 34f708b net: Move error reporting from net_init_client/netdev to the calling site by Thomas Huth · 7 years ago
  45. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  46. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  47. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  48. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  49. f1a7deb net: introduce net_crc32_le() function by Mark Cave-Ayland · 7 years ago
  50. eaba8f3 net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function by Mark Cave-Ayland · 7 years ago
  51. 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago
  52. d6b732e net: Add vnet_hdr_len arguments in NetClientState by Zhang Chen · 8 years ago
  53. d4b84d5 Remove unused function declarations by Ladi Prosek · 9 years ago
  54. 0e55c38 net: Use correct type for bool flag by Eric Blake · 9 years ago
  55. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  56. bfc6cf3 vhost-net: save & restore vring enable state by Marc-André Lureau · 9 years ago
  57. 6d1d493 net: Add macros for MAC address tracing by Dmitry Fleytman · 9 years ago
  58. 16a3df4 net/net: Add SocketReadState for reuse codes by Zhang Chen · 9 years ago
  59. d30300f net: vl: Move default_net to vl.c by Eduardo Habkost · 9 years ago
  60. 25aaadf net: always walk through filters in reverse if traffic is egress by Li Zhijian · 9 years ago
  61. fefe2a7 net: merge qemu_deliver_packet and qemu_deliver_packet_iov by Yang Hongyang · 9 years ago
  62. fdccce4 init/cleanup of netfilter object by Yang Hongyang · 9 years ago
  63. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  64. c80cd6b tap: add VNET_LE/VNET_BE operations by Greg Kurz · 10 years ago
  65. 890ee6a net: add MAC address string printer by Scott Feldman · 10 years ago
  66. 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
  67. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  68. 45e8a9e net: remove bootindex property from qdev to qom by Gonglei · 10 years ago
  69. 575a1c0 net: move queue number into NICPeers by Jiri Pirko · 11 years ago
  70. 84007e8 net: Export valid host network devices list by Hani Benhabiles · 11 years ago
  71. d6085e3 net: remove implicit peer from offload API by Stefan Hajnoczi · 11 years ago
  72. 1f55ac4 net: extend NetClientInfo for offloading by Vincenzo Maffione · 11 years ago
  73. 067404b net: Rename send_queue to incoming_queue by Jan Kiszka · 12 years ago
  74. b1be428 net: add support of mac-programming over macvtap in QEMU side by Amos Kong · 12 years ago
  75. d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
  76. f6b26cf net: reduce the unnecessary memory allocation of multiqueue by Jason Wang · 12 years ago
  77. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  78. f786045 net: introduce NetClientState destructor by Jason Wang · 12 years ago
  79. 6c51ae7 net: introduce qemu_find_net_clients_except() by Jason Wang · 12 years ago
  80. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  81. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  82. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  83. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  84. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  85. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  86. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  87. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago[Renamed (97%) from net.h]
  88. 090f7ac net: move Bluetooth stuff out of net.h by Paolo Bonzini · 12 years ago
  89. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 13 years ago
  90. 86a77c3 net: cleanup deliver/deliver_iov func pointers by Zhi Yong Wu · 13 years ago
  91. 1a85959 net: Make "info network" output more readable info by Zhi Yong Wu · 13 years ago
  92. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  93. 35277d1 net: Rename vc local variables to nc by Stefan Hajnoczi · 13 years ago
  94. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  95. a005d07 net: Remove VLANState by Stefan Hajnoczi · 13 years ago
  96. ec8b1f6 net: Remove vlan code from net.c by Stefan Hajnoczi · 13 years ago
  97. 606c10e net: Convert qdev_prop_vlan to peer with hub by Zhi Yong Wu · 13 years ago
  98. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  99. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  100. 5f96415 qapi: convert netdev_del by Luiz Capitulino · 13 years ago