aboutsummaryrefslogtreecommitdiffstats
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/+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
* [infiniband] Create a general management agentMichael Brown2009-07-176-7/+534
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-175-20/+23
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-177-113/+124
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-178-18/+22
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-174-19/+35
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-174-137/+204
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-174-1/+1
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-1712-58/+49
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-174-9/+29
* [scsi] Improve SCSI debuggingMichael Brown2009-07-171-9/+26
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-174-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/+3
* [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