summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds54-637/+3316
2014-06-10Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier52-566/+3227
2014-06-10RDMA/cxgb4: Add support for iWARP Port Mapper user space serviceSteve Wise3-43/+262
2014-06-10RDMA/nes: Add support for iWARP Port Mapper user space serviceTatyana Nikolova4-64/+296
2014-06-10RDMA/core: Add support for iWARP Port Mapper user space serviceTatyana Nikolova6-4/+1549
2014-06-09IB/mlx4: Fix gfp passing in create_qp_common()Jiri Kosina1-2/+2
2014-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+2
2014-06-06IB/umad: Fix use-after-free on closeBart Van Assche1-11/+19
2014-06-05IB/core: Fix kobject leak on device register error flowHaggai Eran1-26/+26
2014-06-05RDMA/cxgb4: add missing padding at end of struct c4iw_alloc_ucontext_respYann Droneaud2-2/+4
2014-06-04IB/core: Fix port kobject deletion during error flowHaggai Eran1-9/+17
2014-06-04IB/core: Remove unneeded kobject_get/put callsHaggai Eran1-5/+2
2014-06-04IB/core: Fix sparse warnings about redeclared functionsRoland Dreier1-4/+4
2014-06-04iser-target: Add missing target_put_sess_cmd for ImmedateData failureNicholas Bellinger1-0/+2
2014-06-03IB/mad: Fix sparse warning about gfp_t useRoland Dreier1-1/+1
2014-06-03IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina4-19/+25
2014-06-03IB: Add a QP creation flag to use GFP_NOIO allocationsOr Gerlitz1-3/+15
2014-06-03IB: Return error for unsupported QP creation flagsOr Gerlitz2-1/+5
2014-06-03IB: Allow build of hw/ and ulp/ subdirectories independentlyYann Droneaud3-17/+19
2014-05-30RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_respYann Droneaud2-2/+3
2014-05-30IB/srp: Avoid problems if a header uses pr_fmtJoe Perches1-1/+1
2014-05-30IB/umad: Fix error handlingBart Van Assche1-22/+27
2014-05-30IB/mlx4: Add interface for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein1-1/+104
2014-05-30mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein1-12/+40
2014-05-30IB/mlx4: Preparation for VFs to issue/receive SMI (QP0) requests/responsesJack Morgenstein2-24/+32
2014-05-30IB/mlx4: SET_PORT called by mlx4_ib_modify_port should be wrappedJack Morgenstein1-9/+17
2014-05-30IB/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-28IB/usnic: Fix source file missing copyright and licenseUpinder Malhi1-0/+18
2014-05-28IB/ipath: Translate legacy diagpkt into newer extended diagpktDennis Dalessandro1-0/+4
2014-05-28IB/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/netLinus Torvalds3-3/+75