summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-261-246/+264
|\
| * RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-41/+25
| * IB/mlx5: Enable DEVX on IBYishai Hadas2018-09-271-6/+0
| * IB/mlx5: Manage device uid for DEVX white list commandsYishai Hadas2018-09-271-4/+12
| * RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-8/+7
| * RDMA/mlx5: Remove superfluous version printMark Bloch2018-09-251-2/+0
| * IB/mlx5: Set uid as part of TD commandsYishai Hadas2018-09-251-15/+18
| * IB/mlx5: Set uid upon PD allocationYishai Hadas2018-09-251-0/+1
| * IB/mlx5: Set uid as part of MCG commandsYishai Hadas2018-09-251-2/+9
| * IB/mlx5: Use uid as part of PD commandsYishai Hadas2018-09-251-3/+11
| * Merge branch 'mlx5-vport-loopback' into rdma.getDoug Ledford2018-09-211-16/+45
| |\
| | * RDMA/mlx5: Enable vport loopback when user context or QP mandateMark Bloch2018-09-211-12/+28
| | * RDMA/mlx5: Refactor transport domain bookkeeping logicMark Bloch2018-09-211-16/+29
| * | RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2018-09-211-0/+7
| * | RDMA/mlx5: Use rdma_user_mmap_ioJason Gunthorpe2018-09-201-115/+7
| * | RDMA/mlx5: Allow creating a matcher for a NIC TX flow tableMark Bloch2018-09-111-1/+4
| * | RDMA/mlx5: Add NIC TX namespace when getting a flow tableMark Bloch2018-09-111-11/+30
| * | RDMA/mlx5: Refactor raw flow creationMark Bloch2018-09-111-5/+7
| * | 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-111-6/+6
| * | 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-111-10/+19
| * | Merge branch 'mlx5-flow-mutate' into rdma.git for-nextJason Gunthorpe2018-09-051-0/+3
| |\ \
| | * | RDMA/mlx5: Add a new flow action verb - modify headerMark Bloch2018-09-051-0/+3
| | |/
| * | IB/mlx5: Change TX affinity assignment in RoCE LAG modeMajd Dibbiny2018-09-041-0/+8
| |/
* | net/mlx5: Add a no-append flow insertion modePaul Blakey2018-10-171-3/+3
* | net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch2018-10-171-2/+5
* | RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-101-15/+8
|/
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-16/+22
|\
| * 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/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-101-29/+16
* | | RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-021-10/+0
* | | IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe2018-07-301-9/+7
* | | IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd portQing Huang2018-07-261-2/+2
* | | IB/mlx5: Enable driver uapi commands for flow steeringYishai Hadas2018-07-241-1/+3
* | | 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-241-17/+199
* | | IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas2018-07-241-0/+9
* | | RDMA/mlx5: Remove set but not used variablesKamal Heib2018-07-231-3/+1
* | | RDMA: Validate grh_required when handling AVsArtemy Kovalyov2018-07-101-7/+16
* | | RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-2/+2
* | | IB/mlx5: Honor cnt_set_id_valid flag instead of set_idParav Pandit2018-07-091-1/+1
OpenPOWER on IntegriCloud