summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Use uid as part of PD commandsYishai Hadas2018-09-254-3/+24
* Merge branch 'mlx5-vport-loopback' into rdma.getDoug Ledford2018-09-213-40/+133
|\
| * RDMA/mlx5: Enable vport loopback when user context or QP mandateMark Bloch2018-09-213-19/+59
| * RDMA/mlx5: Allow creating RAW ethernet QP with loopback supportMark Bloch2018-09-212-14/+50
| * RDMA/mlx5: Refactor transport domain bookkeeping logicMark Bloch2018-09-212-19/+36
| * net/mlx5: Rename incorrect naming in IFC fileMark Bloch2018-09-221-2/+2
* | RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2018-09-212-1/+8
* | RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe2018-09-211-18/+25
* | RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2018-09-213-17/+19
* | RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2018-09-211-13/+13
* | RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-213-28/+31
* | RDMA/mlx5: Use rdma_user_mmap_ioJason Gunthorpe2018-09-202-125/+7
* | IB/mlx5: Allow transition of DCI QP to resetMoni Shoua2018-09-121-1/+3
* | RDMA/mlx5: Allow creating a matcher for a NIC TX flow tableMark Bloch2018-09-112-6/+33
* | RDMA/mlx5: Add NIC TX namespace when getting a flow tableMark Bloch2018-09-113-11/+32
* | RDMA/mlx5: Add flow actions support to raw create flowMark Bloch2018-09-111-4/+36
* | RDMA/mlx5: Refactor raw flow creationMark Bloch2018-09-113-7/+13
* | RDMA/mlx5: Don't overwrite action if already setMark Bloch2018-09-111-0/+10
* | RDMA/mlx5: Refactor flow action parsing to be more genericMark Bloch2018-09-112-6/+10
* | RDMA/uverbs: Move flow resources initializationMark Bloch2018-09-111-1/+1
* | RDMA/mlx5: Enable attaching packet reformat action to steering flowsMark Bloch2018-09-111-0/+8
* | RDMA/mlx5: Enable reformat on NIC RX if supportedMark Bloch2018-09-111-0/+4
* | RDMA/mlx5: Enable attaching DECAP action to steering flowsMark Bloch2018-09-111-0/+5
* | RDMA/mlx5: Enable decap and packet reformat on flow tablesMark Bloch2018-09-111-4/+13
* | RDMA/mlx5: Enable attaching modify header to steering flowsMark Bloch2018-09-111-0/+8
* | RDMA/mlx5: Add NIC TX steering supportMark Bloch2018-09-112-10/+20
* | IB/mlx5: Don't hold spin lock while checking device stateParav Pandit2018-09-061-14/+12
* | Merge branch 'mlx5-flow-mutate' into rdma.git for-nextJason Gunthorpe2018-09-054-4/+325
|\ \
| * | RDMA/mlx5: Extend packet reformat verbsMark Bloch2018-09-052-0/+96
| * | RDMA/mlx5: Add new flow action verb - packet reformatMark Bloch2018-09-052-1/+76
| * | RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch2018-09-051-5/+3
| * | RDMA/mlx5: Add a new flow action verb - modify headerMark Bloch2018-09-053-1/+153
| |/
| * {net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch2018-09-051-3/+3
* | IB/mlx5: Change TX affinity assignment in RoCE LAG modeMajd Dibbiny2018-09-043-5/+44
|/
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-1/+1
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-162-22/+34
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-07-131-6/+12
| |\
| | * RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error pathKamal Heib2018-07-111-6/+12
| * | Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-281-1/+1
| |\ \ | | |/ | |/|
| | * IB/mlx5: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-261-1/+1
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-15/+21
| |\ \ | | |/ | |/|
| | * IB/mlx5: Fix return value check in flow_counters_set_data()weiyongjun (A)2018-06-111-2/+2
| | * IB/mlx5: Fix memory leak in mlx5_ib_create_flowGustavo A. R. Silva2018-06-111-13/+19
* | | IB/mlx5: Fix leaking stack memory to userspaceJason Gunthorpe2018-08-141-1/+1
* | | IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe2018-08-131-53/+30
* | | IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-102-29/+17
* | | RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wqLeon Romanovsky2018-08-081-1/+3
* | | RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-021-10/+0
* | | IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-012-27/+24
* | | RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib2018-07-311-1/+1
OpenPOWER on IntegriCloud