summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_descSagi Grimberg2015-08-311-21/+17Star
| * | IB/iser: Introduce iser_reg_opsSagi Grimberg2015-08-314-45/+75
| * | IB/iser: Remove dead code in fmr_pool alloc/freeSagi Grimberg2015-08-311-16/+10Star
| * | IB/iser: Rename struct fast_reg_descriptor -> iser_fr_descSagi Grimberg2015-08-313-14/+14
| * | IB/iser: Introduce struct iser_reg_resourcesSagi Grimberg2015-08-313-81/+91
| * | IB/iser: Remove an unneeded print for unaligned memorySagi Grimberg2015-08-311-11/+9Star
| * | IB/iser: Remove a redundant always-false conditionSagi Grimberg2015-08-311-6/+0Star
| * | IB/iser: Fix possible bogus DMA unmappingSagi Grimberg2015-08-312-4/+10
| * | IB/iser: Get rid of un-maintained countersSagi Grimberg2015-08-311-9/+3Star
| * | IB/iser: Fix missing return status check in iser_send_data_outSagi Grimberg2015-08-311-3/+5
| * | IB/iser: Remove '.' from log messageSagi Grimberg2015-08-311-1/+2
| * | IB/iser: Change minor assignments and logging printsSagi Grimberg2015-08-311-7/+4Star
| * | IB/iser: Change some module parameters to be ROJenny Falkovich2015-08-311-16/+15Star
| * | IB/sa: Route SA pathrecord query through netlinkKaike Wan2015-08-311-1/+500
| * | IB/sa: Allocate SA query with kzallocKaike Wan2015-08-311-4/+4
| * | IB/core: Add rdma netlink helper functionsKaike Wan2015-08-311-0/+55
| * | IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login failsBart Van Assche2015-08-311-0/+9
| * | IB/srp: Bump driver version and release dateBart Van Assche2015-08-311-2/+2
| * | IB/srp: Handle partial connection success correctlyBart Van Assche2015-08-311-1/+2
| * | IB/srp: Constify a function argumentBart Van Assche2015-08-311-1/+1
| * | IB/mlx4: Fix incorrect cq flushing in error stateAriel Nahum2015-08-311-1/+1
| * | IB/mlx4: Use correct SL on AH query under RoCENoa Osherovich2015-08-311-1/+5
| * | IB/mlx4: Forbid using sysfs to change RoCE pkeysJack Morgenstein2015-08-311-1/+4
| * | IB/mlx4: Demote mcg message from warning to debugJack Morgenstein2015-08-311-2/+6
| * | IB/mlx4: Fix potential deadlock when sending mad to wireJack Morgenstein2015-08-311-3/+4
| * | IB/core: Remove needless bracketizationDoug Ledford2015-08-311-7/+4Star
| * | RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/CoreSomnath Kotur2015-08-315-233/+60Star
| * | IB/mlx4: Replace mechanism for RoCE GID managementMoni Shoua2015-08-314-494/+35Star
| * | IB/mlx4: Implement ib_device callbacksMoni Shoua2015-08-313-3/+253
| * | IB/core: Add RoCE table bonding supportMatan Barak2015-08-311-20/+285
| * | IB/core: missing curly braces in ib_find_gid()Dan Carpenter2015-08-311-1/+2
| * | IB/core: Add RoCE GID table managementMatan Barak2015-08-315-106/+1274
| * | IB/core: Make ib_alloc_device init the kobjectJason Gunthorpe2015-08-314-87/+68Star
| * | IB/core: Drop ib_alloc_fast_reg_mrSagi Grimberg2015-08-311-29/+3Star
| * | qib: Support ib_alloc_mr verbSagi Grimberg2015-08-313-4/+11
| * | nes: Support ib_alloc_mr verbSagi Grimberg2015-08-311-5/+14
| * | cxgb3: Support ib_alloc_mr verbSagi Grimberg2015-08-311-4/+10
| * | iw_cxgb4: Support ib_alloc_mr verbSagi Grimberg2015-08-313-5/+13
| * | ocrdma: Support ib_alloc_mr verbSagi Grimberg2015-08-313-5/+12
| * | mlx4: Support ib_alloc_mr verbSagi Grimberg2015-08-313-6/+12
| * | mlx5: Drop mlx5_ib_alloc_fast_reg_mrSagi Grimberg2015-08-313-47/+0Star
| * | IB/srp: Convert to ib_alloc_mrSagi Grimberg2015-08-311-1/+2
| * | iser-target: Convert to ib_alloc_mrSagi Grimberg2015-08-311-2/+4
| * | IB/iser: Convert to ib_alloc_mrSagi Grimberg2015-08-311-3/+4
| * | IB: Modify ib_create_mr APISagi Grimberg2015-08-316-24/+43
| * | IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg2015-08-316-51/+15Star
| * | IB/cma: Fix net_dev reference leak with failed requestsHaggai Eran2015-08-311-0/+4
| * | IB/cm: Remove compare_data checksHaggai Eran2015-08-304-95/+21Star
| * | IB/cma: Share ib_cm_ids between rdma_cm_idsHaggai Eran2015-08-301-55/+4Star
| * | IB/cma: Use found net_dev for passive connectionsHaggai Eran2015-08-301-27/+49