Age | Commit message (Expand) | Author | Files | Lines |
2020-12-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 5 | -109/+189 |
2020-12-10 | RDMA/uverbs: Fix incorrect variable type | Avihai Horon | 1 | -0/+10 |
2020-12-07 | IB: Fix kernel-doc markups | Mauro Carvalho Chehab | 1 | -0/+11 |
2020-12-07 | RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr | Jason Gunthorpe | 2 | -3/+9 |
2020-12-07 | RDMA/uverbs: Check ODP in ib_check_mr_access() as well | Jason Gunthorpe | 1 | -1/+5 |
2020-11-27 | RDMA/restrack: Support all QP types | Leon Romanovsky | 1 | -2/+8 |
2020-11-27 | RDMA/core: Allow drivers to disable restrack DB | Leon Romanovsky | 1 | -0/+24 |
2020-11-23 | net: don't include ethtool.h from netdevice.h | Jakub Kicinski | 2 | -0/+2 |
2020-11-17 | RDMA/core: remove use of dma_virt_ops | Christoph Hellwig | 1 | -23/+50 |
2020-11-17 | Merge branch 'for-rc' into rdma.git | Jason Gunthorpe | 1 | -12/+2 |
2020-11-16 | RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQ | Jason Gunthorpe | 1 | -0/+42 |
2020-11-12 | RDMA: Lift ibdev_to_node from rds to common code | Christoph Hellwig | 1 | -0/+13 |
2020-11-12 | RDMA/core: Remove ib_dma_{alloc,free}_coherent | Christoph Hellwig | 1 | -29/+0 |
2020-11-12 | RDMA/core: Make FD destroy callback void | Leon Romanovsky | 1 | -2/+2 |
2020-11-12 | RDMA/core: Postpone uobject cleanup on failure till FD close | Leon Romanovsky | 1 | -42/+2 |
2020-10-28 | IB/verbs: avoid nested container_of() | Arnd Bergmann | 1 | -6/+9 |
2020-10-28 | RDMA: Add rdma_connect_locked() | Jason Gunthorpe | 1 | -12/+2 |
2020-10-26 | RDMA: Remove AH from uverbs_cmd_mask | Jason Gunthorpe | 1 | -0/+2 |
2020-10-26 | RDMA/core Remove uverbs_ex_cmd_mask | Jason Gunthorpe | 1 | -1/+0 |
2020-10-26 | RDMA: Check attr_mask during modify_qp | Jason Gunthorpe | 1 | -0/+2 |
2020-10-16 | RDMA: Explicitly pass in the dma_device to ib_register_device | Jason Gunthorpe | 1 | -1/+2 |
2020-10-01 | RDMA/uverbs: Expose the new GID query API to user space | Avihai Horon | 1 | -3/+3 |
2020-10-01 | RDMA/core: Introduce new GID table query API | Avihai Horon | 1 | -0/+3 |
2020-10-01 | RDMA/core: Modify enum ib_gid_type and enum rdma_network_type | Avihai Horon | 1 | -7/+10 |
2020-10-01 | IB/core: Enable ODP sync without faulting | Yishai Hadas | 1 | -1/+1 |
2020-10-01 | IB/core: Improve ODP to use hmm_range_fault() | Yishai Hadas | 1 | -13/+8 |
2020-09-30 | RDMA/core: Remove ucontext->closing | Jason Gunthorpe | 1 | -6/+0 |
2020-09-22 | RDMA/restrack: Improve readability in task name management | Leon Romanovsky | 2 | -45/+15 |
2020-09-22 | RDMA/restrack: Simplify restrack tracking in kernel flows | Leon Romanovsky | 1 | -1/+0 |
2020-09-22 | RDMA/restrack: Count references to the verbs objects | Leon Romanovsky | 1 | -7/+0 |
2020-09-18 | Merge branch 'mlx5_active_speed' into rdma.git for-next | Jason Gunthorpe | 1 | -3/+4 |
2020-09-18 | RDMA: Fix link active_speed size | Aharon Landau | 1 | -3/+4 |
2020-09-17 | RDMA: Convert RWQ table logic to ib_core allocation scheme | Leon Romanovsky | 1 | -5/+4 |
2020-09-17 | RDMA: Clean MW allocation and free flows | Leon Romanovsky | 1 | -2/+2 |
2020-09-11 | RDMA/core: Added missing WR and WC opcodes | Bob Pearson | 1 | -7/+9 |
2020-09-11 | RDMA/mlx4: Use ib_umem_num_dma_blocks() | Jason Gunthorpe | 1 | -2/+0 |
2020-09-11 | RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks() | Jason Gunthorpe | 1 | -3/+12 |
2020-09-09 | RDMA/umem: Add rdma_umem_for_each_dma_block() | Jason Gunthorpe | 1 | -0/+20 |
2020-09-09 | RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz() | Jason Gunthorpe | 1 | -24/+0 |
2020-09-09 | RDMA: Make counters destroy symmetrical | Leon Romanovsky | 1 | -1/+1 |
2020-09-09 | RDMA: Restore ability to return error for destroy WQ | Leon Romanovsky | 1 | -2/+2 |
2020-09-09 | RDMA: Change XRCD destroy return value | Leon Romanovsky | 1 | -1/+1 |
2020-09-09 | RDMA: Allow fail of destroy CQ | Leon Romanovsky | 1 | -2/+4 |
2020-09-09 | RDMA/core: Delete function indirection for alloc/free kernel CQ | Leon Romanovsky | 1 | -56/+6 |
2020-09-09 | RDMA: Restore ability to fail on SRQ destroy | Leon Romanovsky | 1 | -3/+5 |
2020-09-09 | RDMA: Restore ability to fail on AH destroy | Leon Romanovsky | 1 | -3/+5 |
2020-09-09 | RDMA: Restore ability to fail on PD deallocate | Leon Romanovsky | 1 | -8/+5 |
2020-09-09 | RDMA/core: Change how failing destroy is handled during uobj abort | Jason Gunthorpe | 1 | -5/+0 |
2020-08-31 | RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz() | Jason Gunthorpe | 1 | -4/+5 |
2020-08-31 | RDMA/hns: Get udp sport num dynamically instead of using a fixed value | Weihang Li | 1 | -0/+1 |