summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/qib: Remove srq functionalityJubin John2016-03-104-404/+1
* IB/qib: Remove qib_query_qp functionHarish Chegondi2016-03-103-54/+2
* IB/qib: Remove qib multicast verbs functionsHarish Chegondi2016-03-105-402/+7
* IB/qib: Remove qib_post_receive and use rdmavt versionHarish Chegondi2016-03-101-63/+1
* IB/qib: Use rdmavt version of post_sendHarish Chegondi2016-03-1010-291/+81
* IB/qib: Remove completion queue data structures and functions from qibHarish Chegondi2016-03-1011-631/+24
* IB/qib: Remove create and free mad agentsDennis Dalessandro2016-03-104-95/+34
* IB/qib: Use rdmavt device allocation functionDennis Dalessandro2016-03-101-2/+5
* IB/qib: Remove create qp and create qp table functionalityHarish Chegondi2016-03-104-374/+57
* IB/qib: Use rdmavt send and receive flagsHarish Chegondi2016-03-109-225/+153
* IB/qib: Remove qib_query_device functionHarish Chegondi2016-03-101-52/+50
* IB/qib: Delete QIB user context allocation and de-alloction functionsHarish Chegondi2016-03-101-42/+2
* IB/qib: Remove qpn, qp tables and related variables from qibHarish Chegondi2016-03-103-98/+84
* IB/qib: Use rdmavt pkey verbs functionHarish Chegondi2016-03-101-20/+13
* IB/qib: Remove mmap from qibHarish Chegondi2016-03-108-246/+53
* IB/qib: Implement qib support for AH notificationHarish Chegondi2016-03-101-0/+19
* IB/qib: Remove ibport and use rdmavt versionHarish Chegondi2016-03-1015-258/+281
* IB/qib: Remove srq from qibDennis Dalessandro2016-03-104-21/+8
* IB/qib: Use address handle in rdmavt and remove from qibDennis Dalessandro2016-03-107-143/+20
* IB/qib: Remove qp and mr functionality from qibDennis Dalessandro2016-03-1017-1314/+308
* IB/qib: Add device specific info printsDennis Dalessandro2016-03-103-0/+20
* IB/qib: Remove driver specific members from qib qp typeDennis Dalessandro2016-03-108-89/+145
* IB/qib: Use rdmavt lid defines in qibDennis Dalessandro2016-03-103-4/+3
* IB/qib: Remove most uses of QIB_PERMISSIVE_LID and QIB_MULTICAST_LID_BASEDennis Dalessandro2016-03-105-11/+13
* IB/qib: Use rdmavt protection domainDennis Dalessandro2016-03-105-79/+12
* IB/qib: Remove dma.c and use rdmavt version of dma functionsDennis Dalessandro2016-03-103-4/+3
* IB/qib: Begin to use rdmavt for verbsDennis Dalessandro2016-03-108-23/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-221-2/+5
|\
| * net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen2016-02-171-2/+5
* | IB/mlx4: Add support for the port info class for RoCE portsEran Ben Elisha2016-02-171-1/+14
* | IB/mlx4: Add support for extended counters over RoCE portsEran Ben Elisha2016-02-171-13/+37
* | RDMA/ocrdma: Fix arm logic to align with new cq APIDevesh Sharma2016-02-172-17/+4
* | IB/mlx5: Fix RC transport send queue overhead computationLeon Romanovsky2016-02-121-5/+7
|/
* RDMA/ocrdma: Fixing ocrdma debugfs directory removeSelvin Xavier2016-02-051-1/+1
* RDMA/ocrdma: Fix pkey_index returned by driver in rq work completionSelvin Xavier2016-02-051-2/+1
* RDMA/ocrdma: populate max_sge_rd in device attributesSelvin Xavier2016-02-051-2/+2
* RDMA/ocrdma: Initialize stats resources in the driver before ib device regist...Selvin Xavier2016-02-053-10/+12
* IB/mlx5: Use MLX5_GET to correctly get end of padding modeMaor Gottlieb2016-02-021-1/+1
* IB/mlx5: Fix use of null pointer PDMajd Dibbiny2016-02-021-9/+9
* IB/mlx5: Fix reqlen validation in mlx5_ib_alloc_ucontextMajd Dibbiny2016-02-021-1/+3
* IB/mlx5: Add CREATE_CQ and CREATE_QP to uverbs_ex_cmd_maskMatan Barak2016-02-021-1/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-2352-1557/+2131
|\
| * IB/mlx5: Unify CQ create flags checkLeon Romanovsky2016-01-212-9/+3
| * IB/mlx5: Expose Raw Packet QP to user space consumersmajd@mellanox.com2016-01-211-12/+127
| * {IB, net}/mlx5: Move the modify QP operation table to mlx5_ibmajd@mellanox.com2016-01-211-6/+47
| * IB/mlx5: Support setting Ethernet priority for Raw Packet QPsmajd@mellanox.com2016-01-211-3/+35
| * IB/mlx5: Add Raw Packet QP query functionalitymajd@mellanox.com2016-01-211-22/+169
| * IB/mlx5: Add create and destroy functionality for Raw Packet QPmajd@mellanox.com2016-01-213-18/+365
| * IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP typesmajd@mellanox.com2016-01-213-95/+147
| * IB/mlx5: Allocate a Transport Domain for each ucontextmajd@mellanox.com2016-01-212-1/+18