index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Port host_net_add monitor command to QemuOpts
Mark McLoughlin
2009-10-06
1
-2
/
+13
*
Clean up legacy code in net_client_init()
Mark McLoughlin
2009-10-06
1
-44
/
+14
*
Port -net dump to QemuOpts
Mark McLoughlin
2009-10-06
1
-12
/
+42
*
Port -net vde to QemuOpts
Mark McLoughlin
2009-10-06
1
-36
/
+58
*
Port -net socket to QemuOpts
Mark McLoughlin
2009-10-06
1
-59
/
+109
*
Port -net tap to QemuOpts
Mark McLoughlin
2009-10-06
1
-90
/
+140
*
Port -net user to QemuOpts
Mark McLoughlin
2009-10-06
1
-106
/
+161
*
Port -net none and -net nic to QemuOpts
Mark McLoughlin
2009-10-06
1
-77
/
+160
*
Drop config_error(), use qemu_error() instead
Markus Armbruster
2009-10-06
1
-72
/
+55
*
Don't exit() in config_error()
Markus Armbruster
2009-10-06
1
-36
/
+47
*
Make net_client_init() consume slirp_configs even on error
Markus Armbruster
2009-10-06
1
-5
/
+7
*
Use qemu_strdup() for VLANClientState string fields
Mark McLoughlin
2009-10-06
1
-7
/
+7
*
Move memset() from net_client_uninit() to net_client_init()
Mark McLoughlin
2009-10-06
1
-1
/
+2
*
Make NICInfo string fields non-const
Mark McLoughlin
2009-10-06
1
-4
/
+4
*
Use qemu_strdup() for NICInfo string fields
Mark McLoughlin
2009-10-06
1
-4
/
+4
*
Fix pci_add nic not to exit on bad model
Markus Armbruster
2009-10-05
1
-16
/
+25
*
Make it obvious that pci_nic_init() can't fail
Markus Armbruster
2009-10-05
1
-3
/
+3
*
Correctly free nd structure
Glauber Costa
2009-10-05
1
-2
/
+7
*
net: fix coding style nit
Michael S. Tsirkin
2009-09-30
1
-1
/
+1
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-26
/
+25
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-1
/
+1
*
Include sys-queue.h early to override system queue definitions on BSD
Blue Swirl
2009-09-04
1
-0
/
+2
*
monitor: Port handler_3 to use QDict
Luiz Capitulino
2009-09-04
1
-4
/
+8
*
monitor: Port handler_2 to use QDict
Luiz Capitulino
2009-09-04
1
-3
/
+10
*
net: Fix send queue ordering
Jan Kiszka
2009-09-04
1
-17
/
+12
*
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-16
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
[prev]
[next]