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 Torvalds2019-05-091-231/+431
|\
| * RDMA/mlx5: Remove MAYEXEC flagLeon Romanovsky2019-05-061-1/+1
| * IB/mlx5: Add steering SW ICM device memory typeAriel Levkovich2019-05-061-7/+135
| * IB/mlx5: Warn on allocated MEMIC buffers during cleanupAriel Levkovich2019-05-061-0/+2
| * IB/mlx5: Support device memory type attributeAriel Levkovich2019-05-061-47/+88
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-36/+6Star
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-10/+13
| |\
| | * RDMA: Remove rdma_user_mmap_pageJason Gunthorpe2019-04-241-6/+6
| | * RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe2019-04-241-2/+3
| * | RDMA/mlx5: Don't create IB representors when in multiport RoCE modeMark Bloch2019-04-221-1/+2
| * | RDMA/mlx5: Initialize roce port info before multiport master initMark Bloch2019-04-221-7/+3Star
| * | RDMA/mlx5: Allow DEVX and raw creation flow on repsMark Bloch2019-04-221-0/+3
| * | RDMA/mlx5: Create flow table with max size supportedMark Bloch2019-04-221-6/+4Star
| * | RDMA/mlx5: Access the prio bypass inside the FDB flow table namespaceMark Bloch2019-04-221-11/+20
| * | RDMA/mlx5: Remove VF representor profileMark Bloch2019-04-101-30/+16Star
| * | RDMA/mlx5: Move to single device multiport ports in switchdev modeMark Bloch2019-04-101-4/+22
| * | RDMA/mlx5: Move SMI caps logicMark Bloch2019-04-101-5/+5
| * | RDMA/mlx5: Refactor netdev affinity codeMark Bloch2019-04-101-10/+37
| * | RDMA/mlx5: Move rep into port structMark Bloch2019-04-101-9/+13
| * | RDMA/mlx5: Use correct size for device resourcesMark Bloch2019-04-101-3/+1Star
| * | RDMA/mlx5: Move ports allocation to outside of INIT stageMark Bloch2019-04-101-12/+12
| * | RDMA/mlx5: Free IB device on removeMark Bloch2019-04-101-2/+2
| * | RDMA/mlx5: Move netdev info into the port structMark Bloch2019-04-101-16/+16
| * | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-04-101-4/+4
| |\ \
| * | | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-12/+24
| * | | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
| * | | IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-8/+9
| * | | IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-1/+4
| * | | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-15/+15
* | | | Merge tag 'mlx5-updates-2019-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-05-041-5/+11
|\ \ \ \
| * \ \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-011-5/+11
| |\ \ \ \
| | * | | | IB/mlx5: Restrict 'DELAY_DROP_TIMEOUT' subtype to Ethernet interfacesAya Levin2019-04-301-1/+5
| | * | | | net/mlx5: Separate and generalize dma device from pci deviceVu Pham2019-04-301-4/+6
| | * | | | Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Saeed Mahameed2019-04-231-109/+140
| | |\ \ \ \ | | | |_|/ / | | |/| | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-5/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | RDMA/mlx5: Use rdma_user_map_io for mapping BAR pagesJason Gunthorpe2019-04-241-5/+3Star
| * | | | RDMA/mlx5: Do not allow the user to write to the clock pageJason Gunthorpe2019-04-241-0/+2
| * | | | IB/mlx5: Fix scatter to CQE in DCT QP creationGuy Levi2019-04-181-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-04-051-4/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | net/mlx5: Add explicit bar address fieldHuy Nguyen2019-04-021-4/+4
* | | IB/mlx5: Fix mapping of link-mode to IB width and speedAya Levin2019-03-181-0/+7
| |/ |/|
* | RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-21/+14Star
* | IB/mlx5: Protect against prefetch of invalid MRMoni Shoua2019-02-221-12/+1Star
* | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-02-211-18/+77
|\|
| * IB/mlx5: Add support for 50Gbps per lane link modesAya Levin2019-02-141-5/+61
| * net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin2019-02-141-1/+2
| * net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin2019-02-141-2/+4
| * IB/mlx5: Use unified register/load function for uplink and VF vportsBodong Wang2019-02-141-13/+13
* | RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-25/+23Star
* | IB/mlx5: Consider vlan of lower netdev for macvlan GID entriesParav Pandit2019-01-311-6/+34