summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-183-148/+36Star
* [ipoib] Kill off the now-unused IPoIB metadata queue setMichael Brown2009-07-181-144/+39Star
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-186-129/+274
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-183-30/+54
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-183-10/+10
* [ipoib] Clarify new role of IPoIB peer cache as for MAC addresses onlyMichael Brown2009-07-181-39/+21Star
* [ipoib] Expose the real broadcast MACMichael Brown2009-07-181-46/+37Star
* [ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC addressMichael Brown2009-07-181-10/+3Star
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-184-108/+247
* [infiniband] Create a general management agentMichael Brown2009-07-186-7/+534
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-185-20/+23
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-187-113/+124
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-188-18/+22