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
2024-04-29
net/slirp: Use newer slirp_*_hostxfwd API
Nicholas Ngai
1
-14
/
+48
2023-11-01
migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
Juan Quintela
1
-2
/
+3
2023-03-13
slirp: open-code qemu_socket_(un)select()
Marc-André Lureau
1
-3
/
+7
2023-03-13
slirp: unregister the win32 SOCKET
Marc-André Lureau
1
-1
/
+3
2023-03-13
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
Marc-André Lureau
1
-1
/
+7
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+2
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
1
-3
/
+2
2022-05-12
net: slirp: add support for CFI-friendly timer API
Paolo Bonzini
1
-1
/
+40
2022-05-12
net: slirp: switch to slirp_new
Paolo Bonzini
1
-6
/
+21
2022-05-12
net: slirp: introduce a wrapper struct for QemuTimer
Paolo Bonzini
1
-5
/
+14
2022-02-21
configure, meson: move smbd options to meson_options.txt
Paolo Bonzini
1
-8
/
+8
2021-05-04
slirp: add configure option to disable smbd
Joelle van Dyne
1
-8
/
+8
2021-04-23
net: check the existence of peer before trying to pad
Jason Wang
1
-1
/
+1
2021-04-08
Revert "qapi: net: Add query-netdev command"
Jason Wang
1
-122
/
+0
2021-04-08
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
1
-2
/
+3
2021-04-08
Revert "net: Do not fill legacy info_str for backends"
Jason Wang
1
-0
/
+3
2021-03-22
net: Pad short frames to minimum size before sending from SLiRP/TAP
Bin Meng
1
-0
/
+10
2021-03-15
net: Do not fill legacy info_str for backends
Alexey Kirillov
1
-3
/
+0
2021-03-15
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
1
-3
/
+2
2021-03-15
qapi: net: Add query-netdev command
Alexey Kirillov
1
-0
/
+122
2021-01-29
net/slirp.c: Fix spelling error in error message
Doug Evans
1
-1
/
+1
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
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
[next]