1. e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 2 years, 10 months ago
  2. b3ef666 Revert "virtio-net: add support for configure interrupt" by Michael S. Tsirkin · 3 years ago
  3. 497679d virtio-net: add support for configure interrupt by Cindy Lu · 3 years, 3 months ago
  4. 05ba3f6 vhost-net: control virtqueue support by Jason Wang · 3 years, 3 months ago
  5. 2f849db net: introduce control client by Jason Wang · 3 years, 3 months ago
  6. e287bf7 net: Introduce NetClientInfo.check_peer_type() by Kevin Wolf · 3 years, 3 months ago
  7. 6a756d1 vhost_net: do not assume nvqs is always 2 by Jason Wang · 3 years, 5 months ago
  8. 1b03117 vhost-vdpa: remove the unused vhost_vdpa_get_acked_features() by Jason Wang · 3 years, 8 months ago
  9. 8f364e3 net: Added SetSteeringEBPF method for NetClientState. by Andrew Melnychenko · 3 years, 8 months ago
  10. bc38e31 net: check the existence of peer before trying to pad by Jason Wang · 3 years, 9 months ago
  11. f9bb0c1 Revert "qapi: net: Add query-netdev command" by Jason Wang · 3 years, 10 months ago
  12. 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 3 years, 10 months ago
  13. 935344b net: Add a 'do_not_pad" to NetClientState by Bin Meng · 3 years, 10 months ago
  14. af77451 net: eth: Add a helper to pad a short Ethernet frame by Bin Meng · 3 years, 10 months ago
  15. 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 3 years, 11 months ago
  16. d32ad10 qapi: net: Add query-netdev command by Alexey Kirillov · 3 years, 11 months ago
  17. 705df54 net: introduce qemu_receive_packet() by Jason Wang · 4 years ago
  18. f574633 net: checksum: Introduce fine control over checksum type by Bin Meng · 4 years, 1 month ago
  19. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 1 month ago
  20. ad6f932 net: do not exit on "netdev_add help" monitor command by Paolo Bonzini · 4 years, 2 months ago
  21. 22fb6eb qom: fix objects with improper parent type by Paolo Bonzini · 4 years, 4 months ago
  22. ad0c674 net/can: Add can_dlc2len and can_len2dlc for CAN FD. by Jan Charvat · 4 years, 4 months ago
  23. d44948c net/can: Initial host SocketCan support for CAN FD. by Jan Charvat · 4 years, 4 months ago
  24. 63c4db4 net: relocate paths to helpers and scripts by Paolo Bonzini · 4 years, 5 months ago
  25. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
  26. a489d19 Use OBJECT_DECLARE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
  27. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 5 months ago
  28. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 5 months ago
  29. 5c8b0f2 can_emu: Delete macros for non-existing typedef by Eduardo Habkost · 4 years, 5 months ago
  30. e219d30 hw/net: Added plen fix for IPv6 by Andrew · 4 years, 6 months ago
  31. 1e0a84e vhost-vdpa: introduce vhost-vdpa net client by Cindy Lu · 4 years, 7 months ago
  32. 38140cc vhost_net: introduce set_config & get_config by Cindy Lu · 4 years, 7 months ago
  33. 0165daa net: introduce qemu_get_peer by Cindy Lu · 4 years, 7 months ago
  34. 767cc9a hw/net/can: Make CanBusClientInfo::can_receive() return a boolean by Philippe Mathieu-Daudé · 4 years, 11 months ago
  35. b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 4 years, 11 months ago
  36. 08712fc net: Track netdevs in NetClientState rather than QemuOpt by Eric Blake · 4 years, 10 months ago
  37. db2a380 net: Complete qapi-fication of netdev_add by Eric Blake · 4 years, 10 months ago
  38. 1973136 net/filter.c: Add Options to insert filters anywhere in the filter list by Lukas Straub · 5 years ago
  39. dc5e9ac Include qemu/queue.h slightly less by Markus Armbruster · 5 years ago
  40. d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
  41. 944458b net/announce: Add optional ID by Dr. David Alan Gilbert · 6 years ago
  42. ef2fdbf net/announce: Allow optional list of interfaces by Dr. David Alan Gilbert · 6 years ago
  43. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  44. 44b416a net: Add a network device specific self-announcement ability by Dr. David Alan Gilbert · 6 years ago
  45. 7659505 migration: Switch to using announce timer by Dr. David Alan Gilbert · 6 years ago
  46. 50510ea net: Introduce announce timer by Dr. David Alan Gilbert · 6 years ago
  47. 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 6 years ago
  48. 2974e91 virtio-net: support RSC v4/v6 tcp traffic for Windows HCK by Yuri Benditovich · 6 years ago
  49. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  50. 25c01bd net: drop too large packet early by Jason Wang · 6 years ago
  51. 5fbba3d filter: Add handle_event method for NetFilterClass by Zhang Chen · 6 years ago
  52. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 6 years ago
  53. af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
  54. 94b5295 virtio_net: flush uncompleted TX on reset by Greg Kurz · 7 years ago
  55. 41dfc0d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
  56. 7fceeb1 Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' into staging by Peter Maydell · 7 years ago
  57. 46d4d36 tap: setting error appropriately when calling net_init_tap_one() by Jay Zhou · 7 years ago
  58. aa09a48 net: Make net_client_init() static by Thomas Huth · 7 years ago
  59. 34f708b net: Move error reporting from net_init_client/netdev to the calling site by Thomas Huth · 7 years ago
  60. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  61. 4f51e1d net: fix misaligned member access by Marc-André Lureau · 7 years ago
  62. d18957d net/can: simple messages transport implementation for QEMU by Pavel Pisa · 7 years ago
  63. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  64. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  65. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  66. 3a22ee2 net: Remove the legacy "-net channel" parameter by Thomas Huth · 7 years ago
  67. f1a7deb net: introduce net_crc32_le() function by Mark Cave-Ayland · 7 years ago
  68. eaba8f3 net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function by Mark Cave-Ayland · 7 years ago
  69. 0dacea9 net: Transmit zero UDP checksum as 0xFFFF by Ed Swierk · 7 years ago
  70. 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago
  71. d6b732e net: Add vnet_hdr_len arguments in NetClientState by Zhang Chen · 8 years ago
  72. 47bb83c slirp: add a fake NC-SI backend by Cédric Le Goater · 8 years ago
  73. 566342c eth: Extend vlan stripping functions by Dmitry Fleytman · 8 years ago
  74. 45a368a vhost-net: Notify the backend about the host MTU by Maxime Coquelin · 8 years ago
  75. d4b84d5 Remove unused function declarations by Ladi Prosek · 9 years ago
  76. 0e55c38 net: Use correct type for bool flag by Eric Blake · 9 years ago
  77. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  78. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  79. 69e87b3 tap: vhost busy polling support by Jason Wang · 9 years ago
  80. bfc6cf3 vhost-net: save & restore vring enable state by Marc-André Lureau · 9 years ago
  81. a463215 vhost-net: save & restore vhost-user acked features by Marc-André Lureau · 9 years ago
  82. eb70002 net_pkt: Extend packet abstraction as required by e1000e functionality by Dmitry Fleytman · 9 years ago
  83. 66409b7 rtl8139: Move more TCP definitions to common header by Dmitry Fleytman · 9 years ago
  84. 6d1d493 net: Add macros for MAC address tracing by Dmitry Fleytman · 9 years ago
  85. 0478d1d net: Introduce Toeplitz hash calculator by Dmitry Fleytman · 9 years ago
  86. 16a3df4 net/net: Add SocketReadState for reuse codes by Zhang Chen · 9 years ago
  87. d30300f net: vl: Move default_net to vl.c by Eduardo Habkost · 9 years ago
  88. 14b6d44 Use scripts/clean-includes to drop redundant qemu/typedefs.h by Markus Armbruster · 9 years ago
  89. 338d3f4 filter: Add 'status' property for filter object by zhanghailiang · 9 years ago
  90. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  91. aa9156f net/filter: Fix the output information for command 'info network' by zhanghailiang · 9 years ago
  92. 25aaadf net: always walk through filters in reverse if traffic is egress by Li Zhijian · 9 years ago
  93. 9c7ffe2 ether/slirp: Avoid redefinition of the same constants by Dr. David Alan Gilbert · 9 years ago
  94. 3e86636 vhost user: add rarp sending after live migration for legacy guest by Thibaut Collet · 9 years ago
  95. b68c7f7 net/queue: export qemu_net_queue_append_iov by Yang Hongyang · 9 years ago
  96. a4960f5 netfilter: print filter info associate with the netdev by Yang Hongyang · 9 years ago
  97. 7ef7bc8 netfilter: add an API to pass the packet to next filter by Yang Hongyang · 9 years ago
  98. 3e033a4 net/queue: introduce NetQueueDeliverFunc by Yang Hongyang · 9 years ago
  99. fefe2a7 net: merge qemu_deliver_packet and qemu_deliver_packet_iov by Yang Hongyang · 9 years ago
  100. e64c770 netfilter: hook packets before net queue send by Yang Hongyang · 9 years ago