summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [scsi] Make LUN a property of the SCSI backend onlyMichael Brown2009-08-102-3/+0Star
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-104-48/+48
* [scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown2009-08-103-6/+15
* [process] Make it safe to call process_add() multiple timesMichael Brown2009-08-105-3/+14
* [infiniband] Handle duplicate Communication Management REPsMichael Brown2009-08-092-0/+58
* [ath5k] Add support for non-802.11n Atheros wireless NICsJoshua Oreman2009-08-0921-0/+17970
* [legal] Add MIT licence declarationJoshua Oreman2009-08-091-0/+10
* [802.11] Fix memory leak on unsuccessful probesJoshua Oreman2009-08-091-2/+1Star
* [802.11] Fix maximum packet lengthJoshua Oreman2009-08-091-5/+13
* [802.11] Set channels early on to avoid tuning to an undefined channelJoshua Oreman2009-08-091-0/+5
* [802.11] Enhance support for driver PHY differencesJoshua Oreman2009-08-093-44/+147
* [geniso] Emit proper error message for incorrect location of ISOLINUX_BINvibi sreenivasan2009-08-091-1/+1
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-0912-992/+747Star
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-098-313/+412
* [infiniband] Add the concept of a management interfaceMichael Brown2009-08-094-1/+549
* [hermon] Allow for multiple calls to ib_modify_qp()Michael Brown2009-08-092-31/+64
* [romprefix] Cope with PnP BIOSes that fail to set %es:%di on entryMichael Brown2009-08-081-7/+20
* [hermon] Add support for multiple ports and detecting non-IB portsMichael Brown2009-08-063-31/+110
* [infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}Michael Brown2009-08-065-30/+30
* [build] Mark __intel_new_proc_init with __libgcc rather than cdeclMichael Brown2009-08-031-1/+1
* [sky2] Add support for Marvell Yukon-II gigabit Ethernet cardsJoshua Oreman2009-08-033-0/+4576
* [pci] Add definitions for Advanced Error Reporting registersJoshua Oreman2009-08-031-0/+27
* [legal] Add the MIT and ISC licenses to licence.plH. Peter Anvin2009-08-031-0/+25
* [pxe] Dual-license pxe_api.h under the MIT licenseH. Peter Anvin2009-08-031-0/+25
* [config] Enable PXE commands by default only on pcbios architectureJoshua Oreman2009-08-032-1/+3
* [pxe] Avoid printf format warning on some compilersMichael Brown2009-08-021-1/+1
* [tcp] Avoid printf format warnings on some compilersMichael Brown2009-08-021-9/+9
* [build] Allow safe concurrent builds of .iso, .liso and .sdsk targetsMichael Brown2009-08-023-8/+5Star
* [build] Make .liso image generation silent unless errors occurMichael Brown2009-08-021-1/+1
* [build] Add syslinux floppy image type .sdskMarty Connor2009-08-023-27/+89
* [rtl818x] Add driver for Realtek 8180/8185 wireless cardsJoshua Oreman2009-08-0110-0/+2607
* [802.11] Add support for 802.11 devices with software MAC layerJoshua Oreman2009-08-017-1/+5144
* [hermon] Add support for RC queue pairsMichael Brown2009-07-183-70/+221
* [hermon] Allow software GMA to receive packets destined for QP1Michael Brown2009-07-182-45/+277
* [hermon] Disable debugging around mapping of firmware tablesMichael Brown2009-07-181-0/+8
* [hermon] Remove an unnecessary check for GID-less transmissionsMichael Brown2009-07-181-8/+1Star
* [infiniband] Add Communication Manager (CM)Michael Brown2009-07-184-0/+524
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-189-93/+148
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-184-14/+12Star
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-184-23/+61
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-184-71/+104
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-184-69/+37Star
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-183-8/+32
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-189-390/+299Star
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-186-10/+27
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-182-24/+12Star
* [infiniband] Improve ib_packet debugging messagesMichael Brown2009-07-181-7/+15
* [ipoib] Attempt the broadcast group join only if the link is upMichael Brown2009-07-181-9/+4Star
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-188-363/+193Star
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-184-72/+72