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
...
*
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
*
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
2016-07-19
1
-7
/
+11
*
qapi: Add new visit_complete() function
Eric Blake
2016-07-06
1
-6
/
+5
*
string-output-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-1
/
+1
*
opts-visitor: Favor new visit_free() function
Eric Blake
2016-07-06
1
-3
/
+2
*
net: fix qemu_announce_self not emitting packets
Peter Lieven
2016-06-28
1
-1
/
+1
*
net/net: Add SocketReadState for reuse codes
Zhang Chen
2016-06-01
1
-0
/
+70
*
net: vl: Move default_net to vl.c
Eduardo Habkost
2016-06-01
1
-23
/
+0
*
net: fix OptsVisitor memory leak
Paolo Bonzini
2016-04-06
1
-0
/
+1
*
net: Allocating Large sized arrays to heap
Pooja Dhannawat
2016-04-06
1
-4
/
+9
*
util: Improved qemu_hexmap() to include an ascii dump of the buffer
Isaac Lozano
2016-04-06
1
-29
/
+1
*
Fix ipv6 options according to documentation
Samuel Thibault
2016-03-31
1
-7
/
+7
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+2
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-2
/
+2
*
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
Yann Bordenave
2016-03-15
1
-0
/
+31
*
qapi-dealloc: Reduce use outside of generated code
Eric Blake
2016-03-04
1
-21
/
+10
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-2
/
+2
*
net: Clean up includes
Peter Maydell
2016-02-04
1
-1
/
+1
*
net/filter: Fix the output information for command 'info network'
zhanghailiang
2016-02-04
1
-3
/
+29
*
net: always walk through filters in reverse if traffic is egress
Li Zhijian
2016-02-04
1
-5
/
+15
[prev]
[next]