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
/
slirp
/
slirp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-13
slirp: Cleanup resources on instance removal
Jan Kiszka
1
-0
/
+3
2012-03-13
slirp: Remove unneeded if_queued
Jan Kiszka
1
-6
/
+1
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-6
/
+6
2011-08-05
slirp: Only start packet expiration for delayed ones
Jan Kiszka
1
-0
/
+3
2011-08-03
Delayed IP packets
Fabien Chouteau
1
-32
/
+40
2011-08-03
Simple ARP table
Fabien Chouteau
1
-47
/
+16
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
1
-1
/
+1
2011-07-23
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
1
-0
/
+37
2011-03-21
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
1
-1
/
+1
2010-09-17
Make ARP replies at least 64 bytes long
Hervé Poussineau
1
-1
/
+2
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-2
/
+3
2010-03-07
slirp: remove dead nested assignment, spotted by clang
Blue Swirl
1
-2
/
+1
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-8
/
+8
2009-09-05
Fix Sparse warnings: add "static"
Blue Swirl
1
-1
/
+1
2009-08-31
Fix compiler warnings
Stefan Weil
1
-2
/
+2
2009-08-27
slirp: Read host DNS config on demand
Ed Swierk
1
-10
/
+36
2009-08-27
slirp: Remove our_addr code
Ed Swierk
1
-17
/
+0
2009-08-01
Add missing "static"
Blue Swirl
1
-1
/
+1
2009-07-27
slirp: Use monotonic clock if available (v2)
Ed Swierk
1
-25
/
+2
2009-07-27
slirp: Fix guestfwd for incoming data
Jan Kiszka
1
-7
/
+7
2009-06-29
slirp: Save/restore bootp client states
Jan Kiszka
1
-1
/
+27
2009-06-29
slirp: Enable multiple instances
Jan Kiszka
1
-9
/
+14
2009-06-29
slirp: Allocate/free stack instance dynamically
Jan Kiszka
1
-13
/
+19
2009-06-29
slirp: Use internal state in interface
Jan Kiszka
1
-24
/
+22
2009-06-29
slirp: Factor out internal state structure
Jan Kiszka
1
-86
/
+96
2009-06-29
slirp: Drop link_up checks from if_output and slirp_socket_can_recv
Jan Kiszka
1
-3
/
+0
2009-06-29
slirp: Clean up timeout handling around slirp_select_fill/poll
Jan Kiszka
1
-36
/
+4
2009-06-29
slirp: Kill slirp_is_inited
Jan Kiszka
1
-7
/
+13
2009-06-29
slirp: Clean up updtime
Jan Kiszka
1
-8
/
+5
2009-06-29
slirp: Make IP packet ID consistent
Jan Kiszka
1
-1
/
+7
2009-06-29
slirp: Factor out one-time initialization
Jan Kiszka
1
-19
/
+41
2009-06-29
slirp: Drop dead code
Jan Kiszka
1
-13
/
+0
2009-06-29
slirp: Do not allow to remove non-hostfwd sockets
Jan Kiszka
1
-9
/
+5
2009-06-29
slirp: Explicitely mark host-forwarding sockets
Jan Kiszka
1
-2
/
+2
2009-06-29
slirp: Prepare for persistent socket state flags
Jan Kiszka
1
-3
/
+6
2009-06-29
slirp: Bind support for host forwarding rules
Jan Kiszka
1
-5
/
+6
2009-06-29
slirp: Fix port comparision in slirp_remove_hostfwd
Jan Kiszka
1
-2
/
+6
2009-06-29
slirp: Rework external configuration interface
Jan Kiszka
1
-28
/
+24
2009-06-29
slirp: Rework internal configuration
Jan Kiszka
1
-59
/
+83
2009-06-29
slirp: Move smb, redir, tftp and bootp parameters and -net channel
Jan Kiszka
1
-1
/
+13
2009-06-29
Revert "User networking: Show active connections"
Jan Kiszka
1
-24
/
+0
2009-06-09
slirp: Reorder initialization
Jan Kiszka
1
-1
/
+1
2009-05-28
User networking: Show active connections
Alexander Graf
1
-0
/
+24
2009-05-27
User Networking: Enable removal of redirections
Alexander Graf
1
-0
/
+23
2009-05-21
Cast pointer arguments of get/setsockopt, send to void * to keep GCC
malc
1
-1
/
+1
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
1
-4
/
+4
2009-01-13
Fix 64 bit issue in slirp
blueswir1
1
-1
/
+1
2009-01-12
Fix some SLIRP warnings
blueswir1
1
-3
/
+4
2009-01-08
Add support for vmchannel socket migration (Gleb Natapov)
aliguori
1
-0
/
+227
[next]