index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
slirp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack
Peter Maydell
2014-07-18
1
-0
/
+1
*
slirp/smb: Move ncalrpc directory to tmp
Michael Buesch
2014-04-28
1
-0
/
+2
*
slirp smb with modern win guests when samba is also running on host
Michael Tokarev
2014-03-12
1
-1
/
+2
*
qemu/slirp: Fix SMB security configuration on newer samba versions
Michael Buesch
2014-03-12
1
-1
/
+2
*
fix -net user checks by reordering checks
Bas van Sisseren
2013-06-19
1
-6
/
+6
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
Hans de Goede
2013-04-04
1
-0
/
+1
*
HMP: add QDict to info callback handler
Wenchao Xia
2013-01-17
1
-1
/
+1
*
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: do not include qemu-char everywhere
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
slirp: Add domain-search option to slirp's DHCP server
Klaus Stengel
2012-11-15
1
-3
/
+32
*
net: consolidate NetClientState header files into one
Paolo Bonzini
2012-10-08
1
-1
/
+2
*
qapi: avoid reserved keywords
Blue Swirl
2012-08-09
1
-3
/
+3
*
net: determine if packets can be sent before net queue deliver packets
Zhi Yong Wu
2012-08-01
1
-7
/
+0
*
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
Stefan Hajnoczi
2012-08-01
1
-1
/
+1
*
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
2012-08-01
1
-7
/
+7
*
net: Drop vlan argument to qemu_new_net_client()
Stefan Hajnoczi
2012-08-01
1
-1
/
+1
*
net: Look up 'vlan' net clients using hubs
Stefan Hajnoczi
2012-08-01
1
-2
/
+5
*
net: Use hubs for the vlan feature
Stefan Hajnoczi
2012-08-01
1
-4
/
+4
*
remove unused QemuOpts parameter from net init functions
Laszlo Ersek
2012-07-23
1
-2
/
+2
*
convert net_init_slirp() to NetClientOptions
Laszlo Ersek
2012-07-23
1
-68
/
+25
*
convert net_client_init() to OptsVisitor
Laszlo Ersek
2012-07-23
1
-1
/
+2
*
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
2012-07-23
1
-1
/
+1
*
slirp: Improve error reporting of inaccessible smb directories
Jan Kiszka
2012-07-09
1
-2
/
+2
*
slirp: Ensure smbd and shared directory exist when enable smb
Dunrong Huang
2012-07-09
1
-0
/
+12
*
slirp: add 'cmd:' target for guestfwd
Alexander Graf
2012-07-09
1
-17
/
+27
*
slirp: Enforce host-side user of smb share
Jan Kiszka
2012-07-09
1
-2
/
+12
*
net: purge the monitor object from all init functions
Luiz Capitulino
2012-06-04
1
-4
/
+1
*
Declare state directory in smb.conf
Nikolaus Rath
2012-05-01
1
-0
/
+2
*
slirp: don't use "smb ports = 0" option
Nikolaus Rath
2012-05-01
1
-1
/
+0
*
slirp: Fix typo in net_slirp_hostfwd_remove
Geoffrey Thomas
2011-12-19
1
-1
/
+1
*
slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep()
Markus Armbruster
2011-11-22
1
-5
/
+4
*
Allow overriding the location of Samba's smbd.
Brad
2011-09-03
1
-1
/
+1
*
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-11
/
+11
*
net: Refactor net_client_types
Jan Kiszka
2011-07-23
1
-1
/
+1
*
slirp: Canonicalize restrict syntax
Jan Kiszka
2011-07-23
1
-6
/
+15
*
slirp: fix guestfwd id
Alexander Graf
2011-06-08
1
-1
/
+1
*
Remove unused sysemu.h include directives
Blue Swirl
2011-04-15
1
-1
/
+0
*
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
1
-14
/
+14
*
slirp: check system() success
Juan Quintela
2010-03-09
1
-1
/
+1
*
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
2010-02-19
1
-4
/
+0
*
Fix BSD build
Blue Swirl
2010-01-27
1
-0
/
+3
*
net/slirp.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
2010-01-26
1
-1
/
+8
*
net: convert slirp to NetClientInfo
Mark McLoughlin
2009-12-03
1
-24
/
+37
*
net: move slirp code from net.c to net/slirp.c
Mark McLoughlin
2009-12-03
1
-0
/
+752