aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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-0812-992/+747
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-088-313/+412
* [infiniband] Add the concept of a management interfaceMichael Brown2009-08-084-1/+549
* [hermon] Allow for multiple calls to ib_modify_qp()Michael Brown2009-08-082-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-021-0/+25
* [pxe] Dual-license pxe_api.h under the MIT licenseH. Peter Anvin2009-08-021-0/+25
* [config] Enable PXE commands by default only on pcbios architectureJoshua Oreman2009-08-022-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/+5
* [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-173-70/+221
* [hermon] Allow software GMA to receive packets destined for QP1Michael Brown2009-07-172-45/+277
* [hermon] Disable debugging around mapping of firmware tablesMichael Brown2009-07-171-0/+8
* [hermon] Remove an unnecessary check for GID-less transmissionsMichael Brown2009-07-171-8/+1
* [infiniband] Add Communication Manager (CM)Michael Brown2009-07-174-0/+524
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-179-93/+148
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-174-14/+12
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-174-23/+61
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-174-71/+104
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-174-69/+37
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-173-8/+32
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-179-390/+299
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-176-10/+27
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-172-24/+12
* [infiniband] Improve ib_packet debugging messagesMichael Brown2009-07-171-7/+15
* [ipoib] Attempt the broadcast group join only if the link is upMichael Brown2009-07-171-9/+4
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-178-363/+193
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-174-72/+72
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-173-148/+36
* [ipoib] Kill off the now-unused IPoIB metadata queue setMichael Brown2009-07-171-144/+39
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-176-129/+274
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-173-30/+54
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-173-10/+10
* [ipoib] Clarify new role of IPoIB peer cache as for MAC addresses onlyMichael Brown2009-07-171-39/+21
* [ipoib] Expose the real broadcast MACMichael Brown2009-07-171-46/+37
* [ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC addressMichael Brown2009-07-171-10/+3
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-174-108/+247