index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
slirp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Use C99 flexible array instead of 1-byte trailing array
Peter Maydell
2016-03-29
1
-4
/
+2
|
*
Avoid embedding struct mbuf in other structures
Samuel Thibault
2016-03-23
5
-30
/
+34
|
*
slirp: send icmp6 errors when UDP send failed
Samuel Thibault
2016-03-22
1
-2
/
+1
|
*
slirp: Fix memory leak on small incoming ipv4 packet
Samuel Thibault
2016-03-22
1
-1
/
+1
*
|
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
2
-0
/
+2
|
/
*
slirp/slirp.h: Remove now-empty #ifdefs
Peter Maydell
2016-03-16
1
-24
/
+0
*
slirp: Add IPv6 support to the TFTP code
Thomas Huth
2016-03-15
4
-72
/
+100
*
qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses
Yann Bordenave
2016-03-15
2
-22
/
+14
*
slirp: Adding IPv6 address for DNS relay
Guillaume Subiron
2016-03-15
4
-1
/
+41
*
slirp: Handle IPv6 in TCP functions
Guillaume Subiron
2016-03-15
6
-9
/
+125
*
slirp: Reindent after refactoring
Guillaume Subiron
2016-03-15
3
-92
/
+91
*
slirp: Generalizing and neutralizing various TCP functions before adding IPv6...
Guillaume Subiron
2016-03-15
7
-31
/
+109
*
slirp: Factorizing tcpiphdr structure with an union
Guillaume Subiron
2016-03-15
8
-45
/
+106
*
slirp: Adding IPv6 UDP support
Guillaume Subiron
2016-03-15
6
-9
/
+208
*
slirp: Adding ICMPv6 error sending
Yann Bordenave
2016-03-15
3
-3
/
+84
*
slirp: Fix ICMP error sending
Yann Bordenave
2016-03-15
7
-17
/
+18
*
slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration
Guillaume Subiron
2016-03-15
12
-6
/
+1019
*
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2016-03-10
1
-4
/
+0
*
osdep: add wrappers for socket functions
Daniel P. Berrange
2016-03-10
1
-2
/
+0
*
all: Clean up includes
Peter Maydell
2016-02-23
1
-18
/
+0
*
slirp: Clean up includes
Peter Maydell
2016-02-04
19
-3
/
+19
*
slirp: Adding family argument to tcp_fconnect()
Guillaume Subiron
2016-02-04
3
-4
/
+5
*
slirp: Make udp_attach IPv6 compatible
Guillaume Subiron
2016-02-04
3
-5
/
+6
*
slirp: Add sockaddr_equal, make solookup family-agnostic
Guillaume Subiron
2016-02-04
4
-27
/
+51
*
slirp: Factorizing and cleaning solookup()
Guillaume Subiron
2016-02-04
4
-44
/
+32
*
slirp: Factorizing address translation
Guillaume Subiron
2016-02-04
8
-103
/
+116
*
slirp: Make Socket structure IPv6 compatible
Guillaume Subiron
2016-02-04
7
-16
/
+78
*
slirp: Adding address family switch for produced frames
Guillaume Subiron
2016-02-04
1
-13
/
+48
*
slirp: Generalizing and neutralizing ARP code
Guillaume Subiron
2016-02-04
3
-4
/
+4
*
slirp: goto bad in udp_input if sosendto fails
Guillaume Subiron
2016-02-04
1
-0
/
+1
*
ether/slirp: Avoid redefinition of the same constants
Dr. David Alan Gilbert
2016-01-11
1
-6
/
+1
*
slirp: Fix type casts and format strings in debug code
Stefan Weil
2015-11-12
13
-50
/
+56
*
slirp: Fix non blocking connect for w32
Stefan Weil
2015-09-24
1
-1
/
+7
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
slirp: udp: fix NULL pointer dereference because of uninitialized socket
Petr Matousek
2014-09-23
1
-1
/
+1
*
slirp/misc: Use the GLib memory allocation APIs
zhanghailiang
2014-08-24
3
-24
/
+3
*
Increase maximum number of session of the internal TFTP server.
Bernhard Übelacker
2014-06-24
1
-1
/
+1
*
slirp: Remove unused zero_ethaddr[] variable
Peter Maydell
2014-06-10
1
-2
/
+0
*
slirp/arp: do not special-case bogus IP addresses
Samuel Thibault
2014-06-09
2
-9
/
+6
*
slirp: Remove default_mon usage
Cole Robinson
2014-04-25
3
-17
/
+6
*
Fixed various typos
Deepak Kathayat
2014-03-25
1
-1
/
+1
*
misc: Spelling and grammar fixes in comments
Stefan Weil
2013-10-26
1
-1
/
+1
*
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
2013-10-02
4
-11
/
+6
*
slirp: clean up slirp_update_timeout
Jan Kiszka
2013-09-17
1
-2
/
+2
*
slirp: set mainloop timeout with more precise value
Liu Ping Fan
2013-09-17
2
-6
/
+25
*
slirp: define timeout as macro
Liu Ping Fan
2013-09-17
1
-5
/
+12
*
slirp: make timeout local
Liu Ping Fan
2013-09-17
2
-12
/
+13
*
slirp/arp_table.c: Avoid shifting into sign bit of signed integers
Peter Maydell
2013-09-01
1
-2
/
+2
*
slirp: Port redirection option behave differently on Linux and Windows
Taimoor Mirza
2013-09-01
1
-0
/
+2
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
2
-3
/
+3
[prev]
[next]