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
/
slirp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-09
net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'
Thomas Huth
1
-32
/
+12
2019-10-01
slirp: Allow non-local DNS address when restrict is off
Samuel Thibault
1
-2
/
+2
2019-09-12
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
1
-1
/
+1
2019-05-17
net/slirp: fix the IPv6 prefix length error message
Stefano Garzarella
1
-1
/
+2
2019-03-07
build-sys: link with slirp as an external project
Marc-André Lureau
1
-1
/
+1
2019-03-07
slirp: move sources to src/ subdirectory
Marc-André Lureau
1
-1
/
+1
2019-03-07
slirp: use libslirp migration code
Marc-André Lureau
1
-0
/
+55
2019-03-06
slirp: Mark pieces missing IPv6 support
Samuel Thibault
1
-0
/
+1
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
1
-1
/
+1
2019-02-07
slirp: pass opaque to all callbacks
Marc-André Lureau
1
-9
/
+16
2019-02-07
slirp: use polling callbacks, drop glib requirement
Marc-André Lureau
1
-3
/
+69
2019-02-07
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
1
-0
/
+24
2019-02-07
slirp: improve send_packet() callback
Marc-André Lureau
1
-4
/
+5
2019-02-07
slirp: replace qemu_notify_event() with a callback
Marc-André Lureau
1
-0
/
+1
2019-02-07
slirp: add unregister_poll_fd() callback
Marc-André Lureau
1
-0
/
+6
2019-02-07
slirp: replace qemu_set_nonblock()
Marc-André Lureau
1
-0
/
+6
2019-02-07
slirp: add callbacks for timer
Marc-André Lureau
1
-0
/
+21
2019-02-07
net/slirp: fix leaks on forwarding rule registration error
Marc-André Lureau
1
-0
/
+2
2019-02-07
net/slirp: free forwarding rules on cleanup
Marc-André Lureau
1
-7
/
+18
2019-02-07
net/slirp: simplify checking for cmd: prefix
Marc-André Lureau
1
-1
/
+1
2019-02-07
slirp: generalize guestfwd with a callback based approach
Marc-André Lureau
1
-4
/
+10
2019-01-14
slirp: add clock_get_ns() callback
Marc-André Lureau
1
-0
/
+6
2019-01-14
slirp: drop <Vista compatibility
Marc-André Lureau
1
-22
/
+0
2019-01-14
net: do not depend on slirp internals
Marc-André Lureau
1
-1
/
+1
2019-01-14
slirp: add a callback to log guest errors
Marc-André Lureau
1
-0
/
+7
2019-01-14
slirp: use a callback structure to interface with qemu
Marc-André Lureau
1
-1
/
+5
2019-01-14
slirp: remove Monitor dependency, return a string for info
Marc-André Lureau
1
-3
/
+4
2019-01-14
slirp: use a dedicated field for chardev pointer
Marc-André Lureau
1
-4
/
+4
2019-01-14
slirp: associate slirp_output callback with the Slirp context
Marc-André Lureau
1
-2
/
+3
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2018-10-21
slirp: Implement RFC2132 TFTP server name
Fam Zheng
1
-2
/
+10
2018-10-21
slirp: Add sanity check for str option length
Fam Zheng
1
-0
/
+9
2018-10-03
chardev: mark the calls that allow an implicit mux monitor
Marc-André Lureau
1
-1
/
+5
2018-09-25
net/slirp: Deprecate the [hub_id name] parameter tuple
Thomas Huth
1
-0
/
+2
2018-08-31
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
Thomas Huth
1
-103
/
+29
2018-05-31
net/slirp: Convert atoi to qemu_strtoi to allow error checking
Nia Alarie
1
-1
/
+3
2018-05-31
slirp: Add domainname option to slirp's DHCP server
Benjamin Drung
1
-3
/
+9
2018-05-14
net: Get rid of 'vlan' terminology and use 'hub' instead in the source files
Thomas Huth
1
-4
/
+4
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-01-29
net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'
Thomas Huth
1
-10
/
+23
2017-12-22
net: Remove the legacy "-net channel" parameter
Thomas Huth
1
-34
/
+0
2017-09-24
slirp: Add explanation for hostfwd parsing failure
Dr. David Alan Gilbert
1
-1
/
+12
2017-08-03
slirp: fill error when failing to initialize user network
Hervé Poussineau
1
-40
/
+94
2017-07-14
char: add backend hotswap handler
Anton Nefedov
1
-1
/
+1
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-04-29
slirp/smb: Replace constant strings by glib string
Dr. David Alan Gilbert
1
-13
/
+17
2017-04-29
slirp: allow host port 0 for hostfwd
Vincent Bernat
1
-1
/
+1
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-1
/
+1
2016-11-02
slirp: fix CharDriver breakage
Paolo Bonzini
1
-2
/
+1
[next]