Sign in
qemu
/
qemu
/
7fe6bb7a34599714afa8d4e5fac612ec1fdbdb5c
/
net
/
slirp.c
120b721
slirp: Allow non-local DNS address when restrict is off
by Samuel Thibault
· 5 years ago
ce62df5
migration: register_savevm_live doesn't need dev
by Dr. David Alan Gilbert
· 6 years ago
178a0a5
net/slirp: fix the IPv6 prefix length error message
by Stefano Garzarella
· 6 years ago
675b9b5
build-sys: link with slirp as an external project
by Marc-André Lureau
· 6 years ago
c2d6365
slirp: move sources to src/ subdirectory
by Marc-André Lureau
· 6 years ago
d890344
slirp: use libslirp migration code
by Marc-André Lureau
· 6 years ago
ffe02f5
slirp: Mark pieces missing IPv6 support
by Samuel Thibault
· 9 years ago
4ad6f6c
char: allow specifying a GMainContext at opening time
by Paolo Bonzini
· 6 years ago
3e0fad3
slirp: pass opaque to all callbacks
by Marc-André Lureau
· 6 years ago
deaeb3f
slirp: use polling callbacks, drop glib requirement
by Marc-André Lureau
· 6 years ago
1ab67b9
slirp: replace global polling with per-instance & notifier
by Marc-André Lureau
· 6 years ago
625a526
slirp: improve send_packet() callback
by Marc-André Lureau
· 6 years ago
c21d959
slirp: replace qemu_notify_event() with a callback
by Marc-André Lureau
· 6 years ago
f6e5aa3
slirp: add unregister_poll_fd() callback
by Marc-André Lureau
· 6 years ago
848c709
slirp: replace qemu_set_nonblock()
by Marc-André Lureau
· 6 years ago
07abf6d
slirp: add callbacks for timer
by Marc-André Lureau
· 6 years ago
8e207c3
net/slirp: fix leaks on forwarding rule registration error
by Marc-André Lureau
· 6 years ago
8d45a3b
net/slirp: free forwarding rules on cleanup
by Marc-André Lureau
· 6 years ago
3624730
net/slirp: simplify checking for cmd: prefix
by Marc-André Lureau
· 6 years ago
44b4ff2
slirp: generalize guestfwd with a callback based approach
by Marc-André Lureau
· 6 years ago
e6dbff3
slirp: add clock_get_ns() callback
by Marc-André Lureau
· 6 years ago
df2ad33
slirp: drop <Vista compatibility
by Marc-André Lureau
· 6 years ago
e05ae1d
net: do not depend on slirp internals
by Marc-André Lureau
· 6 years ago
2addc8f
slirp: add a callback to log guest errors
by Marc-André Lureau
· 6 years ago
d846b92
slirp: use a callback structure to interface with qemu
by Marc-André Lureau
· 6 years ago
b7f43bf
slirp: remove Monitor dependency, return a string for info
by Marc-André Lureau
· 6 years ago
3ed9f82
slirp: use a dedicated field for chardev pointer
by Marc-André Lureau
· 6 years ago
62c1d2c
slirp: associate slirp_output callback with the Slirp context
by Marc-André Lureau
· 6 years ago
b58deb3
qemu/queue.h: leave head structs anonymous unless necessary
by Paolo Bonzini
· 6 years ago
0fca92b
slirp: Implement RFC2132 TFTP server name
by Fam Zheng
· 6 years ago
6e157a0
slirp: Add sanity check for str option length
by Fam Zheng
· 6 years ago
95e30b2
chardev: mark the calls that allow an implicit mux monitor
by Marc-André Lureau
· 7 years ago
68cb29e
net/slirp: Deprecate the [hub_id name] parameter tuple
by Thomas Huth
· 6 years ago
d18572d
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
by Thomas Huth
· 7 years ago
1fb3f7f
net/slirp: Convert atoi to qemu_strtoi to allow error checking
by Nia Alarie
· 7 years ago
f18d137
slirp: Add domainname option to slirp's DHCP server
by Benjamin Drung
· 7 years ago
442da40
net: Get rid of 'vlan' terminology and use 'hub' instead in the source files
by Thomas Huth
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
9365306
net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'
by Thomas Huth
· 7 years ago
3a22ee2
net: Remove the legacy "-net channel" parameter
by Thomas Huth
· 7 years ago
0e7e4fb
slirp: Add explanation for hostfwd parsing failure
by Dr. David Alan Gilbert
· 8 years ago
5c843af
slirp: fill error when failing to initialize user network
by Hervé Poussineau
· 8 years ago
81517ba
char: add backend hotswap handler
by Anton Nefedov
· 8 years ago
4d43a60
char: move CharBackend handling in char-fe unit
by Marc-André Lureau
· 8 years ago
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
f95cc8b
slirp/smb: Replace constant strings by glib string
by Dr. David Alan Gilbert
· 8 years ago
0bed71e
slirp: allow host port 0 for hostfwd
by Vincent Bernat
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
d14fabd
slirp: fix CharDriver breakage
by Paolo Bonzini
· 8 years ago
39ab61c
char: remove explicit_fe_open, use a set_handlers argument
by Marc-André Lureau
· 8 years ago
c39860e
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
by Marc-André Lureau
· 8 years ago
5345fdb
char: use qemu_chr_fe* functions with CharBackend argument
by Marc-André Lureau
· 8 years ago
32a6ebe
char: remaining switch to CharBackend in frontend
by Marc-André Lureau
· 8 years ago
b4948be
char: remove init callback
by Marc-André Lureau
· 8 years ago
67f3280
slirp: fix segv when init failed
by Marc-André Lureau
· 9 years ago
f394b2e
qapi: Change Netdev into a flat union
by Eric Blake
· 9 years ago
cebea51
net: use Netdev instead of NetClientOptions in client init
by Kővágó, Zoltán
· 9 years ago
f6c2e66
slirp: use exit notifier for slirp_smb_cleanup
by Paolo Bonzini
· 9 years ago
0b11c03
slirp: Allow disabling IPv4 or IPv6
by Samuel Thibault
· 9 years ago
5b8e6b4
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging
by Peter Maydell
· 9 years ago
d8eb386
Rework ipv6 options
by Samuel Thibault
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
7aac531
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
by Yann Bordenave
· 9 years ago
2744d92
net: Clean up includes
by Peter Maydell
· 9 years ago
f853ac6
net/slirp: Tell the users when they are using deprecated options
by Thomas Huth
· 9 years ago
8d0bcba
net: Convert to new qapi union layout
by Eric Blake
· 9 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
8b8f1c7
slirp: use less predictable directory name in /tmp for smb config (CVE-2015-4037)
by Michael Tokarev
· 10 years ago
a30ecde
net: Permit incremental conversion of init functions to Error
by Markus Armbruster
· 10 years ago
1ce6be2
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
by Markus Armbruster
· 10 years ago
3e5a50d
hmp: Name HMP command handler functions hmp_COMMAND()
by Markus Armbruster
· 10 years ago
58889fe
net: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
7a8919d
net/slirp: fix memory leak
by Gonglei
· 10 years ago
7912d04
slirp/smbd: modify/set several parameters in generated smbd.conf
by Peter Wu
· 10 years ago
44d8d2b
net/slirp: specify logbase for smbd
by Michael Tokarev
· 10 years ago
7038166
slirp: Honour vlan/stack in hostfwd_remove commands
by Peter Maydell
· 11 years ago
b739ef0
slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack
by Peter Maydell
· 11 years ago
b87b8a8
slirp/smb: Move ncalrpc directory to tmp
by Michael Buesch
· 11 years ago
5c1e189
slirp smb with modern win guests when samba is also running on host
by Michael Tokarev
· 11 years ago
c2804ee
qemu/slirp: Fix SMB security configuration on newer samba versions
by Michael Buesch
· 11 years ago
68756ba
fix -net user checks by reordering checks
by Bas van Sisseren
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
456d606
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
by Hans de Goede
· 12 years ago
84f2d0e
HMP: add QDict to info callback handler
by Wenchao Xia
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
63d2960
slirp: Add domain-search option to slirp's DHCP server
by Klaus Stengel
· 12 years ago
a245fc1
net: consolidate NetClientState header files into one
by Paolo Bonzini
· 12 years ago
427a1a2
qapi: avoid reserved keywords
by Blue Swirl
· 13 years ago
691a4f3
net: determine if packets can be sent before net queue deliver packets
by Zhi Yong Wu
· 13 years ago
b20c6b9
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
by Stefan Hajnoczi
· 13 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
ab5f3f8
net: Drop vlan argument to qemu_new_net_client()
by Stefan Hajnoczi
· 13 years ago
90d87a3
net: Look up 'vlan' net clients using hubs
by Stefan Hajnoczi
· 13 years ago
d33d93b
net: Use hubs for the vlan feature
by Stefan Hajnoczi
· 13 years ago
1a0c095
remove unused QemuOpts parameter from net init functions
by Laszlo Ersek
· 13 years ago
Next »