summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-212-0/+2
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-202-12/+13
|\ \ | |/ |/|
| * net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit2019-05-172-12/+13
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-151-3/+10
|\ \ | |/ |/|
| * IB/mlx5: Verify DEVX general object type correctlyYishai Hadas2019-05-141-3/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0916-644/+1095
|\|
| * RDMA/mlx5: Remove MAYEXEC flagLeon Romanovsky2019-05-061-1/+1
| * IB/mlx5: Device resource control for privileged DEVX userAriel Levkovich2019-05-061-0/+4
| * IB/mlx5: Add steering SW ICM device memory typeAriel Levkovich2019-05-065-9/+290
| * IB/mlx5: Warn on allocated MEMIC buffers during cleanupAriel Levkovich2019-05-061-0/+2
| * IB/mlx5: Support device memory type attributeAriel Levkovich2019-05-065-84/+140
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-36/+6Star
| * IB/mlx5: Add missing XRC options to QP optional params maskJack Morgenstein2019-05-031-0/+21
| * Merge branch 'mlx5_tir_icm' into rdma.git for-nextJason Gunthorpe2019-04-251-5/+41
| |\
| | * IB/mlx5: Expose TIR ICM address to user spaceAriel Levkovich2019-04-251-5/+41
| * | Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-242-14/+20
| |\ \
| | * | 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-223-8/+5Star
| * | | RDMA/mlx5: Add query e-switch vport context to devx white listMaor Gottlieb2019-04-221-0/+2
| * | | RDMA/mlx5: Allow inserting a steering rule to the FDBMark Bloch2019-04-221-12/+63
| * | | 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-222-11/+21
| * | | RDMA/mlx5: Check for error return in flow_rule rather than errColin Ian King2019-04-121-1/+1
| * | | RDMA/mlx5: Remove VF representor profileMark Bloch2019-04-103-86/+16Star
| * | | RDMA/mlx5: Move to single device multiport ports in switchdev modeMark Bloch2019-04-103-9/+49
| * | | RDMA/mlx5: Move SMI caps logicMark Bloch2019-04-101-5/+5
| * | | RDMA/mlx5: Refactor netdev affinity codeMark Bloch2019-04-102-10/+39
| * | | RDMA/mlx5: Move default representors SQ steering to rule to modify QPMark Bloch2019-04-103-30/+48
| * | | RDMA/mlx5: Move rep into port structMark Bloch2019-04-107-20/+26
| * | | 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-102-14/+22
| * | | RDMA/mlx5: Free IB device on removeMark Bloch2019-04-102-6/+3Star
| * | | RDMA/mlx5: Move netdev info into the port structMark Bloch2019-04-103-25/+25
| * | | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-04-104-9/+8Star
| |\ \ \
| * | | | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-085-58/+54Star
| * | | | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-083-23/+18Star
| * | | | IB/mlx5: Remove references to uboject->contextJason Gunthorpe2019-04-083-14/+23
| * | | | RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-081-1/+1
| * | | | RDMA/mlx5: Cleanup WQE page fault handlerLeon Romanovsky2019-04-041-67/+52Star
| * | | | Merge HFI1 updates into k.o/for-nextJason Gunthorpe2019-04-031-1/+2
| |\ \ \ \
| * | | | | IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-014-25/+22Star
| * | | | | IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-014-28/+49
| * | | | | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-017-37/+34Star
| * | | | | IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-012-3/+6
| * | | | | IB/mlx5: Declare devx_async_cmd_event_fops staticBart Van Assche2019-03-281-1/+1
| * | | | | IB/mlx5: Compare only index part of a memory window rkeyArtemy Kovalyov2019-03-271-1/+10