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
2015-10-22
vhost user: add rarp sending after live migration for legacy guest
Thibaut Collet
1
-2
/
+22
2015-10-22
vhost user: add support of live migration
Thibaut Collet
1
-2
/
+10
2015-10-22
net: add trace_vhost_user_event
Marc-André Lureau
1
-2
/
+2
2015-10-21
net: don't set native endianness
Michael S. Tsirkin
1
-0
/
+8
2015-10-12
netfilter: add a netbuffer filter
Yang Hongyang
2
-0
/
+187
2015-10-12
net/queue: export qemu_net_queue_append_iov
Yang Hongyang
1
-6
/
+6
2015-10-12
netfilter: print filter info associate with the netdev
Yang Hongyang
2
-0
/
+31
2015-10-12
netfilter: add an API to pass the packet to next filter
Yang Hongyang
1
-0
/
+58
2015-10-12
net/queue: introduce NetQueueDeliverFunc
Yang Hongyang
2
-4
/
+6
2015-10-12
net: merge qemu_deliver_packet and qemu_deliver_packet_iov
Yang Hongyang
2
-36
/
+21
2015-10-12
netfilter: hook packets before net queue send
Yang Hongyang
2
-0
/
+83
2015-10-12
init/cleanup of netfilter object
Yang Hongyang
3
-0
/
+146
2015-09-25
Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...
Peter Maydell
1
-1
/
+1
2015-09-25
net: remove muldiv64()
Laurent Vivier
1
-1
/
+1
2015-09-24
vhost-user: add multiple queue support
Changchun Ouyang
1
-48
/
+93
2015-09-11
trivial: remove trailing newline from error_report
John Snow
1
-2
/
+2
2015-07-20
net: Flush queued packets when guest resumes
Fam Zheng
1
-7
/
+12
2015-07-20
socket: pass correct size in net_socket_send()
Jason Wang
1
-1
/
+1
2015-07-20
Revert "vhost-user: add multi queue support"
Michael S. Tsirkin
1
-24
/
+13
2015-06-24
net: simplify net_client_init1()
Stefan Hajnoczi
1
-22
/
+16
2015-06-24
net: drop if expression that is always true
Stefan Hajnoczi
1
-17
/
+14
2015-06-24
net: raise an error if -net type is invalid
Stefan Hajnoczi
1
-0
/
+11
2015-06-24
net: replace net_client_init1() netdev whitelist with blacklist
Stefan Hajnoczi
1
-25
/
+3
2015-06-24
net: add missing "netmap" to host_net_devices[]
Stefan Hajnoczi
1
-0
/
+3
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2
-0
/
+2
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
1
-10
/
+6
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-6
/
+6
2015-06-22
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
1
-2
/
+4
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-2
/
+3
2015-06-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
11
-2
/
+122
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
2
-2
/
+0
2015-06-19
tap: fix non-linux build
Michael S. Tsirkin
5
-0
/
+50
2015-06-17
tap: add VNET_LE/VNET_BE operations
Greg Kurz
5
-0
/
+72
2015-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
4
-16
/
+16
2015-06-12
tap: Drop tap_can_send
Fam Zheng
1
-11
/
+2
2015-06-12
net/socket: Drop net_socket_can_send
Fam Zheng
1
-12
/
+19
2015-06-12
netmap: Drop netmap_can_send
Fam Zheng
1
-12
/
+2
2015-06-12
l2tpv3: Drop l2tpv3_can_send
Fam Zheng
1
-10
/
+1
2015-06-09
vhost-user: Improve -netdev/netdev_add/-net/... error reporting
Markus Armbruster
1
-13
/
+12
2015-06-09
QemuOpts: Convert qemu_opt_foreach() to Error
Markus Armbruster
1
-3
/
+4
2015-06-09
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
Markus Armbruster
1
-1
/
+1
2015-06-09
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
2
-6
/
+7
2015-06-08
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
2
-3
/
+4
2015-06-03
slirp: use less predictable directory name in /tmp for smb config (CVE-2015-4...
Michael Tokarev
1
-4
/
+3
2015-06-01
vhost-user: add multi queue support
Ouyang Changchun
1
-13
/
+24
2015-05-27
net/net: Record usage status of mac address
Shannon Zhao
1
-4
/
+55
2015-05-27
tap: Improve -netdev/netdev_add/-net/... tap error reporting
Markus Armbruster
1
-23
/
+22
2015-05-27
tap: Finish conversion of tap_open() to Error
Markus Armbruster
1
-4
/
+0
[next]