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-03-12
net: synchronize net_host_device_remove with host_net_remove_completion
Paolo Bonzini
1
-3
/
+3
2015-03-10
vhost: Remove superfluous '\n' around error_report()
Gonglei
1
-2
/
+2
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-13
/
+3
2015-03-03
vhost user:support vhost user nic for non msi guests
Haifeng Gao
1
-13
/
+3
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
1
-1
/
+1
2015-02-26
QemuOpts: Convert qemu_opts_set() to Error, fix its use
Markus Armbruster
1
-2
/
+2
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
3
-10
/
+14
2015-02-18
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Markus Armbruster
2
-2
/
+2
2015-02-18
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
2
-4
/
+4
2015-02-18
net: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
1
-6
/
+3
2015-02-18
monitor: Clean up around monitor_handle_fd_param()
Markus Armbruster
2
-4
/
+11
2015-02-06
net: del hub port when peer is deleted
Jason Wang
1
-0
/
+2
2015-02-06
net: remove the wrong comment in net_init_hubport()
Jason Wang
1
-1
/
+0
2015-02-06
monitor: print hub port name during info network
Jason Wang
1
-1
/
+4
2014-12-19
net: Use g_new() & friends where that makes obvious sense
Markus Armbruster
3
-5
/
+5
2014-12-19
net: Fuse g_malloc(); memset() into g_new0()
Markus Armbruster
1
-2
/
+1
2014-12-19
tap: fix vcpu long time io blocking on tap
Wangkai (Kevin,C)
1
-0
/
+12
2014-11-21
net/socket: fix Uninitialized scalar variable
Gonglei
1
-5
/
+6
2014-11-21
net/slirp: fix memory leak
Gonglei
1
-2
/
+1
2014-11-18
net: The third parameter of getsockname should be initialized
zhanghailiang
1
-1
/
+1
2014-11-17
l2tpv3: fix fd leak
Gonglei
1
-2
/
+2
2014-11-14
l2tpv3: fix possible double free
zhanghailiang
1
-1
/
+0
2014-11-11
slirp/smbd: modify/set several parameters in generated smbd.conf
Peter Wu
1
-1
/
+8
2014-11-02
tap: fix possible fd leak in net_init_tap
Gonglei
1
-0
/
+3
2014-11-02
tap: do not close(fd) in net_init_tap_one
Gonglei
1
-1
/
+0
2014-11-02
tap_int.h: remove repeating NETWORK_SCRIPT defines
Gonglei
1
-3
/
+0
2014-11-02
net/slirp: specify logbase for smbd
Michael Tokarev
1
-2
/
+2
2014-09-04
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2
-1
/
+42
2014-09-04
net: complete all queued packets on VM stop
Michael S. Tsirkin
1
-1
/
+32
2014-09-04
net: invoke callback when purging queue
Michael S. Tsirkin
1
-0
/
+3
2014-09-04
net: Forbid dealing with packets when VM is not running
zhanghailiang
1
-0
/
+7
2014-09-02
slirp: Honour vlan/stack in hostfwd_remove commands
Peter Maydell
1
-2
/
+1
2014-08-01
tap-bsd: implement a FreeBSD only version of tap_open
Roger Pau Monne
1
-1
/
+69
2014-07-18
slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack
Peter Maydell
1
-0
/
+1
2014-07-01
net: add mmsghdr struct check for L2TPV3
Gonglei
2
-3
/
+3
2014-06-27
net: move queue number into NICPeers
Jiri Pirko
1
-2
/
+2
2014-06-27
net: L2TPv3 transport
Anton Ivanov
4
-0
/
+766
2014-06-19
Add the vhost-user netdev backend to the command line
Nikolay Nikolaev
3
-3
/
+114
2014-06-19
Add new vhost-user netdev backend
Nikolay Nikolaev
3
-1
/
+159
2014-06-19
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
1
-0
/
+1
2014-06-19
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
1
-4
/
+13
2014-06-11
net: Export valid host network devices list
Hani Benhabiles
1
-14
/
+20
2014-05-15
monitor: Add set_link arguments completion.
Hani Benhabiles
1
-1
/
+1
2014-04-28
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...
Peter Maydell
1
-0
/
+2
2014-04-28
slirp/smb: Move ncalrpc directory to tmp
Michael Buesch
1
-0
/
+2
2014-04-28
net/net.c: remove unnecessary semicolon
Igor Ryzhov
1
-1
/
+1
2014-04-25
net: Don't use error_is_set() to suppress additional errors
Markus Armbruster
1
-3
/
+3
2014-04-25
net: Make qmp_query_rx_filter() with name argument more obvious
Markus Armbruster
1
-0
/
+4
2014-04-25
net/net.c: Remove unnecessary semicolon
Igor Ryzhov
1
-1
/
+1
2014-04-25
tap: Avoid extra iterations while closing file fd
Pankaj Gupta
1
-10
/
+4
[next]