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
2016-07-13
slirp: use exit notifier for slirp_smb_cleanup
Paolo Bonzini
1
-0
/
+11
2016-07-13
tap: use an exit notifier to call down_script
Marc-André Lureau
1
-7
/
+20
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
1
-1
/
+1
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+3
2016-07-07
tap: vhost busy polling support
Jason Wang
2
-1
/
+7
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-6
/
+5
2016-07-06
string-output-visitor: Favor new visit_free() function
Eric Blake
1
-1
/
+1
2016-07-06
opts-visitor: Favor new visit_free() function
Eric Blake
1
-3
/
+2
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+6
2016-06-29
vhost-user: disable chardev handlers on close
Paolo Bonzini
1
-0
/
+5
2016-06-29
char: change qemu_chr_fe_add_watch to return unsigned
Paolo Bonzini
1
-1
/
+1
2016-06-28
Change net/socket.c to use socket_*() functions
Ashijeet Acharya
1
-28
/
+27
2016-06-28
net: fix qemu_announce_self not emitting packets
Peter Lieven
1
-1
/
+1
2016-06-20
trace: split out trace events for net/ directory
Daniel P. Berrange
1
-0
/
+4
2016-06-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+31
2016-06-17
vhost-net: save & restore vhost-user acked features
Marc-André Lureau
1
-0
/
+10
2016-06-17
vhost-user: disconnect on start failure
Marc-André Lureau
1
-1
/
+2
2016-06-17
vhost-user: add ability to know vhost-user backend disconnection
Tetsuya Mukawa
1
-0
/
+19
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-06-02
net: handle optional VLAN header in checksum computation.
Jean-Christophe Dubois
1
-4
/
+31
2016-06-02
net: improve UDP/TCP checksum computation.
Jean-Christophe Dubois
1
-27
/
+67
2016-06-02
net_pkt: Extend packet abstraction as required by e1000e functionality
Dmitry Fleytman
2
-44
/
+373
2016-06-01
net/net: Add SocketReadState for reuse codes
Zhang Chen
3
-105
/
+108
2016-06-01
net: vl: Move default_net to vl.c
Eduardo Habkost
1
-23
/
+0
2016-05-25
net/tap: Allocating Large sized arrays to heap
Zhou Jie
1
-2
/
+4
2016-04-06
filter-buffer: fix segfault when starting qemu with status=off property
zhanghailiang
1
-1
/
+1
2016-04-06
net: fix OptsVisitor memory leak
Paolo Bonzini
1
-0
/
+1
2016-04-06
net: Allocating Large sized arrays to heap
Pooja Dhannawat
1
-4
/
+9
2016-04-06
util: Improved qemu_hexmap() to include an ascii dump of the buffer
Isaac Lozano
1
-29
/
+1
2016-04-04
net: fix missing include of qapi/error.h in netmap.c
Daniel P. Berrange
1
-0
/
+1
2016-04-01
slirp: Allow disabling IPv4 or IPv6
Samuel Thibault
1
-6
/
+30
2016-03-31
Fix ipv6 options according to documentation
Samuel Thibault
1
-7
/
+7
2016-03-30
net/filter-mirror: implement filter-redirector
Zhang Chen
1
-2
/
+246
2016-03-30
net/filter-mirror: Change filter_mirror_send interface
Zhang Chen
1
-5
/
+5
2016-03-30
net/filter-mirror:Add filter-mirror
Zhang Chen
2
-0
/
+184
2016-03-29
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
1
-3
/
+3
2016-03-29
Rework ipv6 options
Samuel Thibault
1
-3
/
+3
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
7
-2
/
+8
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
10
-0
/
+10
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
11
-13
/
+13
2016-03-15
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
2
-6
/
+106
2016-03-15
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-5
/
+9
2016-03-15
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
Yann Bordenave
2
-6
/
+106
2016-03-11
vhost-user: remove useless is_server field
Marc-André Lureau
1
-2
/
+0
2016-03-11
vhost-user: fix use after free
Marc-André Lureau
1
-1
/
+6
2016-03-11
vhost-user: verify that number of queues is less than MAX_QUEUE_NUM
Ilya Maximets
1
-2
/
+3
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
1
-11
/
+8
2016-03-08
net: check packet payload length
Prasad J Pandit
1
-2
/
+8
2016-03-08
filter-buffer: Add status_changed callback processing
zhanghailiang
1
-6
/
+28
2016-03-08
filter: Add 'status' property for filter object
zhanghailiang
1
-0
/
+41
[prev]
[next]