summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [xhci] Support USB1 devices attached via transaction translatorsMichael Brown2015-03-231-2/+21
* [usb] Clear transaction translator buffers when applicableMichael Brown2015-03-231-0/+4
* [usb] Add clear_tt() hub method to clear transaction translator bufferMichael Brown2015-03-231-0/+9
* [usb] Reset endpoints without waiting for a new transfer to be enqueuedMichael Brown2015-03-231-3/+6
* [usb] Fix USB timeouts to match specificationMichael Brown2015-03-181-5/+27
* [ehci] Add support for EHCI host controllersMichael Brown2015-03-182-0/+4
* [usb] Add functions for manual device address assignmentMichael Brown2015-03-161-0/+26
* [usb] Add the concept of a USB bus maximum transfer sizeMichael Brown2015-03-161-1/+5
* [tcp] Implement support for TCP Selective Acknowledgements (SACK)Michael Brown2015-03-121-0/+44
* [smsc75xx] Add driver for SMSC/Microchip LAN75xx USB Ethernet NICsMichael Brown2015-03-111-0/+1
* [mii] Add generic mii_check_link() functionMichael Brown2015-03-101-0/+2
* [dm96xx] Add driver for Davicom DM96xx USB Ethernet NICsMichael Brown2015-03-092-1/+4
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-054-4/+4
* [retry] Rewrite unrelicensable portions of retry.cMichael Brown2015-03-051-10/+26
* [linux] Rewrite headers included in all buildsMichael Brown2015-03-056-79/+73Star
* [malloc] Rewrite unrelicensable portions of malloc.cMichael Brown2015-03-031-2/+2
* [menu] Abstract out the generic concept of a jump scrollerMichael Brown2015-03-031-0/+50
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-031-296/+101Star
* [pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown2015-03-022-289/+50Star
* [list] Relicense list.hMichael Brown2015-03-021-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0230-30/+30
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-028-8/+8
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-02176-176/+184
* [dhcp] Extract timing parameters out to config/dhcp.hAlex Williamson2015-02-251-10/+0Star
* [libc] Rewrite strtoul()Michael Brown2015-02-191-0/+14
* [usb] Add generic USB network device frameworkMichael Brown2015-02-172-0/+63
* [usb] Provide generic framework for refilling receive endpointsMichael Brown2015-02-131-0/+40
* [usb] Handle port status changes received after failing to find a driverMichael Brown2015-02-121-1/+7
* [rndis] Add rndis_rx_err()Michael Brown2015-02-111-0/+2
* [usb] Allow usb_stream() to enforce a terminating short packetMichael Brown2015-02-101-3/+5
* [usb] Parse endpoint descriptor bInterval fieldMichael Brown2015-02-101-1/+8
* [usb] Handle CDC union functional descriptorsMichael Brown2015-02-091-0/+17
* [usb] Try multiple USB device configurationsMichael Brown2015-02-091-3/+3
* [uri] Allow tftp_uri() to construct a URI with a custom portMichael Brown2015-02-061-1/+1
* [ncm] Add support for CDC-NCM USB Ethernet devicesMichael Brown2015-02-032-0/+40
* [usb] Add support for xHCI host controllersMichael Brown2015-02-031-0/+1
* [usb] Add basic support for USB hubsMichael Brown2015-02-031-0/+1
* [usb] Add basic support for USB devicesMichael Brown2015-02-033-1/+1154
* [pci] Allow drivers to specify a PCI classMichael Brown2015-02-022-93/+55Star
* [hyperv] Require support for VMBus version 3.0 or newerMichael Brown2014-12-211-2/+12
* [rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG with status 0x40020006Michael Brown2014-12-201-0/+2
* [hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown2014-12-201-7/+2Star
* [rndis] Send RNDIS_HALT_MSGMichael Brown2014-12-191-1/+1
* [rndis] Send RNDIS_INITIALISE_MSGMichael Brown2014-12-191-2/+20
* [hyperv] Add support for NetVSC paravirtual network devicesMichael Brown2014-12-181-0/+1
* [hyperv] Add support for VMBus devicesMichael Brown2014-12-184-0/+635
* [hyperv] Add support for Hyper-V hypervisorMichael Brown2014-12-181-0/+230
* [rndis] Add generic RNDIS device abstractionMichael Brown2014-12-183-6/+354
* [iobuf] Add iob_split() to split an I/O buffer into portionsMichael Brown2014-12-181-0/+1
* [device] Provide a driver-private data field for root devicesMichael Brown2014-12-181-0/+23