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
/
hw
/
usb-net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-19
Fix QEMU_WARN_UNUSED_RESULT
Kevin Wolf
1
-1
/
+1
2009-12-18
usb-net: use qdev for -usbdevice
Gerd Hoffmann
1
-31
/
+47
2009-12-12
qdev: Replace device names containing whitespace
Markus Armbruster
1
-2
/
+2
2009-12-12
qdev: Separate USB product description from qdev name
Markus Armbruster
1
-0
/
+1
2009-12-03
net: convert usb-net to NICState
Mark McLoughlin
1
-26
/
+31
2009-12-03
net: remove NICInfo::vc
Mark McLoughlin
1
-7
/
+7
2009-10-27
net: add receive_raw parameter to qemu_new_vlan_client()
Mark McLoughlin
1
-1
/
+1
2009-10-27
net: add a client type code
Mark McLoughlin
1
-1
/
+2
2009-10-15
net: allow NICs to be connected to netdevs
Mark McLoughlin
1
-1
/
+2
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-7
/
+7
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
1
-13
/
+32
2009-07-09
Don't leak VLANClientState on PCI hot remove
Mark McLoughlin
1
-5
/
+5
2009-06-09
net: add return value to packet receive handler
Mark McLoughlin
1
-4
/
+5
2009-06-09
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
1
-4
/
+4
2009-06-09
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
1
-1
/
+1
2009-06-09
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
1
-1
/
+2
2009-04-17
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
1
-3
/
+11
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2009-01-07
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
1
-1
/
+1
2009-01-07
Add qemu_format_nic_info_str() (Mark McLoughlin)
aliguori
1
-4
/
+2
2009-01-07
Add a model string to VLANClientState (Mark McLoughlin)
aliguori
1
-1
/
+1
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
1
-3
/
+2
2008-09-20
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
1
-2
/
+2
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
1
-1
/
+1
2008-09-06
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
1
-5
/
+5
2008-08-21
Fix OpenBSD linker warnings
blueswir1
1
-3
/
+5
2008-07-29
Move audio/sys-queue.h => sys-queue.h
aliguori
1
-1
/
+1
2008-07-17
Remove the NIC from vlan on usb destroy.
balrog
1
-1
/
+2
2008-07-17
Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).
balrog
1
-0
/
+1470