]> git.proxmox.com Git - qemu.git/history - slirp
net: Improve layout of 'info network'
[qemu.git] / slirp /
2011-07-23 Jan Kiszkaslirp: Forward ICMP echo requests via unprivileged...
2011-07-23 Jan Kiszkaslirp: Put forked exec into separate process group
2011-07-23 Jan Kiszkaslirp: Replace m_freem with m_free
2011-07-23 Jan Kiszkaslirp: Strictly associate DHCP/BOOTP and TFTP with...
2011-07-23 Jan Kiszkaslirp: Fix restricted mode
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-03-29 Paolo Bonziniadd a service to reap zombies, use it in SLIRP
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all rt_clock references to use millisecond resol...
2011-03-05 Vincent Palatinnet: fix trace when debug is activated in slirp
2011-02-25 Stefan Weilslirp: Remove some type casts caused by bad declaration...
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-16 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-14 Anthony LiguoriFix build from previous commit
2011-02-14 Bruce RogersPATCH] slirp: fix buffer overrun
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-23 Blue SwirlDelete useless 'extern' qualifiers for functions
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-13 Sergei Gavrikovslirp: Use strcasecmp() to check tftp mode, tsize
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-10 Aurelien Jarnoslirp: fix unaligned access in bootp code
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-11-21 Stefan Weilslirp: Remove unused code for bad sprintf
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-03 Stefan WeilUse GCC_FMT_ATTR (format checking)
2010-10-03 Andreas Färberslirp: Silence warning on Haiku
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-17 Hervé PoussineauMake ARP replies at least 64 bytes long
2010-09-17 Hervé PoussineauAccept packets with TTL=1
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-04 Jes SorensenChange DPRINTF() to do{}while(0) to avoid compiler...
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-25 Stefan Weilslirp: Remove declarations which are no longer needed
2010-07-25 Stefan Weilslirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-04-25 Blue SwirlRemove dead assignments in various common files, spotte...
2010-04-20 Juha Riihimäkislirp: fix structure initialization in tcp_listen()
2010-04-18 Blue Swirlslirp: fix unused return value, spotted by clang
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustermonitor: Separate "default monitor" and "current monito...
2010-03-07 Blue Swirlslirp: remove dead nested assignment, spotted by clang
2010-03-07 Blue Swirlslirp: remove dead initialization, spotted by clang
2010-03-07 Blue Swirlslirp: remove dead increments, spotted by clang
2010-03-07 Blue Swirlslirp: remove dead assignments, spotted by clang
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Jim Meyeringdon't dereference NULL after failed strdup
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 malcDo not use dprintf
2010-01-13 Milan PlzikQemu's internal TFTP server breaks lock-step-iness...
2010-01-11 Thomas HorstenHandle TFTP ERROR from client
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-25 Kirill A. Shutemovslirp/misc.c: fix warning with _FORTIFY_SOURCE
2009-12-18 Juha Riihimäkifix networking on win32 host
2009-12-03 Kevin WolfDon't leak file descriptors
2009-11-20 Mark McLoughlinslirp: fix use-after-free
2009-09-30 Michael S. Tsirkinslirp: fix unmatched bracket in if 0
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-05 Blue SwirlFix Sparse warnings: add "static"
2009-08-31 Stefan WeilFix compiler warnings
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Ed Swierkslirp: Read host DNS config on demand
2009-08-28 Ed Swierkslirp: Remove our_addr code
2009-08-01 Blue SwirlAdd missing "static"
2009-08-01 Blue SwirlMore NULL pointer fixes
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Ed Swierkslirp: Use monotonic clock if available (v2)
2009-07-27 Ed Swierkslirp: Remove UDP protocol emulation (talk, cuseeme)
2009-07-27 Jan Kiszkaslirp: Fix guestfwd for incoming data
2009-07-01 Blue SwirlFix breakage by obsolete _P() for good
2009-06-29 Jan Kiszkaslirp: tftp: Relax filename format check
2009-06-29 Jan Kiszkaslirp: Save/restore bootp client states
2009-06-29 Jan Kiszkaslirp: Enable multiple instances
2009-06-29 Jan Kiszkaslirp: Allocate/free stack instance dynamically
2009-06-29 Jan Kiszkaslirp: Use internal state in interface
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: Drop link_up checks from if_output and slirp_soc...
2009-06-29 Jan Kiszkaslirp: Clean up timeout handling around slirp_select_fi...
2009-06-29 Jan Kiszkaslirp: Kill slirp_is_inited
2009-06-29 Jan Kiszkaslirp: Clean up updtime
2009-06-29 Jan Kiszkaslirp: Make IP packet ID consistent
2009-06-29 Jan Kiszkaslirp: Factor out one-time initialization
2009-06-29 Jan Kiszkaslirp: tftp: Rework filename handling
2009-06-29 Jan Kiszkaslirp: tftp: Refactor tftp_handle_rrq
2009-06-29 Jan Kiszkaslirp: tftp: Clean up tftp_send_error
2009-06-29 Jan Kiszkaslirp: tftp: Cleanup tftp_prefix check
2009-06-29 Jan Kiszkaslirp: Drop unused icmp_var.h
2009-06-29 Jan Kiszkaslirp: Cleanup and basic reanimation of debug code
2009-06-29 Jan Kiszkaslirp: Drop statistic code
next