summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | IB/ehca: Catch failing ioremap()Alexander Schmidt2010-07-213-11/+34
| | | * | IB/ehca: Fix bitmask handling for lock_hcallsAlexander Schmidt2010-07-191-1/+2
| | | |/
| | * | RDMA/cxgb4: Add timeouts when waiting for FW responsesSteve Wise2010-08-041-4/+18
| | * | RDMA/cxgb4: Set/reset the EP timer inside EP lockSteve Wise2010-08-031-26/+8Star
| | * | RDMA/cxgb4: Use correct control txqSteve Wise2010-08-032-4/+10
| | * | RDMA/cxgb4: Fix race in fini pathSteve Wise2010-08-031-7/+7
| | * | RDMA/cxgb4: Support variable sized work requestsSteve Wise2010-07-212-122/+130
| | * | RDMA/cxgb4: Remove dependency on __GFP_NOFAILDavid Rientjes2010-07-213-6/+6
| | * | RDMA/cxgb4: Add module option to tweak delayed ackSteve Wise2010-07-212-1/+19
| | * | RDMA/cxgb4: Remove unneeded NULL checkRoland Dreier2010-07-191-5/+5
| | * | RDMA/cxgb4: Remove unneeded assignmentDan Carpenter2010-07-191-1/+1
| | |/
| * | RDMA/cxgb3: Make needlessly global iwch_l2t_send() staticOr Gerlitz2010-08-041-1/+1
| * | RDMA/cxgb3: Clean up signed check of unsigned variableDan Carpenter2010-07-211-2/+2
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-054-6/+6
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2010-08-0419-1166/+194Star
| |\|
| * | drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches2010-07-201-1/+1
| * | Merge branch 'master' into for-nextJiri Kosina2010-06-1679-5143/+50659
| |\ \
| * | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
| * | | fix typos concerning "hierarchy"Uwe Kleine-König2010-06-162-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-046-8/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings2010-07-042-2/+13
| * | | net-next: remove useless union keywordChangli Gao2010-06-114-6/+6
* | | | IB/qib: Use request_firmware() to load SD7220 firmwareBen Hutchings2010-07-084-1100/+46Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-07-0815-66/+148
|\ \ \ \ | |_|_|/ |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'cxgb4', 'ipoib' and 'qib' into for-nextRoland Dreier2010-07-089-41/+106
| |\ \ \ \
| | | * | | IB/qib: Clean up properly if qib_init() failsRalph Campbell2010-07-061-0/+10
| | | * | | IB/qib: Completion queue callback needs to be single threadedRalph Campbell2010-07-061-1/+1
| | | * | | IB/qib: Update 7322 serdes tablesRalph Campbell2010-07-061-4/+12
| | | * | | IB/qib: Clear 6120 hardware error registerRalph Campbell2010-07-061-2/+1Star
| | | * | | IB/qib: Clear eager buffer memory for each new processRalph Campbell2010-07-061-0/+3
| | | * | | IB/qib: Mask hardware error during link resetRalph Campbell2010-07-062-26/+31
| | | * | | IB/qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problemDave Olson2010-07-066-6/+46
| | | |/ /
| | * / / IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz2010-07-061-2/+2
| | |/ /
| * | | RDMA/cxgb4: Derive smac_idx from port viidSteve Wise2010-07-061-4/+5
| * | | RDMA/cxgb4: Avoid false GTS CIDX_INC overflowsSteve Wise2010-07-061-5/+20
| * | | RDMA/cxgb4: Don't call abort_connection() for active connect failuresSteve Wise2010-07-061-1/+2
| * | | RDMA/cxgb4: Use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-07-065-15/+15
| |/ /
* / / fix the deadlock in qib_fsAl Viro2010-06-041-3/+1Star
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-05-305-622/+203Star
|\ \
| * \ Merge branches 'misc' and 'qib' into for-nextRoland Dreier2010-05-274-614/+200Star
| |\ \
| | * | IB/qib: Remove DCA support until feature is finishedRalph Campbell2010-05-271-189/+0Star
| | * | IB/qib: Use a single txselect module parameter for serdes tuningRalph Campbell2010-05-271-403/+179Star
| | * | IB/qib: Don't rely on (undefined) order of function parameter evaluationRoland Dreier2010-05-261-10/+15
| | * | IB/qib: Fix undefined symbol error when CONFIG_PCI_MSI=nRalph Campbell2010-05-262-12/+6Star
| * | | IB/ucm: Use memdup_user()Julia Lawall2010-05-261-8/+3Star
| |/ /
* / / ehca: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-05-2577-5126/+51061
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier2010-05-2571-5051/+50957
| |\ \ \ \ \
| | | | | * | IB/ipath: Remove support for QLogic PCIe QLE devicesRalph Campbell2010-05-249-7131/+7Star
| | | | | * | IB/qib: Add new qib driver for QLogic PCIe InfiniBand adaptersRalph Campbell2010-05-2451-0/+52965