aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/dev-network.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'Dr. David Alan Gilbert1-8/+0
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-1/+2
2022-11-08hw/usb: fix tab indentationAmarjargal Gundjalam1-143/+143
2022-09-27usbnet: Report link-up via interrupt endpoint in CDC-ECM modeMichael Brown1-6/+21
2022-09-27usbnet: Detect short packets as sent by the xHCI controllerMichael Brown1-1/+1
2022-09-27usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER requestMichael Brown1-0/+6
2022-09-27usbnet: Add missing usb_wakeup() call in usbnet_receive()Michael Brown1-0/+3
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-18hw/usb: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-06-01usb: use local path for local headersMichael S. Tsirkin1-1/+1
2018-01-26usb: Remove legacy -usbdevice options (host, serial, disk and net)Thomas Huth1-26/+0
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau1-2/+2
2016-07-19net: Use correct type for bool flagEric Blake1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-06-13hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell1-33/+30
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-23usb: check RNDIS buffer offsets & lengthPrasad J Pandit1-3/+6
2016-02-23usb: check USB configuration descriptor objectPrasad J Pandit1-1/+2
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-07-27usbnet: Drop usbnet_can_receiveFam Zheng1-16/+4
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-1/+1
2015-05-08usb: usb-net QOMifyGonglei1-4/+7
2015-05-08usb: fix usb-net segfaultMichal Kazior1-0/+4
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster1-2/+2
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell1-2/+1
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster1-1/+0
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster1-3/+0
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15usb-net: add bootindex to qom propertyGonglei1-0/+11
2014-09-23usb-net: convert init to realizeGonglei1-5/+4
2014-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell1-2/+2
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-2/+2
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1
2013-11-13usb: drop unused USBNetState.inpkt fieldStefan Hajnoczi1-1/+0
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini1-0/+1
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-1/+1
2013-02-01net: intorduce qemu_del_nic()Jason Wang1-1/+1