index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-05
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
3
-228
/
+135
2018-03-05
tap: setting error appropriately when calling net_init_tap_one()
Jay Zhou
1
-5
/
+17
2018-03-05
net: Add a new convenience option "--nic" to configure default/on-board NICs
Thomas Huth
1
-0
/
+78
2018-03-05
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
1
-94
/
+0
2018-03-05
net: Remove the deprecated way of dumping network packets
Thomas Huth
2
-108
/
+3
2018-03-05
net: Make net_client_init() static
Thomas Huth
1
-1
/
+1
2018-03-05
net: List available netdevs with "-netdev help"
Thomas Huth
1
-1
/
+36
2018-03-05
net: Move error reporting from net_init_client/netdev to the calling site
Thomas Huth
1
-24
/
+5
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
1
-1
/
+1
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
7
-8
/
+5
2018-03-01
vhost-user: fix memory leak
linzhecheng
1
-0
/
+1
2018-02-13
net/can: support for connecting to Linux host SocketCAN interface.
Pavel Pisa
2
-0
/
+287
2018-02-13
net/can: simple messages transport implementation for QEMU
Pavel Pisa
4
-0
/
+253
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2
-1
/
+2
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
3
-0
/
+4
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
3
-3
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
4
-2
/
+3
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
2
-2
/
+0
2018-01-29
net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'
Thomas Huth
1
-10
/
+23
2018-01-29
net: Allow hubports to connect to other netdevs
Thomas Huth
3
-8
/
+24
2018-01-29
colo: compare the packet based on the tcp sequence number
Mao Zhongyi
4
-119
/
+250
2018-01-29
colo: modified the payload compare function
Mao Zhongyi
1
-44
/
+44
2017-12-22
net: Remove the legacy "-net channel" parameter
Thomas Huth
2
-41
/
+0
2017-12-22
net: remove unused compute_mcast_idx() function
Mark Cave-Ayland
1
-5
/
+0
2017-12-22
net: introduce net_crc32_le() function
Mark Cave-Ayland
1
-0
/
+22
2017-12-22
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...
Mark Cave-Ayland
1
-5
/
+11
2017-12-18
misc: remove headers implicitly included
Philippe Mathieu-Daudé
1
-1
/
+0
2017-11-20
colo-compare: fix the dangerous assignment
Mao Zhongyi
1
-1
/
+1
2017-11-13
net/socket: fix coverity issue
Jens Freimann
1
-1
/
+1
2017-11-13
colo: Consolidate the duplicate code chunk into a routine
Mao Zhongyi
2
-8
/
+11
2017-11-13
colo-compare: Fix comments
Mao Zhongyi
1
-3
/
+5
2017-11-13
colo-compare: compare the packet in a specified Connection
Mao Zhongyi
1
-5
/
+8
2017-11-13
colo-compare: Insert packet into the suitable position of packet queue directly
Mao Zhongyi
1
-18
/
+22
2017-11-13
net: fix check for number of parameters to -netdev socket
Jens Freimann
1
-2
/
+2
2017-10-16
filter-mirror: segfault when specifying non existent device
Eduardo Otubo
1
-0
/
+6
2017-09-24
slirp: Add explanation for hostfwd parsing failure
Dr. David Alan Gilbert
1
-1
/
+12
2017-09-22
buildsys: Move vde libs to per object
Fam Zheng
1
-0
/
+2
2017-09-19
General warn report fixups
Alistair Francis
2
-6
/
+5
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
2
-12
/
+11
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
1
-1
/
+2
2017-09-08
colo-compare: Use IOThread to Check old packet regularly and Process pactkets...
Wang Yong
1
-38
/
+45
2017-09-08
net/colo-compare.c: Fix comments and scheme
Zhang Chen
1
-28
/
+31
2017-09-08
net/colo-compare.c: Adjust net queue pop order for performance
Zhang Chen
1
-2
/
+2
2017-09-08
net/colo-compare.c: Optimize unpredictable tcp options comparison
Zhang Chen
1
-12
/
+27
2017-09-08
net/socket: Improve -net socket error reporting
Mao Zhongyi
1
-48
/
+44
2017-09-08
net/net: Convert parse_host_port() to Error
Mao Zhongyi
2
-12
/
+32
2017-09-08
net/socket: Convert several helper functions to Error
Mao Zhongyi
1
-32
/
+50
2017-09-08
net/socket: Don't treat odd socket type as SOCK_STREAM
Mao Zhongyi
1
-3
/
+3
2017-09-08
net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-net
Zhang Chen
1
-2
/
+4
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
1
-1
/
+1
[next]