aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-11iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S5-69/+98
2015-06-11Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford3-11/+5
2015-06-11RDMA/ocrdma: fix double free on pdColin Ian King1-1/+0
2015-06-11IB/usnic: clean up some error handling codeDan Carpenter1-4/+3
2015-06-11IB/mthca: use swap() in mthca_make_profile()Fabian Frederick1-6/+2
2015-06-10IB/core: Don't warn on no SA support in event handlerMoni Shoua2-2/+2
2015-06-08iser-target: Fix possible use-after-freeSagi Grimberg1-0/+1
2015-06-08iser-target: release stale iser connectionsSagi Grimberg1-1/+17
2015-06-08iser-target: Fix variable-length response error completionSagi Grimberg1-2/+4
2015-06-04mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky3-1/+25
2015-06-04IB/mlx5: Don't create IB instance over Ethernet portsMajd Dibbiny1-0/+4
2015-06-04IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 modeMajd Dibbiny3-173/+657
2015-06-04net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky1-1/+1
2015-06-03cxgb4: Add ethtool support to get adapter statsHariprasad Shenai1-4/+4
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche2-1/+2
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford6-5/+22
2015-06-02IB/core cleanup: Add const to args - agent_send_responseIra Weiny5-16/+17
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny20-73/+75
2015-06-02IB/mlx4: Fix error paths in mlx4_ib_create_flow()Roland Dreier1-2/+3
2015-06-02RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd()Roland Dreier1-1/+6
2015-06-02IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init()Bart Van Assche1-2/+2
2015-06-02RDMA/nes: Enable the use of the tos field in the nes driverFaisal Latif2-0/+9
2015-06-02RDMA/iw_cm: Export tos field to iwarp providersSteve Wise1-0/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+3
2015-05-30net/mlx4: Add EQ poolMatan Barak2-49/+23
2015-05-30net/mlx4_core: Demote simple multicast and broadcast flow steering rulesMatan Barak1-2/+2
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30ib_srpt: Remove set-but-not-used variablesBart Van Assche1-7/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2-19/+9
2015-05-30target: move transport ID handling to the coreChristoph Hellwig2-57/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-6/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig1-1/+1
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig2-26/+3
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-45/+13
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-6/+0
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2-8/+8
2015-05-30iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier1-3/+3
2015-05-30net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai1-3/+1
2015-05-30net/mlx5_core: New device capabilities handlingSaeed Mahameed8-146/+124
2015-05-30net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai3-4/+3
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-2/+2
2015-05-24net/mlx4_core: Modify port values when generting EQEs for VFsOr Gerlitz1-1/+6
2015-05-24IB/mlx4: Convert slave port before building address-handleOr Gerlitz1-4/+7
2015-05-20IB/cma: Fix broken AF_IB UD supportMatthew Finlay1-11/+21
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2Doug Ledford34-400/+650
2015-05-20IB/core: Change rdma_protocol_iboe to roceIra Weiny2-7/+7
2015-05-20ib/cm: Change reject message type when destroying cm_idTed Kim1-1/+1
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny16-88/+15
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny14-35/+232