COMMITS
/ net/net.c February 23, 2023
A
net: Strip virtio-net header when dumping
Akihiko Odaki committed
November 10, 2022
T
net: Replace "Supported NIC models" with "Available NIC models"
Thomas Huth committed
T
net: Restore printing of the help text with "-nic help"
Thomas Huth committed
T
net: Move the code to collect available NIC models to a separate function
Thomas Huth committed
January 24, 2023
M
net: Move hmp_info_network() to net-hmp-cmds.c
Markus Armbruster committed
November 4, 2022
M
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster committed
October 21, 2022
L
qapi: net: add stream and dgram netdevs
Laurent Vivier committed
L
net: introduce qemu_set_info_str() function
Laurent Vivier committed
L
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier committed
L
net: simplify net_client_parse() error management
Laurent Vivier committed
L
net: remove the @errp argument of net_client_inits()
Laurent Vivier committed
L
net: introduce convert_host_port()
Laurent Vivier committed
October 3, 2022
D
net: improve error message for missing netdev backend
Daniel P. Berrangé committed
March 17, 2022
V
net/vmnet: add vmnet backends to qapi/net
Vladislav Yaroshchuk committed
March 23, 2022
M
Remove qemu-common.h include from most units
Marc-André Lureau committed
M
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau committed
October 20, 2021
J
net: introduce control client
Jason Wang committed
August 13, 2021
P
net: Zero sockaddr_in in parse_host_port()
Peter Maydell committed
June 8, 2021
R
Add the function of colo_compare_cleanup
Rao, Lei committed
April 16, 2021
T
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth committed
April 2, 2021
J
Revert "qapi: net: Add query-netdev command"
Jason Wang committed
J
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang committed
J
Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"
Jason Wang committed
March 3, 2021
A
hmp: Use QAPI NetdevInfo in hmp_info_network
Alexey Kirillov committed
A
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov committed
A
qapi: net: Add query-netdev command
Alexey Kirillov committed
February 24, 2021
J
net: introduce qemu_receive_packet()
Jason Wang committed
March 12, 2021
P
net: validate that ids are well formed
Paolo Bonzini committed
February 28, 2021
B
net: Fix build error when DEBUG_NET is on
Bin Meng committed
March 11, 2021
P
January 11, 2021
P
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé committed
February 15, 2021
T
net: Use id_generate() in the network subsystem, too
Thomas Huth committed
February 26, 2021
C
qtest: delete superfluous inclusions of qtest.h
Chen Qun committed
January 13, 2021
E
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake committed
E
net: Clarify early exit condition
Eric Blake committed
November 25, 2020
M
net: Fix handling of id in netdev_add and netdev_del
Markus Armbruster committed
November 13, 2020
M
qerror: Eliminate QERR_ macros used in just one place
Markus Armbruster committed
November 12, 2020
Y
net: purge queued rx packets on queue deletion
Yuri Benditovich committed
November 11, 2020
P
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini committed
October 16, 2020
C
net: Add vhost-vdpa in show_netdevs()
Cindy Lu committed
August 22, 2020
P
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé committed
P
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé committed
July 14, 2020
M
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster committed
July 7, 2020
M
qom: Put name parameter before value / visitor parameter
Markus Armbruster committed
M
qapi: Use returned bool to check for failure, manual part
Markus Armbruster committed
July 1, 2020
C
vhost-vdpa: introduce vhost-vdpa net client
Cindy Lu committed
C
net: introduce qemu_get_peer
Cindy Lu committed
May 18, 2020
T
net: Drop the NetLegacy structure, always use Netdev instead
Thomas Huth committed
T
net: Drop the legacy "name" parameter from the -net option
Thomas Huth committed
May 11, 2020
J
net: use peer when purging queue in qemu_flush_or_purge_queue_packets()
Jason Wang committed