summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [infiniband] Add the concept of an Infiniband upper-layer driverMichael Brown2010-09-054-80/+169
* [netdevice] Add the concept of a network upper-layer driverMichael Brown2010-09-052-35/+114
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-0520-54/+50Star
* [sis190] Initialise network device before calling register_netdev()Michael Brown2010-09-051-1/+1
* [tables] Add for_each_table_entry_continue() and _continue_reverse()Michael Brown2010-09-051-0/+58
* [rtl8139] Strip CRC from received packetsMichael Brown2010-09-031-0/+1
* [retry] Hold reference while timer is running and during expiry callbackMichael Brown2010-09-0310-14/+31
* [process] Add process_running()Michael Brown2010-09-032-2/+13
* [tables] Add table_index()Michael Brown2010-09-031-0/+25