1. 65f474b net/eth: Introduce EthL4HdrProto by Akihiko Odaki · 2 years ago
  2. 69ff5ef net/eth: Report if headers are actually present by Akihiko Odaki · 2 years ago
  3. 02ef5fd hw/net/net_tx_pkt: Implement TCP segmentation by Akihiko Odaki · 2 years ago
  4. 481c523 net: Strip virtio-net header when dumping by Akihiko Odaki · 2 years ago
  5. c6941b3 net: Move the code to collect available NIC models to a separate function by Thomas Huth · 2 years, 4 months ago
  6. ae71d13 net: Move hmp_info_network() to net-hmp-cmds.c by Markus Armbruster · 2 years, 1 month ago
  7. 8aab0d1 virtio-net: add support for configure interrupt by Cindy Lu · 2 years, 3 months ago
  8. c9bdc44 vhost-user: Fix the virtio features negotiation flaw by Hyman Huang(黄勇) · 2 years, 3 months ago
  9. 937b7d9 vhost-user: Refactor vhost acked features saving by Hyman Huang(黄勇) · 2 years, 3 months ago
  10. ac14949 Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues by Stefan Weil via · 2 years, 3 months ago
  11. 10f8a11 vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart() by Kangjie Xu · 2 years, 5 months ago
  12. c2daa08 vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset() by Kangjie Xu · 2 years, 5 months ago
  13. 53b85d9 net: introduce qemu_set_info_str() function by Laurent Vivier · 2 years, 5 months ago
  14. f3eedcd qapi: net: introduce a way to bypass qemu_opts_parse_noisily() by Laurent Vivier · 2 years, 5 months ago
  15. 21fccb2 net: simplify net_client_parse() error management by Laurent Vivier · 2 years, 5 months ago
  16. d63ef17 net: remove the @errp argument of net_client_inits() by Laurent Vivier · 2 years, 5 months ago
  17. 539573c vhost_net: add NetClientState->load() callback by Eugenio Pérez · 2 years, 7 months ago
  18. c5e5269 vhost_net: Add NetClientInfo stop callback by Eugenio Pérez · 2 years, 7 months ago
  19. eb92b75 vhost_net: Add NetClientInfo start callback by Eugenio Pérez · 2 years, 7 months ago
  20. e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
  21. b3ef666 Revert "virtio-net: add support for configure interrupt" by Michael S. Tsirkin · 3 years, 2 months ago
  22. 497679d virtio-net: add support for configure interrupt by Cindy Lu · 3 years, 4 months ago
  23. 05ba3f6 vhost-net: control virtqueue support by Jason Wang · 3 years, 5 months ago
  24. 2f849db net: introduce control client by Jason Wang · 3 years, 5 months ago
  25. e287bf7 net: Introduce NetClientInfo.check_peer_type() by Kevin Wolf · 3 years, 5 months ago
  26. 6a756d1 vhost_net: do not assume nvqs is always 2 by Jason Wang · 3 years, 6 months ago
  27. 1b03117 vhost-vdpa: remove the unused vhost_vdpa_get_acked_features() by Jason Wang · 3 years, 9 months ago
  28. 8f364e3 net: Added SetSteeringEBPF method for NetClientState. by Andrew Melnychenko · 3 years, 10 months ago
  29. bc38e31 net: check the existence of peer before trying to pad by Jason Wang · 3 years, 11 months ago
  30. f9bb0c1 Revert "qapi: net: Add query-netdev command" by Jason Wang · 4 years ago
  31. 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 4 years ago
  32. 935344b net: Add a 'do_not_pad" to NetClientState by Bin Meng · 4 years ago
  33. af77451 net: eth: Add a helper to pad a short Ethernet frame by Bin Meng · 4 years ago
  34. 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 4 years ago
  35. d32ad10 qapi: net: Add query-netdev command by Alexey Kirillov · 4 years ago
  36. 705df54 net: introduce qemu_receive_packet() by Jason Wang · 4 years ago
  37. f574633 net: checksum: Introduce fine control over checksum type by Bin Meng · 4 years, 3 months ago
  38. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
  39. ad6f932 net: do not exit on "netdev_add help" monitor command by Paolo Bonzini · 4 years, 4 months ago
  40. 22fb6eb qom: fix objects with improper parent type by Paolo Bonzini · 4 years, 5 months ago
  41. ad0c674 net/can: Add can_dlc2len and can_len2dlc for CAN FD. by Jan Charvat · 4 years, 6 months ago
  42. d44948c net/can: Initial host SocketCan support for CAN FD. by Jan Charvat · 4 years, 6 months ago
  43. 63c4db4 net: relocate paths to helpers and scripts by Paolo Bonzini · 4 years, 7 months ago
  44. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  45. a489d19 Use OBJECT_DECLARE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  46. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  47. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  48. 5c8b0f2 can_emu: Delete macros for non-existing typedef by Eduardo Habkost · 4 years, 7 months ago
  49. e219d30 hw/net: Added plen fix for IPv6 by Andrew · 4 years, 8 months ago
  50. 1e0a84e vhost-vdpa: introduce vhost-vdpa net client by Cindy Lu · 4 years, 8 months ago
  51. 38140cc vhost_net: introduce set_config & get_config by Cindy Lu · 4 years, 8 months ago
  52. 0165daa net: introduce qemu_get_peer by Cindy Lu · 4 years, 8 months ago
  53. 767cc9a hw/net/can: Make CanBusClientInfo::can_receive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
  54. b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
  55. 08712fc net: Track netdevs in NetClientState rather than QemuOpt by Eric Blake · 5 years ago
  56. db2a380 net: Complete qapi-fication of netdev_add by Eric Blake · 5 years ago
  57. 1973136 net/filter.c: Add Options to insert filters anywhere in the filter list by Lukas Straub · 5 years ago
  58. dc5e9ac Include qemu/queue.h slightly less by Markus Armbruster · 6 years ago
  59. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  60. 944458b net/announce: Add optional ID by Dr. David Alan Gilbert · 6 years ago
  61. ef2fdbf net/announce: Allow optional list of interfaces by Dr. David Alan Gilbert · 6 years ago
  62. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  63. 44b416a net: Add a network device specific self-announcement ability by Dr. David Alan Gilbert · 6 years ago
  64. 7659505 migration: Switch to using announce timer by Dr. David Alan Gilbert · 6 years ago
  65. 50510ea net: Introduce announce timer by Dr. David Alan Gilbert · 6 years ago
  66. 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 6 years ago
  67. 2974e91 virtio-net: support RSC v4/v6 tcp traffic for Windows HCK by Yuri Benditovich · 6 years ago
  68. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  69. 25c01bd net: drop too large packet early by Jason Wang · 6 years ago
  70. 5fbba3d filter: Add handle_event method for NetFilterClass by Zhang Chen · 7 years ago
  71. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 7 years ago
  72. af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
  73. 94b5295 virtio_net: flush uncompleted TX on reset by Greg Kurz · 7 years ago
  74. 41dfc0d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
  75. 7fceeb1 Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' into staging by Peter Maydell · 7 years ago
  76. 46d4d36 tap: setting error appropriately when calling net_init_tap_one() by Jay Zhou · 7 years ago
  77. aa09a48 net: Make net_client_init() static by Thomas Huth · 7 years ago
  78. 34f708b net: Move error reporting from net_init_client/netdev to the calling site by Thomas Huth · 7 years ago
  79. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  80. 4f51e1d net: fix misaligned member access by Marc-André Lureau · 7 years ago
  81. d18957d net/can: simple messages transport implementation for QEMU by Pavel Pisa · 7 years ago
  82. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  83. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  84. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  85. 3a22ee2 net: Remove the legacy "-net channel" parameter by Thomas Huth · 7 years ago
  86. f1a7deb net: introduce net_crc32_le() function by Mark Cave-Ayland · 7 years ago
  87. eaba8f3 net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function by Mark Cave-Ayland · 7 years ago
  88. 0dacea9 net: Transmit zero UDP checksum as 0xFFFF by Ed Swierk · 7 years ago
  89. 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago
  90. d6b732e net: Add vnet_hdr_len arguments in NetClientState by Zhang Chen · 8 years ago
  91. 47bb83c slirp: add a fake NC-SI backend by Cédric Le Goater · 8 years ago
  92. 566342c eth: Extend vlan stripping functions by Dmitry Fleytman · 8 years ago
  93. 45a368a vhost-net: Notify the backend about the host MTU by Maxime Coquelin · 8 years ago
  94. d4b84d5 Remove unused function declarations by Ladi Prosek · 9 years ago
  95. 0e55c38 net: Use correct type for bool flag by Eric Blake · 9 years ago
  96. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  97. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  98. 69e87b3 tap: vhost busy polling support by Jason Wang · 9 years ago
  99. bfc6cf3 vhost-net: save & restore vring enable state by Marc-André Lureau · 9 years ago
  100. a463215 vhost-net: save & restore vhost-user acked features by Marc-André Lureau · 9 years ago