index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+2
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
net: remove unused get_str_sep() function
Stefano Garzarella
2019-07-02
1
-20
/
+0
*
net: use g_strsplit() for parsing host address and port
Stefano Garzarella
2019-07-02
1
-16
/
+27
*
net: avoid using variable length array in net_client_init()
Stefano Garzarella
2019-07-02
1
-12
/
+19
*
net: fix assertion failure when ipv6-prefixlen is not a number
Stefano Garzarella
2019-07-02
1
-4
/
+5
*
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2019-06-11
1
-0
/
+1
*
net: Print output of "-net nic, model=help" to stdout instead of stderr
Thomas Huth
2019-05-03
1
-3
/
+4
*
vhost-net-user: add stubs for when no virtio-net device is present
Paolo Bonzini
2019-02-21
1
-1
/
+1
*
slirp: improve send_packet() callback
Marc-André Lureau
2019-02-07
1
-2
/
+2
*
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
net: drop too large packet early
Jason Wang
2018-12-04
1
-11
/
+17
*
net: ignore packet size greater than INT_MAX
Jason Wang
2018-10-19
1
-1
/
+6
*
filter: Add handle_event method for NetFilterClass
Zhang Chen
2018-10-19
1
-0
/
+19
*
net: Deprecate the "name" parameter of -net
Thomas Huth
2018-09-25
1
-0
/
+4
*
net: Fix a potential segfault
Lin Ma
2018-06-15
1
-1
/
+3
*
net: Remove the deprecated "vlan" parameter
Thomas Huth
2018-05-14
1
-9
/
+3
*
net: Fix memory leak in net_param_nic()
Thomas Huth
2018-05-14
1
-2
/
+4
*
virtio_net: flush uncompleted TX on reset
Greg Kurz
2018-03-26
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2018-03-05
1
-123
/
+116
|
\
|
*
net: Add a new convenience option "--nic" to configure default/on-board NICs
Thomas Huth
2018-03-05
1
-0
/
+78
|
*
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
2018-03-05
1
-94
/
+0
|
*
net: Remove the deprecated way of dumping network packets
Thomas Huth
2018-03-05
1
-8
/
+1
|
*
net: Make net_client_init() static
Thomas Huth
2018-03-05
1
-1
/
+1
|
*
net: List available netdevs with "-netdev help"
Thomas Huth
2018-03-05
1
-1
/
+36
|
*
net: Move error reporting from net_init_client/netdev to the calling site
Thomas Huth
2018-03-05
1
-24
/
+5
*
|
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-2
/
+2
|
/
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-1
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+2
*
net: Allow hubports to connect to other netdevs
Thomas Huth
2018-01-29
1
-1
/
+1
*
net: Remove the legacy "-net channel" parameter
Thomas Huth
2017-12-22
1
-7
/
+0
*
net: remove unused compute_mcast_idx() function
Mark Cave-Ayland
2017-12-22
1
-5
/
+0
*
net: introduce net_crc32_le() function
Mark Cave-Ayland
2017-12-22
1
-0
/
+22
*
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...
Mark Cave-Ayland
2017-12-22
1
-5
/
+11
*
General warn report fixups
Alistair Francis
2017-09-19
1
-2
/
+3
*
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-09-19
1
-7
/
+7
*
net/net: Convert parse_host_port() to Error
Mao Zhongyi
2017-09-08
1
-5
/
+17
*
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
1
-2
/
+2
*
net/net.c: Add vnet_hdr support in SocketReadState
Zhang Chen
2017-07-17
1
-4
/
+32
*
net: Add vnet_hdr_len arguments in NetClientState
Zhang Chen
2017-07-17
1
-0
/
+1
*
hmp / net: Mark host_net_add/remove as deprecated
Thomas Huth
2017-05-23
1
-0
/
+13
*
net: Flatten simple union NetLegacyOptions
Markus Armbruster
2017-02-22
1
-22
/
+22
*
net: Mark 'vlan' parameter as deprecated
Thomas Huth
2017-02-15
1
-0
/
+6
*
net: fix sending of data with -net socket, listen backend
Daniel P. Berrange
2016-11-15
1
-3
/
+2
*
net: limit allocation in nc_sendv_compat
Peter Lieven
2016-09-27
1
-2
/
+6
*
net: hmp_host_net_remove: Del the -net option of the removed host_net
Shmulik Ladkani
2016-09-27
1
-0
/
+1
*
net/net: properly handle multiple packets in net_fill_rstate()
Zhang Chen
2016-08-18
1
-4
/
+4
*
net: Use correct type for bool flag
Eric Blake
2016-07-19
1
-6
/
+6
*
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-48
/
+85
[next]