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
/
slirp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
1
-1
/
+0
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
1
-3
/
+4
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
1
-7
/
+16
2016-10-24
char: remove init callback
Marc-André Lureau
1
-1
/
+1
2016-08-22
slirp: fix segv when init failed
Marc-André Lureau
1
-1
/
+3
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-3
/
+3
2016-07-19
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
1
-3
/
+3
2016-07-13
slirp: use exit notifier for slirp_smb_cleanup
Paolo Bonzini
1
-0
/
+11
2016-04-01
slirp: Allow disabling IPv4 or IPv6
Samuel Thibault
1
-6
/
+30
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
1
-0
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-1
/
+1
2016-03-15
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
Yann Bordenave
1
-6
/
+75
2016-02-04
net: Clean up includes
Peter Maydell
1
-1
/
+1
2016-02-04
net/slirp: Tell the users when they are using deprecated options
Thomas Huth
1
-0
/
+3
2015-11-02
net: Convert to new qapi union layout
Eric Blake
1
-2
/
+2
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-03
slirp: use less predictable directory name in /tmp for smb config (CVE-2015-4...
Michael Tokarev
1
-4
/
+3
2015-05-27
net: Permit incremental conversion of init functions to Error
Markus Armbruster
1
-1
/
+2
2015-02-18
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Markus Armbruster
1
-1
/
+1
2015-02-18
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
1
-2
/
+2
2014-12-19
net: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2014-11-21
net/slirp: fix memory leak
Gonglei
1
-2
/
+1
2014-11-11
slirp/smbd: modify/set several parameters in generated smbd.conf
Peter Wu
1
-1
/
+8
2014-11-02
net/slirp: specify logbase for smbd
Michael Tokarev
1
-2
/
+2
2014-09-02
slirp: Honour vlan/stack in hostfwd_remove commands
Peter Maydell
1
-2
/
+1
2014-07-18
slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack
Peter Maydell
1
-0
/
+1
2014-04-28
slirp/smb: Move ncalrpc directory to tmp
Michael Buesch
1
-0
/
+2
2014-03-12
slirp smb with modern win guests when samba is also running on host
Michael Tokarev
1
-1
/
+2
2014-03-12
qemu/slirp: Fix SMB security configuration on newer samba versions
Michael Buesch
1
-1
/
+2
2013-06-19
fix -net user checks by reordering checks
Bas van Sisseren
1
-6
/
+6
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-04-04
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
Hans de Goede
1
-0
/
+1
2013-01-17
HMP: add QDict to info callback handler
Wenchao Xia
1
-1
/
+1
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
net: reorganize headers
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not include qemu-char everywhere
Paolo Bonzini
1
-0
/
+1
2012-11-15
slirp: Add domain-search option to slirp's DHCP server
Klaus Stengel
1
-3
/
+32
2012-10-08
net: consolidate NetClientState header files into one
Paolo Bonzini
1
-1
/
+2
2012-08-09
qapi: avoid reserved keywords
Blue Swirl
1
-3
/
+3
2012-08-01
net: determine if packets can be sent before net queue deliver packets
Zhi Yong Wu
1
-7
/
+0
2012-08-01
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
Stefan Hajnoczi
1
-1
/
+1
2012-08-01
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
1
-7
/
+7
2012-08-01
net: Drop vlan argument to qemu_new_net_client()
Stefan Hajnoczi
1
-1
/
+1
2012-08-01
net: Look up 'vlan' net clients using hubs
Stefan Hajnoczi
1
-2
/
+5
2012-08-01
net: Use hubs for the vlan feature
Stefan Hajnoczi
1
-4
/
+4
[next]