Sign in
qemu
/
qemu
/
475363176c80feedb8feb5e335ba64de68c7b055
/
hw
/
usb
/
dev-network.c
9a77a0f
usb: split packet result into actual_length + status
by Hans de Goede
· 12 years ago
190563f
net: fix usbnet_receive() packet drops
by Stefan Hajnoczi
· 13 years ago
f237ddb
net: clean up usbnet_receive()
by Stefan Hajnoczi
· 13 years ago
b20c6b9
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
by Stefan Hajnoczi
· 13 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 13 years ago
4559a1d
net: net_client_init(): use error_set()
by Luiz Capitulino
· 13 years ago
42dcc54
net: purge the monitor object from all init functions
by Luiz Capitulino
· 13 years ago
9d55d1a
usb: add serial number generator
by Gerd Hoffmann
· 13 years ago
f1ae32a
usb: the big rename
by Gerd Hoffmann
· 13 years ago
[Renamed (99%) from hw/usb-net.c]
3741715
usb: Resolve warnings about unassigned bus on usb device creation
by Jan Kiszka
· 13 years ago
7718564
Merge remote-tracking branch 'kraxel/usb.38' into staging
by Anthony Liguori
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
079d0b7
usb: Set USBEndpoint in usb_packet_setup().
by Gerd Hoffmann
· 13 years ago
7f74a56
usb: kill handle_packet callback
by Gerd Hoffmann
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
ba02430
usb: separate out legacy usb registration from type registration
by Anthony Liguori
· 13 years ago
62aed76
usb: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
f79f2bf
qdev: don't access name through info
by Anthony Liguori
· 13 years ago
30fbb9f
qdev: move qdev->info to class
by Anthony Liguori
· 13 years ago
b870472
usb: add audio device model
by H. Peter Anvin
· 14 years ago
1de14d4
usb: track altsetting in USBDevice
by Gerd Hoffmann
· 14 years ago
98d2370
hw/usb-net.c: Fix precedence bug when checking rndis_state
by Peter Maydell
· 13 years ago
371572d
Revert bugfix e7852674d5 until tested or until after the release.
by Andrzej Zaborowski
· 13 years ago
e785267
hw/usb-net.c: Fix precedence bug when checking rndis_state
by Peter Maydell
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
4f4321c
usb: use iovecs in USBPacket
by Gerd Hoffmann
· 14 years ago
4ab0ba9
usb-net doesn't support migration
by Gerd Hoffmann
· 14 years ago
007fd62
usb: Pass the packet to the device's handle_control callback
by Hans de Goede
· 14 years ago
ed5a83d
usb: move remote wakeup handling to common code
by Gerd Hoffmann
· 14 years ago
a980a06
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
by Gerd Hoffmann
· 14 years ago
41c6abb
usb: move USB_REQ_SET_ADDRESS handling to common code
by Gerd Hoffmann
· 14 years ago
30c7d32
usb network: use new descriptor infrastructure.
by Gerd Hoffmann
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
779206d
Introduce fw_name field to DeviceInfo structure.
by Gleb Natapov
· 14 years ago
d59f8ba
Out off array access in usb-net
by Gleb Natapov
· 14 years ago
3329f07
QemuOpts: make most qemu_*_opts static
by Gerd Hoffmann
· 15 years ago
d4c4e6f
usb: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
f3571b1
usb: class specific interface requests
by Max Reitz
· 15 years ago
8212c64
qemu-option: Move the implied first name into QemuOptsList
by Markus Armbruster
· 15 years ago
d44168f
Fix -usbdevice crash
by Paul Brook
· 15 years ago
beb6f0d
Fix QEMU_WARN_UNUSED_RESULT
by Kevin Wolf
· 15 years ago
42be86c
usb-net: use qdev for -usbdevice
by Gerd Hoffmann
· 15 years ago
556cd09
qdev: Replace device names containing whitespace
by Markus Armbruster
· 15 years ago
0638469
qdev: Separate USB product description from qdev name
by Markus Armbruster
· 15 years ago
e0394b8b5
net: convert usb-net to NICState
by Mark McLoughlin
· 15 years ago
e13b10b
net: remove NICInfo::vc
by Mark McLoughlin
· 15 years ago
70783b9
net: add receive_raw parameter to qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
bb6e636
net: add a client type code
by Mark McLoughlin
· 15 years ago
283c7c6
net: allow NICs to be connected to netdevs
by Mark McLoughlin
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
806b602
qdev/usb: add usb bus support to qdev, convert drivers.
by Gerd Hoffmann
· 16 years ago
ae50b27
Don't leak VLANClientState on PCI hot remove
by Mark McLoughlin
· 16 years ago
4f1c942
net: add return value to packet receive handler
by Mark McLoughlin
· 16 years ago
e3f5ec2
net: pass VLANClientState* as first arg to receive handlers
by Mark McLoughlin
· 16 years ago
cda9046
net: re-name vc->fd_read() to vc->receive()
by Mark McLoughlin
· 16 years ago
463af53
net: add fd_readv() handler to qemu_new_vlan_client() args
by Mark McLoughlin
· 16 years ago
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
7a9f6e4
Add a -net name=foo parameter (Mark McLoughlin)
by aliguori
· 16 years ago
7cb7434b
Add qemu_format_nic_info_str() (Mark McLoughlin)
by aliguori
· 16 years ago
bf38c1a
Add a model string to VLANClientState (Mark McLoughlin)
by aliguori
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
b55266b
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
by blueswir1
· 16 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 16 years ago
eb38c52
Fix most warnings that would be caused by gcc flag -Wundef
by blueswir1
· 16 years ago
363a37d
Fix OpenBSD linker warnings
by blueswir1
· 17 years ago
ccf21c3
Move audio/sys-queue.h => sys-queue.h
by aliguori
· 17 years ago
dcf414d
Remove the NIC from vlan on usb destroy.
by balrog
· 17 years ago
6c9f886
Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).
by balrog
· 17 years ago