index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
net.c
Age
Commit message (
Expand
)
Author
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
2017-12-22
net: remove unused compute_mcast_idx() function
Mark Cave-Ayland
2017-12-22
net: introduce net_crc32_le() function
Mark Cave-Ayland
2017-12-22
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...
Mark Cave-Ayland
2017-09-19
General warn report fixups
Alistair Francis
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-09-08
net/net: Convert parse_host_port() to Error
Mao Zhongyi
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-07-17
net/net.c: Add vnet_hdr support in SocketReadState
Zhang Chen
2017-07-17
net: Add vnet_hdr_len arguments in NetClientState
Zhang Chen
2017-05-23
hmp / net: Mark host_net_add/remove as deprecated
Thomas Huth
2017-02-22
net: Flatten simple union NetLegacyOptions
Markus Armbruster
2017-02-15
net: Mark 'vlan' parameter as deprecated
Thomas Huth
2016-11-15
net: fix sending of data with -net socket, listen backend
Daniel P. Berrange
2016-09-27
net: limit allocation in nc_sendv_compat
Peter Lieven
2016-09-27
net: hmp_host_net_remove: Del the -net option of the removed host_net
Shmulik Ladkani
2016-08-18
net/net: properly handle multiple packets in net_fill_rstate()
Zhang Chen
2016-07-19
net: Use correct type for bool flag
Eric Blake
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
string-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
opts-visitor: Favor new visit_free() function
Eric Blake
2016-06-28
net: fix qemu_announce_self not emitting packets
Peter Lieven
2016-06-01
net/net: Add SocketReadState for reuse codes
Zhang Chen
2016-06-01
net: vl: Move default_net to vl.c
Eduardo Habkost
2016-04-06
net: fix OptsVisitor memory leak
Paolo Bonzini
2016-04-06
net: Allocating Large sized arrays to heap
Pooja Dhannawat
2016-04-06
util: Improved qemu_hexmap() to include an ascii dump of the buffer
Isaac Lozano
2016-03-31
Fix ipv6 options according to documentation
Samuel Thibault
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-15
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
Yann Bordenave
2016-03-04
qapi-dealloc: Reduce use outside of generated code
Eric Blake
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
[next]