index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
net.c
Age
Commit message (
Expand
)
Author
2020-12-10
qerror: Eliminate QERR_ macros used in just one place
Markus Armbruster
2020-11-24
net: purge queued rx packets on queue deletion
Yuri Benditovich
2020-11-24
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini
2020-11-03
net: Add vhost-vdpa in show_netdevs()
Cindy Lu
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
2020-07-07
vhost-vdpa: introduce vhost-vdpa net client
Cindy Lu
2020-07-03
net: introduce qemu_get_peer
Cindy Lu
2020-06-18
net: Drop the NetLegacy structure, always use Netdev instead
Thomas Huth
2020-06-18
net: Drop the legacy "name" parameter from the -net option
Thomas Huth
2020-06-18
net: use peer when purging queue in qemu_flush_or_purge_queue_packets()
Jason Wang
2020-06-09
net: Do not include a newline in the id of -nic devices
Thomas Huth
2020-03-17
net: Track netdevs in NetClientState rather than QemuOpt
Eric Blake
2020-03-17
net: Complete qapi-fication of netdev_add
Eric Blake
2019-12-18
net/net: Clean up variable shadowing in net_client_init()
Vladimir Sementsov-Ogievskiy
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-07-02
net: remove unused get_str_sep() function
Stefano Garzarella
2019-07-02
net: use g_strsplit() for parsing host address and port
Stefano Garzarella
2019-07-02
net: avoid using variable length array in net_client_init()
Stefano Garzarella
2019-07-02
net: fix assertion failure when ipv6-prefixlen is not a number
Stefano Garzarella
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-05-03
net: Print output of "-net nic, model=help" to stdout instead of stderr
Thomas Huth
2019-02-21
vhost-net-user: add stubs for when no virtio-net device is present
Paolo Bonzini
2019-02-07
slirp: improve send_packet() callback
Marc-André Lureau
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2018-12-04
net: drop too large packet early
Jason Wang
2018-10-19
net: ignore packet size greater than INT_MAX
Jason Wang
2018-10-19
filter: Add handle_event method for NetFilterClass
Zhang Chen
2018-09-25
net: Deprecate the "name" parameter of -net
Thomas Huth
2018-06-15
net: Fix a potential segfault
Lin Ma
2018-05-14
net: Remove the deprecated "vlan" parameter
Thomas Huth
2018-05-14
net: Fix memory leak in net_param_nic()
Thomas Huth
2018-03-26
virtio_net: flush uncompleted TX on reset
Greg Kurz
2018-03-05
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2018-03-05
net: Add a new convenience option "--nic" to configure default/on-board NICs
Thomas Huth
2018-03-05
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
2018-03-05
net: Remove the deprecated way of dumping network packets
Thomas Huth
2018-03-05
net: Make net_client_init() static
Thomas Huth
2018-03-05
net: List available netdevs with "-netdev help"
Thomas Huth
2018-03-05
net: Move error reporting from net_init_client/netdev to the calling site
Thomas Huth
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-29
net: Allow hubports to connect to other netdevs
Thomas Huth
2017-12-22
net: Remove the legacy "-net channel" parameter
Thomas Huth
[next]