index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-14
Change net/socket.c to use socket_*() functions
Marc-André Lureau
1
-56
/
+71
2016-09-13
qtail: clean up direct access to tqe_prev field
Igor Mammedov
1
-1
/
+1
2016-08-30
Revert "Change net/socket.c to use socket_*() functions"
Paolo Bonzini
1
-27
/
+28
2016-08-22
slirp: fix segv when init failed
Marc-André Lureau
1
-1
/
+3
2016-08-18
net/net: properly handle multiple packets in net_fill_rstate()
Zhang Chen
1
-4
/
+4
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-07-29
vhost-user: wait until backend init is completed
Marc-André Lureau
1
-2
/
+16
2016-07-29
vhost-user: add get_vhost_net() assertions
Marc-André Lureau
1
-0
/
+2
2016-07-29
vhost-user: keep vhost_net after a disconnection
Marc-André Lureau
2
-17
/
+20
2016-07-29
vhost-user: disconnect on HUP
Marc-André Lureau
1
-5
/
+1
2016-07-29
vhost-user: minor simplification
Marc-André Lureau
1
-2
/
+1
2016-07-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...
Peter Maydell
13
-133
/
+174
2016-07-19
net: Use correct type for bool flag
Eric Blake
1
-6
/
+6
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
12
-103
/
+140
2016-07-19
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
12
-49
/
+53
2016-07-18
tap: fix memory leak on failure to create a multiqueue tap device
Paolo Bonzini
1
-6
/
+16
2016-07-18
net: fix incorrect argument to iov_to_buf
Paolo Bonzini
1
-2
/
+2
2016-07-18
net: fix incorrect access to pointer
Paolo Bonzini
1
-1
/
+1
2016-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-7
/
+31
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
[next]