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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-14
slirp: Implement TFTP Blocksize option
Hervé Poussineau
1
-9
/
+33
2012-09-13
slirp: Remove unused return value of tftp_send_next_block
Jan Kiszka
1
-9
/
+5
2012-09-13
slirp: Handle more than 65535 blocks in TFTP transfers
Hervé Poussineau
2
-14
/
+11
2012-09-13
slirp: improve TFTP performance
Hervé Poussineau
2
-14
/
+19
2012-09-13
slirp: Fix error reported by static code analysis
Stefan Weil
1
-1
/
+1
2012-09-13
slirp: Remove wrong type casts ins debug statements
Stefan Weil
1
-3
/
+3
2012-08-06
slirp: fix build on mingw32
Anthony Liguori
2
-2
/
+2
2012-08-03
slirp: Handle whole 127.0.0.0/8 network as local addresses.
Anders Waldenborg
3
-2
/
+9
2012-08-01
net: determine if packets can be sent before net queue deliver packets
Zhi Yong Wu
2
-6
/
+0
2012-06-07
build: move slirp/ objects to nested Makefile.objs
Paolo Bonzini
1
-0
/
+3
2012-05-28
slirp: Avoid redefining MAX_TCPOPTLEN
Andreas Färber
1
-0
/
+1
2012-05-28
slirp: Avoid statements without effect on Big Endian host
Andreas Färber
1
-12
/
+8
2012-05-28
slirp: Untangle TCPOLEN_* from TCPOPT_*
Andreas Färber
1
-5
/
+8
2012-04-26
main_loop_wait: block indefinitely
Stefano Stabellini
2
-0
/
+8
2012-04-15
w32: Move defines for socket specific errors to qemu-os-win32.h
Stefan Weil
1
-12
/
+0
2012-03-30
slirp: Signal free input buffer space to io-thread
Jan Kiszka
1
-0
/
+6
2012-03-28
w32/slirp: Undefine error constants before their redefinition
Jan Kiszka
1
-0
/
+6
2012-03-28
slirp: use socket_set_nonblock
Paolo Bonzini
2
-47
/
+3
2012-03-28
slirp: clean up conflicts with system headers
Paolo Bonzini
2
-13
/
+16
2012-03-13
slirp: Fix compiler warning for w64
Stefan Weil
1
-1
/
+1
2012-03-13
slirp: Cleanup resources on instance removal
Jan Kiszka
10
-0
/
+58
2012-03-13
slirp: Remove unneeded if_queued
Jan Kiszka
3
-17
/
+2
2012-03-13
slirp: Fix queue walking in if_start
Jan Kiszka
1
-21
/
+39
2012-03-13
slirp: Prevent recursion of if_start
Jan Kiszka
2
-1
/
+11
2012-03-13
slirp: Keep next_m always valid
Jan Kiszka
1
-8
/
+14
2012-02-27
slirp: Fix assertion failure on rejected DHCP requests
David Gibson
1
-1
/
+2
2012-02-27
slirp: Refactor if_start
Jan Kiszka
1
-42
/
+36
2012-02-27
slirp: Fix requeuing of batchq packets in if_start
Jan Kiszka
1
-16
/
+19
2012-02-27
slirp: Clean up ifs_init
Jan Kiszka
3
-4
/
+5
2012-02-24
slirp/misc: fix gcc __warn_memset_zero_len warnings
Alon Levy
1
-14
/
+7
2012-02-08
slirp: Prevent sending ICMP error replies to source-only addresses
Jan Kiszka
1
-0
/
+5
2012-02-08
slirp: Remove unused variable and unused code
Stefan Weil
1
-41
/
+26
2011-10-21
main-loop: create main-loop.c
Paolo Bonzini
1
-11
/
+0
2011-09-28
slirp: Fix packet expiration
Thomas Huth
1
-2
/
+3
2011-09-28
slirp: Fix use after release on tcp_input
Jan Kiszka
1
-12
/
+10
2011-09-20
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
1
-0
/
+1
2011-09-16
Remove blanks before \n in output strings
Stefan Weil
2
-5
/
+5
2011-09-16
slirp: Fill TCP/IP header template after SYN reception
Jan Kiszka
1
-0
/
+1
2011-09-09
Fix include statements for qemu-common.h
Stefan Weil
1
-1
/
+1
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2
-9
/
+9
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-08-21
Merge branch 'queues/slirp' of git://git.kiszka.org/qemu
Blue Swirl
2
-6
/
+6
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
3
-10
/
+10
2011-08-14
slirp: Fix bit field types in IP header structs
Jan Kiszka
2
-6
/
+6
2011-08-05
slirp: Only start packet expiration for delayed ones
Jan Kiszka
2
-3
/
+3
2011-08-05
slirp: Read current time only once per if_start call
Jan Kiszka
1
-4
/
+1
2011-08-05
slirp: Fix types of IP address parameters
Jan Kiszka
2
-10
/
+10
2011-08-03
Delayed IP packets
Fabien Chouteau
5
-37
/
+69
2011-08-03
Simple ARP table
Fabien Chouteau
4
-58
/
+168
2011-07-27
slirp: Fix unusual "comments" in unused code
Stefan Weil
1
-2
/
+2
[next]