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
2016-02-04
slirp: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-04
slirp: Make Socket structure IPv6 compatible
Guillaume Subiron
1
-9
/
+42
2016-02-04
slirp: Adding address family switch for produced frames
Guillaume Subiron
1
-13
/
+48
2016-02-04
slirp: Generalizing and neutralizing ARP code
Guillaume Subiron
1
-2
/
+2
2014-06-10
slirp: Remove unused zero_ethaddr[] variable
Peter Maydell
1
-2
/
+0
2014-06-09
slirp/arp: do not special-case bogus IP addresses
Samuel Thibault
1
-0
/
+5
2014-04-25
slirp: Remove default_mon usage
Cole Robinson
1
-4
/
+4
2013-09-17
slirp: clean up slirp_update_timeout
Jan Kiszka
1
-2
/
+2
2013-09-17
slirp: set mainloop timeout with more precise value
Liu Ping Fan
1
-4
/
+24
2013-09-17
slirp: define timeout as macro
Liu Ping Fan
1
-5
/
+12
2013-09-17
slirp: make timeout local
Liu Ping Fan
1
-12
/
+10
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-2
/
+2
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-02-21
slirp: switch to GPollFD
Stefan Hajnoczi
1
-54
/
+79
2013-02-21
slirp: slirp/slirp.c coding style cleanup
Stefan Hajnoczi
1
-297
/
+311
2013-01-30
g_strdup(NULL) returns NULL; simplify
Markus Armbruster
1
-6
/
+2
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-11-15
slirp: Add domain-search option to slirp's DHCP server
Klaus Stengel
1
-1
/
+7
2012-08-06
slirp: fix build on mingw32
Anthony Liguori
1
-1
/
+1
2012-08-03
slirp: Handle whole 127.0.0.0/8 network as local addresses.
Anders Waldenborg
1
-0
/
+3
2012-04-26
main_loop_wait: block indefinitely
Stefano Stabellini
1
-0
/
+7
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
[next]