summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [settings] Modify "set" command to allow space separated valuesMichael Brown2010-09-211-5/+25
* [hermon] Add support for dual-protocol devicesMichael Brown2010-09-214-2656/+712Star
* [hermon] Add infrastructure for Ethernet devicesItay Gazit2010-09-212-8/+156
* [hermon] Use SET_PORT to set port parametersMichael Brown2010-09-212-23/+89
* [infiniband] Add the notion of an Ethernet queue pair typeMichael Brown2010-09-213-1/+9
* [infiniband] Avoid leaving uninitialised lists in struct ib_deviceMichael Brown2010-09-211-0/+2
* [fc] Ignore fabric-assigned port ID for fabricless implicit logoutsMichael Brown2010-09-211-2/+3
* [fc] Allow FLOGI response to be sent to newly-assigned peer port IDMichael Brown2010-09-214-5/+50
* [lotest] Add loopback testing commandsMichael Brown2010-09-216-0/+344
* [hermon] Tidy up ICM allocationsMichael Brown2010-09-192-91/+86Star
* [hermon] Minimise the number of VPM mapping operationsMichael Brown2010-09-191-7/+39
* [arbel] Minimise the number of VPM mapping operationsMichael Brown2010-09-192-50/+129
* [fc] Maintain port, peer and ULP lists in order of creationMichael Brown2010-09-181-3/+3
* [arbel] Allocate only as much memory as is needed for firmware and ICMMichael Brown2010-09-181-26/+66
* [arbel] Synchronise changes with the Hermon driverMichael Brown2010-09-172-38/+70
* [arbel] Optimise ICM layout to reduce overall memory usageMichael Brown2010-09-172-75/+136
* [arbel] Perform ICM allocations according to the specificationMichael Brown2010-09-172-44/+87
* [arbel] Allow for multiple calls to ib_modify_qp()Michael Brown2010-09-172-22/+44
* [arbel] Inform embedded SMA of partition key changesMichael Brown2010-09-171-5/+5
* [arbel] Improve debugging output and facilitiesMichael Brown2010-09-172-71/+164
* [arbel] Randomise the high-order bits of queue pair numbersMichael Brown2010-09-172-6/+10
* [arbel] Allow software GMA to receive packets destined for QP1Michael Brown2010-09-173-96/+336
* [arbel] Map all event types to our event queueMichael Brown2010-09-172-5/+21
* [hermon] Map all event types to our event queueMichael Brown2010-09-162-5/+21
* [infiniband] Add node GUID as distinct from the first port GUIDMichael Brown2010-09-167-48/+90
* [arbel] Poll for link state changes while DOWNMichael Brown2010-09-161-0/+9
* [hermon] Poll for link state changes while DOWNMichael Brown2010-09-161-0/+9
* [infiniband] Always call ib_link_state_changed() in ib_smc_update()Michael Brown2010-09-164-16/+46
* [scsi] Include sense key within error number reported to userMichael Brown2010-09-152-1/+65
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-1522-205/+186Star
* [e1000] Strip the Ethernet CRC from received packetsMichael Brown2010-09-151-1/+1
* [fcoe] Disambiguate the various error cases and add a CRC failure messageMichael Brown2010-09-151-4/+29
* [netdevice] Report network-layer errors via network device statisticsMichael Brown2010-09-151-2/+7
* [fcoe] Add support for Fibre Channel over EthernetMichael Brown2010-09-157-0/+467
* [fcp] Add support for the Fibre Channel ProtocolMichael Brown2010-09-156-0/+1181
* [fc] Add Fibre Channel management commandsMichael Brown2010-09-155-0/+352
* [fc] Add support for Fibre Channel devicesMichael Brown2010-09-156-0/+3844
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-1447-2997/+4774
* [hermon] Use correct alignment for doorbell recordsMichael Brown2010-09-122-11/+37
* [hermon] Set event queue number for completion queuesMichael Brown2010-09-121-0/+1
* [hermon] Improve debugging output and facilitiesMichael Brown2010-09-122-91/+180
* [infiniband] Respond to CM disconnection requestsMichael Brown2010-09-122-68/+183
* [infiniband] Fix TID magic signatureMichael Brown2010-09-121-1/+1
* [infiniband] Include SRP by default, but only for Infiniband buildsMichael Brown2010-09-123-3/+24
* [ethernet] Include AoE only for Ethernet buildsMichael Brown2010-09-122-3/+23
* [build] Remove unnecessary constraint on DBG_ENABLE()/DBG_DISABLE()Michael Brown2010-09-121-2/+2
* [multiboot] Reduce length of "Features" startup bannerMichael Brown2010-09-121-1/+1
* [retry] Add TIMER_INIT() for initialising static timersMichael Brown2010-09-061-0/+9
* [rtl8139] Check for oversized packets when transmittingMichael Brown2010-09-051-0/+8
* [xfer] Add xfer_window_changed()Michael Brown2010-09-052-0/+31