summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-24RDMA/mlx5: Do not allow the user to write to the clock pageJason Gunthorpe1-0/+2
2019-04-23Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Saeed Mahameed1-109/+140
2019-04-22RDMA/mlx5: Don't create IB representors when in multiport RoCE modeMark Bloch1-1/+2
2019-04-22RDMA/mlx5: Initialize roce port info before multiport master initMark Bloch1-7/+3
2019-04-22RDMA/mlx5: Allow DEVX and raw creation flow on repsMark Bloch1-0/+3
2019-04-22RDMA/mlx5: Create flow table with max size supportedMark Bloch1-6/+4
2019-04-22RDMA/mlx5: Access the prio bypass inside the FDB flow table namespaceMark Bloch1-11/+20
2019-04-18IB/mlx5: Fix scatter to CQE in DCT QP creationGuy Levi1-0/+2
2019-04-10RDMA/mlx5: Remove VF representor profileMark Bloch1-30/+16
2019-04-10RDMA/mlx5: Move to single device multiport ports in switchdev modeMark Bloch1-4/+22
2019-04-10RDMA/mlx5: Move SMI caps logicMark Bloch1-5/+5
2019-04-10RDMA/mlx5: Refactor netdev affinity codeMark Bloch1-10/+37
2019-04-10RDMA/mlx5: Move rep into port structMark Bloch1-9/+13
2019-04-10RDMA/mlx5: Use correct size for device resourcesMark Bloch1-3/+1
2019-04-10RDMA/mlx5: Move ports allocation to outside of INIT stageMark Bloch1-12/+12
2019-04-10RDMA/mlx5: Free IB device on removeMark Bloch1-2/+2
2019-04-10RDMA/mlx5: Move netdev info into the port structMark Bloch1-16/+16
2019-04-10Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe1-4/+4
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-12/+24
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+2
2019-04-06Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-4/+4
2019-04-02net/mlx5: Add explicit bar address fieldHuy Nguyen1-4/+4
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-8/+9
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-1/+4
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-15/+15
2019-03-18IB/mlx5: Fix mapping of link-mode to IB width and speedAya Levin1-0/+7
2019-02-23RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-21/+14
2019-02-22IB/mlx5: Protect against prefetch of invalid MRMoni Shoua1-12/+1
2019-02-21Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe1-18/+77
2019-02-14IB/mlx5: Add support for 50Gbps per lane link modesAya Levin1-5/+61
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin1-1/+2
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin1-2/+4
2019-02-14IB/mlx5: Use unified register/load function for uplink and VF vportsBodong Wang1-13/+13
2019-02-09RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-25/+23
2019-01-31IB/mlx5: Consider vlan of lower netdev for macvlan GID entriesParav Pandit1-6/+34
2019-01-31RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-31IB/mlx5: Make mlx5_ib_stage_odp_cleanup() staticKamal Heib1-1/+1
2019-01-24infiniband: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+4
2019-01-22IB/mlx5: Don't override existing ip_protocolMaor Gottlieb1-16/+37
2019-01-22IB/mlx5: Manage indirection mkey upon DEVX flow for ODPYishai Hadas1-0/+1
2019-01-16RDMA/mlx5: Replace kzalloc with kcallocGustavo A. R. Silva1-1/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-5/+8
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-11RDMA: Clear PD objects during their allocationLeon Romanovsky1-1/+1
2019-01-09RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky1-21/+20
2019-01-09RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky1-5/+5
2018-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-156/+204
2018-12-21IB/mlx5: Allocate the per-port Q counter shared when DEVX is supportedYishai Hadas1-2/+7
2018-12-21IB/mlx5: Fix wrong error unwindJason Gunthorpe1-3/+5
2018-12-21IB/mlx5: Simplify netdev unbindingOr Gerlitz1-5/+9