summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [rtl818x] Add driver for Realtek 8180/8185 wireless cardsJoshua Oreman2009-08-011-0/+1
* [802.11] Add support for 802.11 devices with software MAC layerJoshua Oreman2009-08-014-0/+2177
* [infiniband] Add Communication Manager (CM)Michael Brown2009-07-183-0/+195
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-181-51/+63
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-181-5/+3Star
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-181-4/+12
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-181-9/+4Star
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-181-2/+1Star
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-181-1/+8
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-183-33/+7Star
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-182-4/+15
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-184-39/+21Star
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-181-8/+9
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-181-31/+0Star
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-183-0/+22
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-181-1/+1
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-182-0/+18
* [infiniband] Create a general management agentMichael Brown2009-07-184-0/+91
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-182-11/+14
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-183-18/+11Star
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-184-10/+9Star
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-182-3/+5
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-182-0/+39
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-183-43/+4Star
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-182-0/+3
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-182-9/+7Star
* [ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2009-06-281-0/+30
* [pxe] Improve pxe_undi debug messagesMichael Brown2009-06-271-0/+1
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-8/+13
* [netdevice] Adjust maximum link-layer header length for 802.11Joshua Oreman2009-06-231-4/+5
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-231-4/+8
* [nvs] Add init function for Atmel 93C66 EEPROMJoshua Oreman2009-06-231-0/+13
* [tcp] Improve robustness in the presence of duplicated received packetsMichael Brown2009-06-231-0/+10
* [netdevice] Fix incorrect value for MAX_LL_HEADER_LENMichael Brown2009-06-051-3/+11
* [script] Allow for DOS-style line endings in scriptsMichael Brown2009-06-031-0/+2
* [misc] Remove long-obsolete header files dating from Etherboot 5.4Michael Brown2009-06-032-70/+0Star
* [misc] Fix source files erroneously marked as executableMichael Brown2009-06-021-0/+0
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-282-0/+9
* [ethernet] Add MII link status functions from LinuxDaniel Verkamp2009-05-261-0/+59
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-261-4/+36
* [ethernet] Move struct mii_if_info to mii.hDaniel Verkamp2009-05-261-0/+21
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-262-20/+40
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-18156-0/+312
* [legal] Add mechanism for explicit per-file licence declarationsMichael Brown2009-05-181-0/+101
* [legacy] Remove long-obsolete old dhcp.h fileMichael Brown2009-05-182-14/+0Star
* [build] Add {PROVIDE,REQUIRE}_SYMBOL macros and tidy up compiler.hMichael Brown2009-04-271-41/+68
* [smbios] Add asset tag settingTimothy Stack2009-04-151-0/+19
* [efi] Fix compilation on Mac OS X.Michael Brown2009-03-311-0/+1
* [build] Use __SIZE_TYPE__ macro in definition of size_tJoshua Oreman2009-03-311-0/+10
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-301-0/+2