| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/mlx4: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2020-11-23 | 1 | -0/+1 |
* | RDMA: Convert various random sprintf sysfs _show uses to sysfs_emit | Joe Perches | 2020-10-30 | 1 | -11/+7 |
* | RDMA: Manual changes for sysfs_emit and neatening | Joe Perches | 2020-10-30 | 3 | -61/+67 |
* | RDMA: Convert sysfs device * show functions to use sysfs_emit() | Joe Perches | 2020-10-26 | 2 | -19/+18 |
* | RDMA: Check create_flags during create_qp | Jason Gunthorpe | 2020-10-26 | 2 | -3/+1 |
* | RDMA: Check flags during create_cq | Jason Gunthorpe | 2020-10-26 | 1 | -1/+0 |
* | RDMA: Check attr_mask during modify_qp | Jason Gunthorpe | 2020-10-26 | 1 | -0/+3 |
* | RDMA: Check srq_type during create_srq | Jason Gunthorpe | 2020-10-26 | 2 | -3/+4 |
* | RDMA: Move more uverbs_cmd_mask settings to the core | Jason Gunthorpe | 2020-10-26 | 1 | -18/+2 |
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers set | Jason Gunthorpe | 2020-10-26 | 1 | -15/+1 |
* | RDMA: Remove uverbs_ex_cmd_mask values that are linked to functions | Jason Gunthorpe | 2020-10-26 | 1 | -13/+1 |
* | RDMA: Explicitly pass in the dma_device to ib_register_device | Jason Gunthorpe | 2020-10-16 | 1 | -1/+2 |
* | IB/mlx4: Convert rej_tmout radix-tree to XArray | Håkon Bugge | 2020-10-09 | 2 | -49/+51 |
* | RDMA/drivers: Remove udata check from special QP | Leon Romanovsky | 2020-09-29 | 1 | -3/+0 |
* | RDMA/mlx4: Prepare QP allocation to remove from the driver | Leon Romanovsky | 2020-09-29 | 1 | -94/+63 |
* | RDMA/mlx4: Embed GSI QP into general mlx4_ib QP | Leon Romanovsky | 2020-09-29 | 2 | -91/+100 |
* | Merge branch 'mlx5_active_speed' into rdma.git for-next | Jason Gunthorpe | 2020-09-18 | 1 | -1/+2 |
|\ |
|
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-09-11 | 1 | -1/+2 |
| |\ |
|
| | * | RDMA/mlx4: Read pkey table length instead of hardcoded value | Mark Bloch | 2020-08-27 | 1 | -1/+2 |
* | | | RDMA: Convert RWQ table logic to ib_core allocation scheme | Leon Romanovsky | 2020-09-17 | 3 | -34/+26 |
* | | | RDMA: Clean MW allocation and free flows | Leon Romanovsky | 2020-09-17 | 3 | -23/+12 |
* | | | RDMA/mlx4: Use ib_umem_num_dma_blocks() | Jason Gunthorpe | 2020-09-11 | 4 | -7/+6 |
* | | | RDMA: Restore ability to return error for destroy WQ | Leon Romanovsky | 2020-09-09 | 2 | -2/+3 |
* | | | RDMA: Change XRCD destroy return value | Leon Romanovsky | 2020-09-09 | 1 | -1/+2 |
* | | | RDMA: Allow fail of destroy CQ | Leon Romanovsky | 2020-09-09 | 2 | -2/+3 |
* | | | RDMA: Restore ability to fail on SRQ destroy | Leon Romanovsky | 2020-09-09 | 2 | -2/+3 |
* | | | RDMA: Restore ability to fail on AH destroy | Leon Romanovsky | 2020-09-09 | 2 | -6/+4 |
* | | | RDMA: Restore ability to fail on PD deallocate | Leon Romanovsky | 2020-09-09 | 1 | -1/+2 |
* | | | Merge tag 'v5.9-rc3' into rdma.git for-next | Jason Gunthorpe | 2020-08-31 | 3 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 3 | -6/+6 |
| |/ |
|
* | | IB/mlx4: Adjust delayed work when a dup is observed | Håkon Bugge | 2020-08-24 | 1 | -0/+3 |
* | | IB/mlx4: Add support for REJ due to timeout | Håkon Bugge | 2020-08-24 | 2 | -1/+137 |
* | | IB/mlx4: Fix starvation in paravirt mux/demux | Håkon Bugge | 2020-08-24 | 2 | -3/+33 |
* | | IB/mlx4: Separate tunnel and wire bufs parameters | Håkon Bugge | 2020-08-24 | 2 | -21/+26 |
* | | IB/mlx4: Add support for MRA | Håkon Bugge | 2020-08-24 | 1 | -2/+3 |
* | | IB/mlx4: Add and improve logging | Håkon Bugge | 2020-08-24 | 2 | -47/+40 |
* | | RDMA: Remove constant domain argument from flow creation call | Leon Romanovsky | 2020-08-18 | 1 | -23/+8 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-08-06 | 3 | -25/+17 |
|\ |
|
| * | RDMA: Move XRCD to be under ib_core responsibility | Leon Romanovsky | 2020-07-06 | 1 | -22/+15 |
| * | IB/uverbs: Set IOVA on IB MR in uverbs layer | Yishai Hadas | 2020-07-06 | 1 | -1/+0 |
| * | RDMA: Remove the udata parameter from alloc_mr callback | Gal Pressman | 2020-07-06 | 2 | -2/+2 |
* | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 1 | -3/+3 |
|/ |
|
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -1/+1 |
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 1 | -2/+2 |
* | RDMA/mlx4: Remove FMR support for memory registration | Max Gurtovoy | 2020-06-02 | 3 | -120/+0 |
* | Merge tag 'v5.7-rc6' into rdma.git for-next | Jason Gunthorpe | 2020-05-21 | 2 | -4/+13 |
|\ |
|
| * | IB/mlx4: Test return value of calls to ib_get_cached_pkey | Jack Morgenstein | 2020-05-12 | 1 | -3/+11 |
| * | RDMA/mlx4: Initialize ib_spec on the stack | Alaa Hleihel | 2020-04-14 | 1 | -1/+2 |
* | | RDMA: Group create AH arguments in struct | Maor Gottlieb | 2020-05-02 | 2 | -5/+8 |
|/ |
|
* | RDMA/mlx4: Delete duplicated offsetofend implementation | Leon Romanovsky | 2020-03-13 | 1 | -6/+3 |