aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-3/+3
2010-08-07RDMA/cxgb4: Obtain RDMA QID ranges from LLD/FWSteve Wise3-7/+11
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds46-494/+575
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely2-3/+3
2010-08-05Merge branches 'cxgb3', 'cxgb4', 'ehca', 'ipath', 'misc', 'nes', 'qib' and 'srp' into for-nextRoland Dreier44-491/+572
2010-08-05IB/qib: Add missing <linux/slab.h> includeDavid Miller1-0/+1
2010-08-05IB/ehca: Drop unnecessary NULL testJulia Lawall1-5/+0
2010-08-05RDMA/nes: Fix confusing if statement indentationRoland Dreier1-3/+3
2010-08-04IB/ehca: Init irq tasklet before irq can happenAlexander Schmidt1-4/+4
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-6/+6
2010-08-04RDMA/nes: Fix misindented codeRoland Dreier1-14/+12
2010-08-04RDMA/nes: Fix showing wqm_quantaRoland Dreier1-1/+1
2010-08-04RDMA/nes: Get rid of "set but not used" variablesRoland Dreier5-21/+2
2010-08-04RDMA/nes: Read firmware version from correct placeMiroslaw Walukiewicz1-1/+1
2010-08-04IB/srp: Export req_lim via sysfsBart Van Assche1-0/+14
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds6-8/+19
2010-08-04IB/srp: Make receive buffer handling more robustBart Van Assche1-45/+44
2010-08-04IB/srp: Use print_hex_dump()Bart Van Assche1-13/+2
2010-08-04IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin3-4/+4
2010-08-04RDMA/nes: Fix two sparse warningsOr Gerlitz2-2/+2
2010-08-04RDMA/cxgb3: Make needlessly global iwch_l2t_send() staticOr Gerlitz1-1/+1
2010-08-04IB/iser: Make needlessly global iser_alloc_rx_descriptors() staticOr Gerlitz1-1/+1
2010-08-04RDMA/cxgb4: Add timeouts when waiting for FW responsesSteve Wise1-4/+18
2010-08-04Merge branch 'master' into for-nextJiri Kosina19-1166/+194
2010-08-03IB/qib: Fix race between qib_error_qp() and receive packet processingRalph Campbell6-55/+26
2010-08-03IB/qib: Limit the number of packets processed per interruptRalph Campbell1-1/+1
2010-08-03IB/qib: Allow writes to the diag_counters to be able to clear themIra Weiny1-1/+20
2010-08-03IB/qib: Set cfgctxts to number of CPUs by defaultRalph Campbell2-2/+2
2010-08-02RDMA/cxgb4: Set/reset the EP timer inside EP lockSteve Wise1-26/+8
2010-08-02RDMA/cxgb4: Use correct control txqSteve Wise2-4/+10
2010-08-02RDMA/cxgb4: Fix race in fini pathSteve Wise1-7/+7
2010-07-28IB/cm: Check LAP state before sending an MRASean Hefty1-4/+6
2010-07-28RDMA/nes: Fix hangs on ifdownFaisal Latif4-6/+33
2010-07-28RDMA/nes: Store and print eeprom versionChien Tung2-1/+7
2010-07-28RDMA/nes: Convert pci_table entries to PCI_VDEVICEPeter Huewe1-2/+2
2010-07-21IB/ehca: Catch failing ioremap()Alexander Schmidt3-11/+34
2010-07-21IB/qib: Allow PSM to select from multiple port assignment algorithmsDave Olson2-101/+118
2010-07-21IB/qib: Turn off IB latency modeRalph Campbell1-0/+2
2010-07-21IB/qib: Use generic_file_llseekArnd Bergmann1-9/+9
2010-07-21RDMA/cxgb4: Support variable sized work requestsSteve Wise2-122/+130
2010-07-21RDMA/cxgb3: Clean up signed check of unsigned variableDan Carpenter1-2/+2
2010-07-21RDMA/cxgb4: Remove dependency on __GFP_NOFAILDavid Rientjes3-6/+6
2010-07-21RDMA/cxgb4: Add module option to tweak delayed ackSteve Wise2-1/+19
2010-07-21IB/ipath: Fix probe failure pathBen Hutchings1-3/+10
2010-07-20drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-07-19IB/ehca: Fix bitmask handling for lock_hcallsAlexander Schmidt1-1/+2
2010-07-19IB/qib: Avoid variable-length arrayRalph Campbell2-1/+4
2010-07-19RDMA/cxgb4: Remove unneeded NULL checkRoland Dreier1-5/+5
2010-07-19RDMA/cxgb4: Remove unneeded assignmentDan Carpenter1-1/+1
2010-07-14RDMA/nes: Rewrite expression to avoid undefined semanticsRoland Dreier1-1/+1