summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [efi] Disallow R_X86_64_32 relocationsMichael Brown2015-02-121-2/+1Star
* [build] Sort objects in blib.aOlaf Hering2015-02-121-1/+1
* [usb] Handle port status changes received after failing to find a driverMichael Brown2015-02-122-6/+20
* [rndis] Add rndis_rx_err()Michael Brown2015-02-112-0/+17
* [build] Allow product tag line to be customised via config/branding.hMichael Brown2015-02-112-1/+10
* [build] Allow setting help text URI to be customised via config/branding.hMichael Brown2015-02-113-3/+46
* [build] Allow command help text URI to be customised via config/branding.hMichael Brown2015-02-112-1/+46
* [build] Allow error message URI to be customised via config/branding.hMichael Brown2015-02-112-2/+48
* [build] Allow product URI to be customised via config/branding.hMichael Brown2015-02-113-3/+5
* [build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown2015-02-114-6/+11
* [build] Move branding information to config/branding.hMichael Brown2015-02-115-18/+36
* [xhci] Delay after (possibly) forcing port link state to RxDetectMichael Brown2015-02-112-0/+8
* [ecm] Add support for CDC-ECM USB Ethernet devicesMichael Brown2015-02-102-1/+750
* [usb] Allow usb_stream() to enforce a terminating short packetMichael Brown2015-02-105-14/+28
* [usb] Parse endpoint descriptor bInterval fieldMichael Brown2015-02-104-5/+46
* [usb] Handle CDC union functional descriptorsMichael Brown2015-02-093-3/+100
* [usb] Try multiple USB device configurationsMichael Brown2015-02-092-72/+137
* [ncm] Reserve headroom in received packetsMichael Brown2015-02-061-1/+11
* [pxe] Maintain a queue for received PXE UDP packetsMichael Brown2015-02-061-38/+85
* [pxe] Use tftp_uri() to construct PXE TFTP URIsMichael Brown2015-02-061-12/+15
* [uri] Allow tftp_uri() to construct a URI with a custom portMichael Brown2015-02-064-7/+30
* [tftp] Explicitly abort connection whenever parent interface is closedMichael Brown2015-02-062-48/+23Star
* [ncm] Use large multi-packet buffers by defaultMichael Brown2015-02-062-165/+301
* [usb] Report xHCI host controller eventsMichael Brown2015-02-052-0/+41
* [ncm] Add support for CDC-NCM USB Ethernet devicesMichael Brown2015-02-036-0/+1198
* [usb] Add support for xHCI host controllersMichael Brown2015-02-035-0/+4081
* [usb] Add basic support for USB hubsMichael Brown2015-02-035-0/+805
* [usb] Add basic support for USB devicesMichael Brown2015-02-035-1/+2822
* [romprefix] Ensure UNDI loader can be included by all ROM typesMichael Brown2015-02-023-0/+30
* [pci] Allow drivers to specify a PCI classMichael Brown2015-02-024-101/+63Star
* [build] Include Hyper-V driver in the all-drivers buildMichael Brown2014-12-211-0/+4
* [hyperv] Require support for VMBus version 3.0 or newerMichael Brown2014-12-212-17/+83
* [hyperv] Tidy up debug outputMichael Brown2014-12-201-2/+2
* [rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG with status 0x40020006Michael Brown2014-12-202-0/+6
* [hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown2014-12-204-94/+72Star
* [hyperv] Increase TX ring sizeMichael Brown2014-12-201-1/+1
* [hyperv] Receive all VMBus messages in a pollMichael Brown2014-12-201-1/+3
* [rndis] Clear receive filter when closing the deviceMichael Brown2014-12-201-11/+30
* [hyperv] Tear down NetVSC RX buffer GPADL after closing VMBus deviceMichael Brown2014-12-201-24/+20Star
* [rndis] Send RNDIS_HALT_MSGMichael Brown2014-12-192-1/+59
* [rndis] Send RNDIS_INITIALISE_MSGMichael Brown2014-12-192-24/+181
* [hyperv] Add support for NetVSC paravirtual network devicesMichael Brown2014-12-184-0/+1207
* [hyperv] Add support for VMBus devicesMichael Brown2014-12-187-0/+1905
* [hyperv] Add support for Hyper-V hypervisorMichael Brown2014-12-1810-3/+977
* [rndis] Add generic RNDIS device abstractionMichael Brown2014-12-184-6/+1204
* [iobuf] Add iob_split() to split an I/O buffer into portionsMichael Brown2014-12-182-0/+31
* [device] Provide a driver-private data field for root devicesMichael Brown2014-12-181-0/+23
* [malloc] Report caller address as soon as memory corruption is detectedMichael Brown2014-12-151-1/+21
* [malloc] Check integrity of free listMichael Brown2014-12-151-1/+59
* [malloc] Sanity check parameters to alloc_memblock() and free_memblock()Michael Brown2014-12-151-0/+6