aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-01net/mlx4_en: Use affinity hintYuval Atias1-1/+1
2014-05-29RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_respYann Droneaud2-2/+3
2014-05-29IB/srp: Avoid problems if a header uses pr_fmtJoe Perches1-1/+1
2014-05-29IB/umad: Fix error handlingBart Van Assche1-22/+27
2014-05-29IB/mlx4: Add interface for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein1-1/+104
2014-05-29mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein1-12/+40
2014-05-29IB/mlx4: Preparation for VFs to issue/receive SMI (QP0) requests/responsesJack Morgenstein2-24/+32
2014-05-29IB/mlx4: SET_PORT called by mlx4_ib_modify_port should be wrappedJack Morgenstein1-9/+17
2014-05-29IB/qib: Additional Intel branding changesVinit Agnihotri1-4/+4
2014-05-28RDMA/cxgb3: Remove a couple unneeded conditionsDan Carpenter1-4/+2
2014-05-28IB/mlx4: fix unitialised variable is_mcastColin Ian King1-1/+1
2014-05-28IB/ipath: Use time_before()/_after()Manuel Schölling2-4/+4
2014-05-28IB/mlx5: Fix warning about cast of wr_id back to pointer on 32 bitsRoland Dreier1-1/+1
2014-05-27IB/usnic: Fix source file missing copyright and licenseUpinder Malhi1-0/+18
2014-05-27IB/ipath: Translate legacy diagpkt into newer extended diagpktDennis Dalessandro1-0/+4
2014-05-27IB/qib: Fix port in pkey change eventMike Marciniszyn1-1/+1
2014-05-27RDMA/cxgb3: Fix information leak in send_abort()Dan Carpenter1-0/+1
2014-05-27IB/mlx5: add missing padding at end of struct mlx5_ib_create_srqYann Droneaud2-1/+14
2014-05-27IB/mlx5: add missing padding at end of struct mlx5_ib_create_cqYann Droneaud2-1/+13
2014-05-27IB/mlx5: Refactor UMR to have its own context structShachar Raindel2-22/+31
2014-05-27IB/mlx5: Set QP offsets and parameters for user QPs and not just for kernel QPsHaggai Eran1-0/+4
2014-05-27mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMRHaggai Eran1-0/+4
2014-05-27IB/mlx5: Add MR to radix tree in reg_mr_callbackHaggai Eran1-0/+9
2014-05-27IB/mlx5: Fix error handling in reg_umrHaggai Eran1-15/+16
2014-05-27mlx5_core: Copy DIF fields only when input and output space values matchSagi Grimberg1-3/+6
2014-05-27mlx5_core: Simplify signature handover wqe for interleaved buffersSagi Grimberg1-15/+9
2014-05-27mlx5_core: Fix signature handover operation for interleaved buffersSagi Grimberg1-1/+4
2014-05-26IB/iser: Bump version to 1.4Or Gerlitz1-1/+1
2014-05-26IB/iser: Add missing newlines to logging messagesRoi Dayan1-4/+4
2014-05-26IB/iser: Fix a possible race in iser connection states transitionAriel Nahum1-2/+2
2014-05-26IB/iser: Simplify connection managementAriel Nahum3-91/+99
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-25/+93
2014-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+75
2014-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-22/+18
2014-05-20Target/iser: Gracefully reject T10-PI enabled connect request if not supportedSagi Grimberg1-2/+3
2014-05-20Target/iser: Wait for proper cleanup before unloadingSagi Grimberg1-0/+1
2014-05-20Target/iser: Improve cm events handlingSagi Grimberg2-12/+15
2014-05-20IB/srp: Add fast registration supportBart Van Assche2-77/+419
2014-05-20IB/srp: Rename FMR-related variablesBart Van Assche2-38/+38
2014-05-20IB/srp: One FMR pool per SRP connectionBart Van Assche2-52/+84
2014-05-20IB/srp: Introduce the 'register_always' kernel module parameterBart Van Assche1-2/+7
2014-05-20IB/srp: Introduce srp_finish_mapping()Bart Van Assche1-15/+27
2014-05-20IB/srp: Introduce srp_map_fmr()Bart Van Assche1-32/+45
2014-05-20IB/srp: Introduce an additional local variableBart Van Assche1-5/+4
2014-05-20IB/srp: Fix kernel-doc warningsBart Van Assche1-0/+7
2014-05-20IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche1-0/+6
2014-05-19RDMA/cxgb4: Fix vlan supportSteve Wise1-9/+8
2014-05-19RDMA/ocrdma: Convert to use simple_open()Duan Jiong1-8/+1
2014-05-19RDMA/cxgb4: Fix memory leaks in c4iw_alloc() error pathsChristoph Jaeger1-0/+2
2014-05-19Target/iser: Fix hangs in connection teardownSagi Grimberg2-22/+10