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
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing linefeed in error message
Stefan Weil
2009-08-24
1
-1
/
+1
*
net: Fix do_set_link() return type
Luiz Capitulino
2009-08-10
1
-4
/
+2
*
rename HOST_BSD to CONFIG_BSD
Juan Quintela
2009-07-27
1
-3
/
+3
*
Remove useless Win32 include files and unused function in net.c.
Filip Navara
2009-07-27
1
-29
/
+0
*
slirp: Fix guestfwd for incoming data
Jan Kiszka
2009-07-27
1
-5
/
+6
*
Add support for fd=name to tap and socket networking
Mark McLoughlin
2009-07-27
1
-7
/
+35
*
qdev: add id= support for pci nics.
Gerd Hoffmann
2009-07-17
1
-1
/
+4
*
slirp: Fix default netmask to 255.255.255.0
Anthony Liguori
2009-07-16
1
-2
/
+2
*
Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is supplied
Mark McLoughlin
2009-07-09
1
-1
/
+1
*
net: set a default value for sndbuf=
Mark McLoughlin
2009-07-09
1
-5
/
+29
*
Use pstrcpy and pstrcat to avoid OpenBSD linker warning
Blue Swirl
2009-07-01
1
-3
/
+4
*
slirp: Basic VLAN client info_str
Jan Kiszka
2009-06-29
1
-1
/
+2
*
slirp: Make hostfwd_add/remove multi-instance-aware
Jan Kiszka
2009-06-29
1
-10
/
+52
*
net: Provide VLAN client lookup helper
Jan Kiszka
2009-06-29
1
-12
/
+32
*
slirp: Enable multi-instance support for the smb service
Jan Kiszka
2009-06-29
1
-20
/
+30
*
slirp: Improve error handling in slirp_smb
Jan Kiszka
2009-06-29
1
-10
/
+12
*
slirp: Use shell to erase smb directory
Jan Kiszka
2009-06-29
1
-26
/
+4
*
slirp: Enable multiple instances
Jan Kiszka
2009-06-29
1
-18
/
+19
*
slirp: Allocate/free stack instance dynamically
Jan Kiszka
2009-06-29
1
-109
/
+103
*
slirp: Use internal state in interface
Jan Kiszka
2009-06-29
1
-41
/
+64
*
slirp: Drop redundant checks from slirp_output
Jan Kiszka
2009-06-29
1
-3
/
+1
*
slirp: Kill slirp_is_inited
Jan Kiszka
2009-06-29
1
-8
/
+1
*
slirp: Drop statistic code
Jan Kiszka
2009-06-29
1
-5
/
+0
*
slirp: Add info usernet for dumping connection states
Jan Kiszka
2009-06-29
1
-0
/
+6
*
slirp: Do not allow to remove non-hostfwd sockets
Jan Kiszka
2009-06-29
1
-4
/
+4
*
slirp: Bind support for host forwarding rules
Jan Kiszka
2009-06-29
1
-14
/
+36
*
slirp: Rework monitor commands for host forwarding
Jan Kiszka
2009-06-29
1
-17
/
+20
*
slirp: Rework external configuration interface
Jan Kiszka
2009-06-29
1
-77
/
+239
*
slirp: Move smb, redir, tftp and bootp parameters and -net channel
Jan Kiszka
2009-06-29
1
-46
/
+129
*
Revert "User networking: Show active connections"
Jan Kiszka
2009-06-29
1
-44
/
+0
*
qemu/net: flag to control the number of vectors a nic has
Michael S. Tsirkin
2009-06-24
1
-1
/
+17
*
net: add packet length to NetPacketSent callback
Mark McLoughlin
2009-06-22
1
-2
/
+2
*
net: add '-net tap,sndbuf=nbytes'
Mark McLoughlin
2009-06-22
1
-4
/
+22
*
net: return TAPState from net_tap_init()
Mark McLoughlin
2009-06-22
1
-11
/
+16
*
net: handle EAGAIN from tapfd write()
Mark McLoughlin
2009-06-22
1
-2
/
+25
*
net: add tap_read_poll() helper
Mark McLoughlin
2009-06-22
1
-7
/
+23
*
net: purge queued packets in tap_cleanup()
Mark McLoughlin
2009-06-22
1
-0
/
+2
*
net: add qemu_purge_queued_packets()
Mark McLoughlin
2009-06-22
1
-0
/
+16
*
Support addr=... in option argument of -net nic
Markus Armbruster
2009-06-22
1
-1
/
+4
*
Add O_BINARY to open call in net_dump_init.
Filip Navara
2009-06-22
1
-1
/
+1
*
Make nic option rom loading less painful.
Glauber Costa
2009-06-22
1
-0
/
+20
*
Win32: Don't remove const attribute in type casts.
Stefan Weil
2009-06-13
1
-1
/
+1
*
Fix mingw32 build warnings
Blue Swirl
2009-06-13
1
-3
/
+5
*
Fix build breakage when using VDE introduced by 4f1c942
Anthony Liguori
2009-06-11
1
-1
/
+1
*
net: make use of async packet sending API in tap client
Mark McLoughlin
2009-06-09
1
-4
/
+20
*
net: add qemu_send_packet_async()
Mark McLoughlin
2009-06-09
1
-21
/
+62
*
net: split out packet queueing and flushing into separate functions
Mark McLoughlin
2009-06-09
1
-57
/
+98
*
net: return status from qemu_deliver_packet()
Mark McLoughlin
2009-06-09
1
-3
/
+17
*
net: add return value to packet receive handler
Mark McLoughlin
2009-06-09
1
-26
/
+28
*
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
2009-06-09
1
-18
/
+18
[next]