aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds38-440/+928
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier37-404/+894
2013-11-17IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak5-26/+0
2013-11-17IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud4-64/+145
2013-11-17IB/core: Remove ib_uverbs_flow_spec structure from userspaceYann Droneaud1-0/+16
2013-11-17IB/core: Make uverbs flow structure use names like verbs onesYann Droneaud1-6/+6
2013-11-17IB/core: Rename 'flow' structs to match other uverbs structsYann Droneaud1-7/+7
2013-11-17IB/core: clarify overflow/underflow checks on ib_create/destroy_flowMatan Barak1-17/+15
2013-11-16IB/ucma: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-11-16IB/cm: Convert to using idr_alloc_cyclic()Zhao Hongjiang1-4/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-11-15IB/mlx5: Fix page shift in create CQ for userspaceEli Cohen1-1/+1
2013-11-15IB/mlx4: Fix device max capabilities checkEli Cohen1-1/+6
2013-11-15IB/mlx5: Remove dead codeEli Cohen1-6/+0
2013-11-15IB/core: Encorce MR access rights rules on kernel consumersEli Cohen2-7/+17
2013-11-15IB/mlx4: Fix endless loop in resize CQEli Cohen1-1/+1
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-83/+43
2013-11-13qib_fs: fix (some) dcache abusesAl Viro1-2/+5
2013-11-11RDMA/cma: Remove unused argument and minor dead codeMichal Nazarewicz1-3/+0
2013-11-11RDMA/ucma: Discard events for IDs not yet claimed by user spaceSean Hefty1-1/+1
2013-11-09IB/core: Add Cisco usNIC rdma node and transport typesUpinder Malhi \(umalhi\)2-0/+4
2013-11-09RDMA/nes: Remove self-assignment from nes_query_qp()Dave Jones1-1/+1
2013-11-08IB/srp: Report receive errors correctlyBart Van Assche1-5/+4
2013-11-08IB/srp: Avoid offlining operational SCSI devicesBart Van Assche1-1/+1
2013-11-08IB/srp: Remove target from list before freeing Scsi_Host structureVu Pham1-4/+5
2013-11-08IB/srp: Add change_queue_depth and change_queue_type supportJack Wang1-0/+54
2013-11-08IB/srp: Make queue size configurableBart Van Assche2-39/+103
2013-11-08IB/srp: Introduce srp_alloc_req_data()Bart Van Assche1-24/+40
2013-11-08IB/srp: Export sgid to sysfsBart Van Assche1-0/+10
2013-11-08IB/srp: Add periodic reconnect functionalityBart Van Assche1-6/+46
2013-11-08scsi_transport_srp: Add periodic reconnect supportBart Van Assche1-2/+2
2013-11-08IB/srp: Start timers if a transport layer error occursBart Van Assche2-0/+20
2013-11-08IB/srp: Use SRP transport layer error recoveryBart Van Assche2-41/+101
2013-11-08IB/srp: Keep rport as long as the IB transport layerBart Van Assche2-0/+4
2013-11-08IB/srp: Make transport layer retry count configurableVu Pham2-1/+24
2013-11-08IB/qib: Fix txselect regressionMike Marciniszyn1-6/+5
2013-11-08IB/qib: Fix checkpatch __packed warningsMike Marciniszyn2-12/+12
2013-11-08IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast()Jan Kara1-5/+1
2013-11-08IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast()Jan Kara1-6/+1
2013-11-08RDMA/ocrdma: Remove redundant check in ocrdma_build_fr()Naresh Gottumukkala1-3/+1
2013-11-08RDMA/ocrdma: Fix a crash in rmmodNaresh Gottumukkala3-30/+32
2013-11-08RDMA/ocrdma: Silence an integer underflow warningDan Carpenter1-1/+1
2013-11-08mlx5: Use enum to indicate adapter page sizeEli Cohen3-5/+6
2013-11-08IB/mlx5: Update opt param mask for RTS2RTSEli Cohen1-2/+4
2013-11-08IB/mlx5: Remove "Always false" comparisonEli Cohen1-1/+1
2013-11-08IB/mlx5: Remove dead code in mr.cEli Cohen1-7/+3
2013-11-08mlx5: Support communicating arbitrary host page size to firmwareEli Cohen3-5/+5
2013-11-08IB/mlx5: Fix srq free in destroy qpMoshe Lazer1-12/+4
2013-11-08IB/mlx5: Simplify mlx5_ib_destroy_srqEli Cohen1-3/+1
2013-11-08IB/mlx5: Fix overflow check in IB_WR_FAST_REG_MREli Cohen1-0/+4