aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [legal] Include full licence text for all GPL2_OR_LATER filesMichael Brown2015-02-265-10/+60
* [xhci] Abort commands on timeoutMichael Brown2015-02-182-15/+82
* [xhci] Leak memory if controller fails to disable slotMichael Brown2015-02-181-3/+18
* [ncm] Use generic USB network device frameworkMichael Brown2015-02-172-235/+58
* [ecm] Use generic USB network device frameworkMichael Brown2015-02-172-211/+35
* [usb] Add generic USB network device frameworkMichael Brown2015-02-171-0/+280
* [ncm] Use generic refill framework for bulk IN and interrupt endpointsMichael Brown2015-02-152-252/+92
* [ecm] Use generic refill framework for bulk IN and interrupt endpointsMichael Brown2015-02-132-133/+40
* [usb] Use generic refill framework for USB hub interrupt endpointsMichael Brown2015-02-132-51/+7
* [usb] Provide generic framework for refilling receive endpointsMichael Brown2015-02-131-0/+128
* [usb] Handle port status changes received after failing to find a driverMichael Brown2015-02-121-5/+13
* [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-104-11/+23
* [usb] Parse endpoint descriptor bInterval fieldMichael Brown2015-02-103-4/+38
* [usb] Handle CDC union functional descriptorsMichael Brown2015-02-092-3/+83
* [usb] Try multiple USB device configurationsMichael Brown2015-02-091-69/+134
* [ncm] Reserve headroom in received packetsMichael Brown2015-02-061-1/+11
* [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-034-0/+1158
* [usb] Add support for xHCI host controllersMichael Brown2015-02-032-0/+4075
* [usb] Add basic support for USB hubsMichael Brown2015-02-033-0/+803
* [usb] Add basic support for USB devicesMichael Brown2015-02-031-0/+1648
* [pci] Allow drivers to specify a PCI classMichael Brown2015-02-021-3/+6
* [hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown2014-12-201-6/+14
* [hyperv] Increase TX ring sizeMichael Brown2014-12-201-1/+1
* [hyperv] Receive all VMBus messages in a pollMichael Brown2014-12-201-1/+3
* [hyperv] Tear down NetVSC RX buffer GPADL after closing VMBus deviceMichael Brown2014-12-201-24/+20
* [hyperv] Add support for NetVSC paravirtual network devicesMichael Brown2014-12-182-0/+1203
* [vmxnet3] Add profiling code to exclude time spent in the hypervisorMichael Brown2014-12-121-1/+33
* [intel] Use autoloaded MAC address instead of EEPROM MAC addressMichael Brown2014-10-311-4/+4
* [efi] Include NII driver within "snp" and "snponly" build targetsMichael Brown2014-10-174-106/+195
* [efi] Check for presence of UNDI in NII protocolMichael Brown2014-10-171-0/+6
* [efi] Add NII / UNDI driverMichael Brown2014-10-161-0/+1134
* [efi] Generalise snpnet_dev_info() to efi_device_info()Michael Brown2014-10-161-60/+1
* [efi] Free transmit ring entry before calling netdev_tx_complete()Michael Brown2014-10-161-1/+3
* [intel] Add 8086:1557 card (Intel 82599 10G ethernet mezz)Anton D. Kachalov2014-10-031-0/+1
* [intel] Add I217-LM PCI IDJan Kiszka2014-09-161-1/+2
* [efi] Allow for non-PCI snpnet devicesMichael Brown2014-09-041-7/+8
* [efi] Use the SNP protocol instance to match the SNP chainloading deviceMichael Brown2014-09-041-8/+89
* [intel] Apply PBS/PBA errata workaround only to ICH8 PCI device IDsMichael Brown2014-08-212-13/+22
* [intel] Display before and after values for both PBS and PBAMichael Brown2014-08-201-2/+7
* [intel] Display PBS value when applying ICH errata workaroundMichael Brown2014-08-201-2/+2
* [smc9000] Avoid using CONFIG as a preprocessor macroMichael Brown2014-08-192-6/+6
* [xen] Cope with unexpected initial backend statesMichael Brown2014-08-141-10/+64
* [xen] Use version 1 grant tables by defaultMichael Brown2014-08-131-28/+62
* [efi] Generalise snpnet_pci_info() to efi_locate_device()Michael Brown2014-08-061-34/+9
* [efi] Try various possible SNP receive filtersCurtis Larsen2014-08-051-11/+37
* [efi] Open device path protocol only at point of useMichael Brown2014-08-051-4/+27