index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-15
net: allow NICs to be connected to netdevs
Mark McLoughlin
1
-10
/
+25
2009-10-15
net: add -net nic,netdev= option
Mark McLoughlin
1
-5
/
+36
2009-10-15
net: maintain a list of vlan-less clients
Mark McLoughlin
1
-2
/
+11
2009-10-15
net: handle -netdevice options
Mark McLoughlin
1
-36
/
+92
2009-10-15
net: add QemuOptsList arg to net_client_parse()
Mark McLoughlin
1
-3
/
+4
2009-10-15
net: allow clients not associated with a vlan
Mark McLoughlin
1
-7
/
+23
2009-10-15
net: use qtailq for vlan and client lists
Mark McLoughlin
1
-58
/
+58
2009-10-15
net: remove id field from NICInfo
Mark McLoughlin
1
-4
/
+0
2009-10-15
net: handle id= parameter for -net
Mark McLoughlin
1
-28
/
+20
2009-10-15
net: pass monitor handle to client init functions
Mark McLoughlin
1
-1
/
+1
2009-10-12
slirp: fix !CONFIG_SLIRP compilation
Juan Quintela
1
-1
/
+4
2009-10-06
Final net cleanup after conversion to QemuOpts
Mark McLoughlin
1
-58
/
+58
2009-10-06
Port usb net to QemuOpts
Mark McLoughlin
1
-1
/
+1
2009-10-06
Port host_net_add monitor command to QemuOpts
Mark McLoughlin
1
-2
/
+13
2009-10-06
Clean up legacy code in net_client_init()
Mark McLoughlin
1
-44
/
+14
2009-10-06
Port -net dump to QemuOpts
Mark McLoughlin
1
-12
/
+42
2009-10-06
Port -net vde to QemuOpts
Mark McLoughlin
1
-36
/
+58
2009-10-06
Port -net socket to QemuOpts
Mark McLoughlin
1
-59
/
+109
2009-10-06
Port -net tap to QemuOpts
Mark McLoughlin
1
-90
/
+140
2009-10-06
Port -net user to QemuOpts
Mark McLoughlin
1
-106
/
+161
2009-10-06
Port -net none and -net nic to QemuOpts
Mark McLoughlin
1
-77
/
+160
2009-10-06
Drop config_error(), use qemu_error() instead
Markus Armbruster
1
-72
/
+55
2009-10-06
Don't exit() in config_error()
Markus Armbruster
1
-36
/
+47
2009-10-06
Make net_client_init() consume slirp_configs even on error
Markus Armbruster
1
-5
/
+7
2009-10-06
Use qemu_strdup() for VLANClientState string fields
Mark McLoughlin
1
-7
/
+7
2009-10-06
Move memset() from net_client_uninit() to net_client_init()
Mark McLoughlin
1
-1
/
+2
2009-10-06
Make NICInfo string fields non-const
Mark McLoughlin
1
-4
/
+4
2009-10-06
Use qemu_strdup() for NICInfo string fields
Mark McLoughlin
1
-4
/
+4
2009-10-05
Fix pci_add nic not to exit on bad model
Markus Armbruster
1
-16
/
+25
2009-10-05
Make it obvious that pci_nic_init() can't fail
Markus Armbruster
1
-3
/
+3
2009-10-05
Correctly free nd structure
Glauber Costa
1
-2
/
+7
2009-09-30
net: fix coding style nit
Michael S. Tsirkin
1
-1
/
+1
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-26
/
+25
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-1
/
+1
2009-09-04
Include sys-queue.h early to override system queue definitions on BSD
Blue Swirl
1
-0
/
+2
2009-09-04
monitor: Port handler_3 to use QDict
Luiz Capitulino
1
-4
/
+8
2009-09-04
monitor: Port handler_2 to use QDict
Luiz Capitulino
1
-3
/
+10
2009-09-04
net: Fix send queue ordering
Jan Kiszka
1
-17
/
+12
2009-08-24
Add missing linefeed in error message
Stefan Weil
1
-1
/
+1
2009-08-10
net: Fix do_set_link() return type
Luiz Capitulino
1
-4
/
+2
2009-07-27
rename HOST_BSD to CONFIG_BSD
Juan Quintela
1
-3
/
+3
2009-07-27
Remove useless Win32 include files and unused function in net.c.
Filip Navara
1
-29
/
+0
2009-07-27
slirp: Fix guestfwd for incoming data
Jan Kiszka
1
-5
/
+6
2009-07-27
Add support for fd=name to tap and socket networking
Mark McLoughlin
1
-7
/
+35
2009-07-16
qdev: add id= support for pci nics.
Gerd Hoffmann
1
-1
/
+4
2009-07-16
slirp: Fix default netmask to 255.255.255.0
Anthony Liguori
1
-2
/
+2
2009-07-09
Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is supplied
Mark McLoughlin
1
-1
/
+1
2009-07-09
net: set a default value for sndbuf=
Mark McLoughlin
1
-5
/
+29
2009-07-01
Use pstrcpy and pstrcat to avoid OpenBSD linker warning
Blue Swirl
1
-3
/
+4
2009-06-29
slirp: Basic VLAN client info_str
Jan Kiszka
1
-1
/
+2
[prev]
[next]