212 Commits (f0dbe427ec7c0dd81fc95c1d0d7174b79b6e6587)

Author SHA1 Message Date
Philippe Mathieu-Daudé 73071f1923 net/net: Clean up global variable shadowing 3 years ago
Ilya Maximets cb039ef3d9 net: add initial support for AF_XDP network backend 3 years ago
Yuri Benditovich f03e0cf63b tap: Add check for USO features 3 years ago
Andrew Melnychenko 2ab0ec3121 tap: Add USO support to tap device. 3 years ago
Akihiko Odaki 481c52320a net: Strip virtio-net header when dumping 4 years ago
Thomas Huth 3b0cca8e4e net: Replace "Supported NIC models" with "Available NIC models" 4 years ago
Thomas Huth 27c819244b net: Restore printing of the help text with "-nic help" 4 years ago
Thomas Huth c6941b3b9b net: Move the code to collect available NIC models to a separate function 4 years ago
Markus Armbruster ae71d13d4e net: Move hmp_info_network() to net-hmp-cmds.c 4 years ago
Markus Armbruster 7480874a69 qapi net: Elide redundant has_FOO in generated C 4 years ago
Laurent Vivier 5166fe0ae4 qapi: net: add stream and dgram netdevs 4 years ago
Laurent Vivier 53b85d9574 net: introduce qemu_set_info_str() function 4 years ago
Laurent Vivier f3eedcddba qapi: net: introduce a way to bypass qemu_opts_parse_noisily() 4 years ago
Laurent Vivier 21fccb2cbb net: simplify net_client_parse() error management 4 years ago
Laurent Vivier d63ef17bfc net: remove the @errp argument of net_client_inits() 4 years ago
Laurent Vivier 30e4226b78 net: introduce convert_host_port() 4 years ago
Daniel P. Berrangé 7d0e12af59 net: improve error message for missing netdev backend 4 years ago
Vladislav Yaroshchuk 81ad2964e9 net/vmnet: add vmnet backends to qapi/net 4 years ago
Marc-André Lureau 0f9668e0c1 Remove qemu-common.h include from most units 4 years ago
Marc-André Lureau e03b56863d Replace config-time define HOST_WORDS_BIGENDIAN 4 years ago
Jason Wang 2f849dbdb2 net: introduce control client 5 years ago
Peter Maydell 5929238462 net: Zero sockaddr_in in parse_host_port() 5 years ago
Rao, Lei 0c7af1a778 Add the function of colo_compare_cleanup 5 years ago
Thomas Huth 4c386f8064 Do not include sysemu/sysemu.h if it's not really necessary 5 years ago
Jason Wang f9bb0c1f98 Revert "qapi: net: Add query-netdev command" 5 years ago
Jason Wang 56e6f594bf Revert "net: Move NetClientState.info_str to dynamic allocations" 5 years ago
Jason Wang 603f2f7c6c Revert "hmp: Use QAPI NetdevInfo in hmp_info_network" 5 years ago
Alexey Kirillov a0724776c5 hmp: Use QAPI NetdevInfo in hmp_info_network 6 years ago
Alexey Kirillov 59b5437eb7 net: Move NetClientState.info_str to dynamic allocations 6 years ago
Alexey Kirillov d32ad10a14 qapi: net: Add query-netdev command 6 years ago
Jason Wang 705df5466c net: introduce qemu_receive_packet() 6 years ago
Paolo Bonzini e73b4317b7 net: validate that ids are well formed 6 years ago
Bin Meng 26d0586fc9 net: Fix build error when DEBUG_NET is on 6 years ago
Philippe Mathieu-Daudé 538f049704 sysemu: Let VMChangeStateHandler take boolean 'running' argument 6 years ago
Thomas Huth 27eb3722e4 net: Use id_generate() in the network subsystem, too 6 years ago
Chen Qun d6eb39b554 qtest: delete superfluous inclusions of qtest.h 6 years ago
Eric Blake 95b3a8c8a8 qapi: More complex uses of QAPI_LIST_APPEND 6 years ago
Eric Blake e9d635ea18 net: Clarify early exit condition 6 years ago
Markus Armbruster 831734cce6 net: Fix handling of id in netdev_add and netdev_del 6 years ago
Markus Armbruster f820af8743 qerror: Eliminate QERR_ macros used in just one place 6 years ago
Yuri Benditovich d2abc563e4 net: purge queued rx packets on queue deletion 6 years ago
Paolo Bonzini ad6f932fe8 net: do not exit on "netdev_add help" monitor command 6 years ago
Cindy Lu 1bc211a166 net: Add vhost-vdpa in show_netdevs() 6 years ago
Philippe Mathieu-Daudé b42581f5bb util/hexdump: Reorder qemu_hexdump() arguments 6 years ago
Philippe Mathieu-Daudé 67263b33af util/hexdump: Convert to take a void pointer argument 6 years ago
Markus Armbruster 7a309cc95b qom: Change object_get_canonical_path_component() not to malloc 6 years ago
Markus Armbruster 5325cc34a2 qom: Put name parameter before value / visitor parameter 6 years ago
Markus Armbruster 14217038bc qapi: Use returned bool to check for failure, manual part 6 years ago
Cindy Lu 1e0a84ea49 vhost-vdpa: introduce vhost-vdpa net client 6 years ago
Cindy Lu 0165daae5c net: introduce qemu_get_peer 6 years ago