summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-184-19/+35
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-184-137/+204
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-184-1/+1
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-1812-58/+49Star
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-184-9/+29
* [scsi] Improve SCSI debuggingMichael Brown2009-07-181-9/+26
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-184-30/+33
* [debug] Use a delimiter to break up DBG_HD() outputMichael Brown2009-07-171-1/+2
* [xfer] Always nullify interface while sending close() messageMichael Brown2009-07-062-5/+3Star
* [pxe] Add startpxe and stoppxe commandsMichael Brown2009-06-284-0/+38
* [ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2009-06-282-1/+1
* [ifmgmt] Optimise prototype for ifcommon_exec()Michael Brown2009-06-282-12/+12
* [pxe] Check for unhookable interrupts in PXENV_STOP_UNDIMichael Brown2009-06-281-0/+9