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
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
1
-1
/
+1
2019-02-07
slirp: pass opaque to all callbacks
Marc-André Lureau
1
-9
/
+16
2019-02-07
slirp: use polling callbacks, drop glib requirement
Marc-André Lureau
1
-3
/
+69
2019-02-07
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
1
-0
/
+24
2019-02-07
slirp: improve send_packet() callback
Marc-André Lureau
2
-6
/
+7
2019-02-07
slirp: replace qemu_notify_event() with a callback
Marc-André Lureau
1
-0
/
+1
2019-02-07
slirp: add unregister_poll_fd() callback
Marc-André Lureau
1
-0
/
+6
2019-02-07
slirp: replace qemu_set_nonblock()
Marc-André Lureau
1
-0
/
+6
2019-02-07
slirp: add callbacks for timer
Marc-André Lureau
1
-0
/
+21
2019-02-07
net/slirp: fix leaks on forwarding rule registration error
Marc-André Lureau
1
-0
/
+2
2019-02-07
net/slirp: free forwarding rules on cleanup
Marc-André Lureau
1
-7
/
+18
2019-02-07
net/slirp: simplify checking for cmd: prefix
Marc-André Lureau
1
-1
/
+1
2019-02-07
slirp: generalize guestfwd with a callback based approach
Marc-André Lureau
1
-4
/
+10
2019-01-14
slirp: add clock_get_ns() callback
Marc-André Lureau
1
-0
/
+6
2019-01-14
slirp: drop <Vista compatibility
Marc-André Lureau
1
-22
/
+0
2019-01-14
net: do not depend on slirp internals
Marc-André Lureau
6
-14
/
+71
2019-01-14
slirp: add a callback to log guest errors
Marc-André Lureau
1
-0
/
+7
2019-01-14
slirp: use a callback structure to interface with qemu
Marc-André Lureau
1
-1
/
+5
2019-01-14
slirp: remove Monitor dependency, return a string for info
Marc-André Lureau
1
-3
/
+4
2019-01-14
slirp: use a dedicated field for chardev pointer
Marc-André Lureau
1
-4
/
+4
2019-01-14
slirp: associate slirp_output callback with the Slirp context
Marc-André Lureau
1
-2
/
+3
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2
-2
/
+2
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2
-2
/
+2
2018-12-12
colo: check chardev can switch context
Marc-André Lureau
1
-0
/
+6
2018-12-04
net: hub: suppress warnings of no host network for qtest
Jason Wang
1
-1
/
+2
2018-12-04
net: drop too large packet early
Jason Wang
1
-11
/
+17
2018-11-16
net/filter-rewriter.c: Fix coverity static analysis issue
Zhang Chen
1
-1
/
+2
2018-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
2
-15
/
+14
2018-10-21
slirp: Implement RFC2132 TFTP server name
Fam Zheng
1
-2
/
+10
2018-10-21
slirp: Add sanity check for str option length
Fam Zheng
1
-0
/
+9
2018-10-19
net/socket: Fix invalid socket type error handling
Markus Armbruster
1
-2
/
+2
2018-10-19
l2tpv3: Improve -netdev/netdev_add/-net/... error reporting
Markus Armbruster
1
-13
/
+12
2018-10-19
net: ignore packet size greater than INT_MAX
Jason Wang
1
-1
/
+6
2018-10-19
filter-rewriter: handle checkpoint and failover event
Zhang Chen
4
-6
/
+73
2018-10-19
filter: Add handle_event method for NetFilterClass
Zhang Chen
2
-0
/
+36
2018-10-19
colo-compare: use notifier to notify packets comparing result
Zhang Chen
2
-11
/
+28
2018-10-19
colo-compare: implement the process of checkpoint
Zhang Chen
2
-0
/
+100
2018-10-19
filter-rewriter: Add TCP state machine and fix memory leak in connection_trac...
Zhang Chen
3
-16
/
+104
2018-10-03
chardev: mark the calls that allow an implicit mux monitor
Marc-André Lureau
1
-1
/
+5
2018-09-25
net/slirp: Deprecate the [hub_id name] parameter tuple
Thomas Huth
1
-0
/
+2
2018-09-25
net: Deprecate the "name" parameter of -net
Thomas Huth
1
-0
/
+4
2018-08-31
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
Thomas Huth
1
-103
/
+29
2018-07-20
tap: fix memory leak on success to create a tap device
Yunjian Wang
1
-6
/
+10
2018-06-15
vhost-user: delete net client if necessary
linzhecheng
1
-0
/
+3
2018-06-15
net: Fix a potential segfault
Lin Ma
1
-1
/
+3
2018-06-15
tap: set vhostfd passed from qemu cli to non-blocking
Brijesh Singh
1
-0
/
+2
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2
-2
/
+2
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-11
/
+39
2018-06-01
colo: use local path for local headers
Michael S. Tsirkin
3
-3
/
+3
[next]