| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-08-07 | 3 | -4/+3 |
|\ |
|
| * | RDMA: Remove the udata parameter from alloc_mr callback | Gal Pressman | 2020-07-07 | 2 | -2/+2 |
| * | RDMA: Correct trivial kernel-doc inconsistencies | Colton Lewis | 2020-06-22 | 1 | -2/+1 |
* | | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE | Mike Marciniszyn | 2020-07-29 | 2 | -32/+5 |
* | | RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq | Aditya Pakki | 2020-06-18 | 1 | -2/+4 |
|/ |
|
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 1 | -1/+1 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | RDMA: Remove 'max_fmr' | Jason Gunthorpe | 2020-06-03 | 1 | -1/+0 |
* | RDMA/rdmavt: Remove FMR memory registration | Max Gurtovoy | 2020-06-03 | 3 | -173/+0 |
* | Merge tag 'v5.7-rc6' into rdma.git for-next | Jason Gunthorpe | 2020-05-21 | 4 | -8/+8 |
|\ |
|
| * | IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info() | Sudip Mukherjee | 2020-04-24 | 4 | -8/+8 |
* | | IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs | Gary Leshner | 2020-05-21 | 1 | -5/+19 |
* | | RDMA: Group create AH arguments in struct | Maor Gottlieb | 2020-05-03 | 2 | -7/+8 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-04-02 | 2 | -7/+1 |
|\ |
|
| * | IB/rdmavt: Delete unused routine | Mike Marciniszyn | 2020-03-18 | 1 | -6/+0 |
| * | Merge tag 'v5.6-rc4' into rdma.git for-next | Jason Gunthorpe | 2020-03-04 | 1 | -33/+51 |
| |\ |
|
| * | | RDMA/providers: Fix return value when QP type isn't supported | Kamal Heib | 2020-03-04 | 1 | -1/+1 |
* | | | IB/rdmavt: Free kernel completion queue when done | Kaike Wan | 2020-03-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | IB/rdmavt: Reset all QPs when the device is shut down | Kaike Wan | 2020-02-11 | 1 | -33/+51 |
|/ |
|
* | Merge tag 'rds-odp-for-5.5' into rdma.git for-next | Jason Gunthorpe | 2020-01-21 | 1 | -1/+1 |
|\ |
|
| * | IB: Allow calls to ib_umem_get from kernel ULPs | Moni Shoua | 2020-01-16 | 1 | -1/+1 |
* | | IB/rdmavt: Correct comments in rdmavt_qp.h header | Mike Marciniszyn | 2020-01-03 | 1 | -1/+8 |
|/ |
|
* | IB/umem: remove the dmasync argument to ib_umem_get | Christoph Hellwig | 2019-11-17 | 1 | -1/+1 |
* | infiniband: fix sw/rdmavt/ kernel-doc notation | rd.dunlab@gmail.com | 2019-10-22 | 4 | -19/+17 |
* | IB/rdmavt: Fix variable shadowing issue in rvt_create_cq | Nathan Chancellor | 2019-07-10 | 1 | -2/+0 |
* | RDMA/rvt: Do not use a kernel header in the ABI | Jason Gunthorpe | 2019-07-08 | 1 | -5/+27 |
* | IB/rdmavt: Add trace for map_mr_sg | Mike Marciniszyn | 2019-06-29 | 2 | -0/+37 |
* | IB/rdmavt: Enhance trace information for FRWR debug | Mike Marciniszyn | 2019-06-29 | 2 | -4/+18 |
* | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details | Michael J. Ruhl | 2019-06-29 | 1 | -1/+1 |
* | IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs | Michael J. Ruhl | 2019-06-29 | 2 | -8/+56 |
* | IB/rdmavt: Set QP allowed opcodes after QP allocation | Michael J. Ruhl | 2019-06-29 | 1 | -23/+12 |
* | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full | Kamenee Arumugam | 2019-06-29 | 3 | -5/+22 |
* | IB/rdmavt: Fracture single lock used for posting and processing RWQEs | Kamenee Arumugam | 2019-06-29 | 3 | -60/+90 |
* | IB/hfi1: Move receive work queue struct into uapi directory | Kamenee Arumugam | 2019-06-29 | 4 | -71/+152 |
* | IB/hfi1: Move rvt_cq_wc struct into uapi directory | Kamenee Arumugam | 2019-06-29 | 1 | -69/+123 |
* | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe | 2019-06-29 | 4 | -1/+6 |
|\ |
|
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-06-07 | 2 | -1/+4 |
| |\ |
|
| | * | IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value | Mike Marciniszyn | 2019-05-29 | 1 | -0/+2 |
| | * | IB/rdmavt: Fix alloc_qpn() WARN_ON() | Mike Marciniszyn | 2019-05-29 | 1 | -1/+2 |
| * | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
| |/ |
|
* | | IB/{rdmavt, qib, hfi1}: Convert to new completion API | Mike Marciniszyn | 2019-06-21 | 1 | -22/+9 |
* | | RDMA: Check umem pointer validity prior to release | Leon Romanovsky | 2019-06-20 | 1 | -2/+1 |
* | | RDMA: Convert CQ allocations to be under core responsibility | Leon Romanovsky | 2019-06-11 | 3 | -38/+19 |
* | | RDMA: Clean destroy CQ in drivers do not return errors | Leon Romanovsky | 2019-06-11 | 2 | -6/+2 |
* | | RDMA: Move uverbs_abi_ver into struct ib_device_ops | Jason Gunthorpe | 2019-06-10 | 1 | -1/+2 |
* | | RDMA: Move driver_id into struct ib_device_ops | Jason Gunthorpe | 2019-06-10 | 1 | -2/+1 |
* | | IB/rdmavt: Use struct_size() helper | Gustavo A. R. Silva | 2019-05-30 | 1 | -3/+1 |
|/ |
|
* | RDMA/rdmavt: Catch use-after-free access of AH structures | Leon Romanovsky | 2019-05-06 | 1 | -2/+1 |
* | Merge branch 'rdma_mmap' into rdma.git for-next | Jason Gunthorpe | 2019-04-24 | 1 | -7/+10 |
|\ |
|