summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-10/+9
* nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-6/+4
* nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-6/+5
* IB/srpt: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-9/+8
* IB/srp: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-8/+6
* IB/isert: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-12/+9
* IB/iser: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-7/+7
* IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-252-13/+6
* RDMA/core: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-253-15/+10
* IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)...Bart Van Assche2018-07-251-3/+9
* IB/rxe: Drop QP0 silentlyZhu Yanjun2018-07-241-2/+7
* IB/ipoib: Fix error return code in ipoib_dev_init()Wei Yongjun2018-07-241-1/+2
* IB/mlx5: Enable driver uapi commands for flow steeringYishai Hadas2018-07-243-7/+19
* IB/mlx5: Add support for a flow table destination for driver flow steeringYishai Hadas2018-07-241-5/+8
* IB/mlx5: Support adding flow steering rule by raw descriptionYishai Hadas2018-07-242-17/+201
* IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas2018-07-247-12/+204
* IB: Support ib_flow creation in driversYishai Hadas2018-07-243-2/+8
* IB/mlx5: Introduce flow steering matcher uapi objectYishai Hadas2018-07-246-3/+181
* Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe2018-07-2414-149/+166
|\
| * net/mlx5: Add support for flow table destination numberYishai Hadas2018-07-245-10/+23
| * net/mlx5: Add forward compatible support for the FTE match dataYishai Hadas2018-07-241-76/+1
| * net/mlx5: Fix tristate and description for MLX5 moduleEran Ben Elisha2018-07-183-5/+5
| * net/mlx5: Better return types for CQE APITariq Toukan2018-07-181-4/+4
| * net/mlx5: Use ERR_CAST() instead of coding itRoi Dayan2018-07-181-1/+1
| * net/mlx5: Add missing SET_DRIVER_VERSION command translationNoa Osherovich2018-07-181-0/+1
| * net/mlx5: Add XRQ commands definitionsMax Gurtovoy2018-07-181-0/+8
| * net/mlx5: Add core support for double vlan push/pop steering actionJianbo Liu2018-07-186-10/+29
| * net/mlx5: Expose MPEGC (Management PCIe General Configuration) structuresEran Ben Elisha2018-07-182-2/+22
| * net/mlx5: FW tracer, add hardware structuresFeras Daoud2018-07-182-1/+64
| * net/mlx5: fix uaccess beyond "count" in debugfs read/write handlersJann Horn2018-07-112-41/+9
* | IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapiJason Gunthorpe2018-07-232-13/+26
* | MAINTAINERS: Remove Dave Goodell from the usnic RDMA driver maintainer listBart Van Assche2018-07-231-1/+0
* | RDMA/bnxt_re: Modify a fall-through annotationBart Van Assche2018-07-231-1/+1
* | RDMA/mlx5: Remove set but not used variablesKamal Heib2018-07-232-5/+1
* | IPoIB: use kvzalloc to allocate an array of bucket pointersJan Dakinevich2018-07-231-2/+2
* | IB/cm: Remove cma_multicast->igmp_joinedJason Gunthorpe2018-07-131-30/+23
* | RDMA/umem: Refactor exit paths in ib_umem_getLeon Romanovsky2018-07-131-24/+20
* | RDMA/umem: Don't hold mmap_sem for too longLeon Romanovsky2018-07-131-10/+14
* | IB/srpt: Fix srpt_cm_req_recv() error path (2/2)Bart Van Assche2018-07-131-1/+4
* | IB/srpt: Fix srpt_cm_req_recv() error path (1/2)Bart Van Assche2018-07-131-3/+14
* | RDMA/mlx5: Check that supplied blue flame index doesn't overflowLeon Romanovsky2018-07-132-8/+9
* | RDMA/mlx5: Melt consecutive calls to alloc_bfreg() in one callLeon Romanovsky2018-07-132-41/+12
* | rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju2018-07-135-12/+67
* | hns: Remove a set-but-not-used variableBart Van Assche2018-07-111-2/+0
* | IB/hfi1: Suppress a compiler warningBart Van Assche2018-07-111-1/+1
* | RDMA/hns: Update the implementation of set_macoulijun2018-07-113-16/+28
* | RDMA/hns: Update the implementation of set_gidoulijun2018-07-113-33/+53
* | RDMA/hns: Add TPQ link table supportoulijun2018-07-113-1/+31
* | RDMA/hns: Add TSQ link table supportoulijun2018-07-113-7/+297
* | RDMA/hns: Fix endian conversions and annotationsoulijun2018-07-113-171/+245