Age | Commit message (Expand) | Author | Files | Lines |
2024-06-27 | RDMA: Pass entire uverbs attr bundle to create cq function | Akiva Goldberger | 1 | -1/+1 |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
2022-04-08 | RDMA/usnic: Refactor usnic_uiom_alloc_pd() | Robin Murphy | 1 | -2/+1 |
2022-04-06 | RDMA: Split kernel-only global device caps from uverbs device caps | Jason Gunthorpe | 1 | -1/+2 |
2022-01-28 | RDMA/usnic: Delete useless module.h include | Leon Romanovsky | 1 | -1/+0 |
2021-11-19 | RDMA/usnic: Clean up usnic_ib_alloc_pd() | Dan Carpenter | 1 | -5/+3 |
2021-09-24 | RDMA/usnic: Lock VF with mutex instead of spinlock | Leon Romanovsky | 1 | -8/+8 |
2021-08-03 | RDMA: Globally allocate and release QP memory | Leon Romanovsky | 1 | -37/+32 |
2021-03-26 | RDMA: Support more than 255 rdma ports | Mark Bloch | 1 | -3/+3 |
2021-01-07 | RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp | Dinghao Liu | 1 | -0/+3 |
2020-10-26 | RDMA: Check create_flags during create_qp | Jason Gunthorpe | 1 | -1/+1 |
2020-10-26 | RDMA: Check flags during create_cq | Jason Gunthorpe | 1 | -1/+1 |
2020-10-26 | RDMA: Check attr_mask during modify_qp | Jason Gunthorpe | 1 | -0/+3 |
2020-09-09 | RDMA: Allow fail of destroy CQ | Leon Romanovsky | 1 | -2/+2 |
2020-09-09 | RDMA: Restore ability to fail on PD deallocate | Leon Romanovsky | 1 | -1/+2 |
2020-08-27 | RDMA/usnic: Remove the query_pkey callback | Kamal Heib | 1 | -11/+0 |
2020-06-02 | RDMA: Remove 'max_map_per_fmr' | Jason Gunthorpe | 1 | -1/+0 |
2020-03-04 | RDMA/providers: Fix return value when QP type isn't supported | Kamal Heib | 1 | -1/+1 |
2019-08-12 | RDMA: Introduce ib_port_phys_state enum | Kamal Heib | 1 | -3/+4 |
2019-07-25 | IB/usnic: Use dev_get_drvdata | Chuhong Yuan | 1 | -1/+1 |
2019-06-11 | RDMA: Convert CQ allocations to be under core responsibility | Leon Romanovsky | 1 | -13/+5 |
2019-06-11 | RDMA: Clean destroy CQ in drivers do not return errors | Leon Romanovsky | 1 | -3/+1 |
2019-04-01 | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch | 1 | -3/+1 |
2019-04-01 | IB: Remove 'uobject->context' dependency in object destroy APIs | Shamir Rabinovitch | 1 | -1/+1 |
2019-04-01 | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch | 1 | -5/+4 |
2019-02-22 | RDMA: Handle ucontext allocations by IB/core | Leon Romanovsky | 1 | -12/+6 |
2019-02-19 | IB/usnic: Fix deadlock | Parvi Kaustubhi | 1 | -10/+0 |
2019-02-15 | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch | 1 | -2/+3 |
2019-02-08 | RDMA: Handle PD allocations by IB/core | Leon Romanovsky | 1 | -20/+6 |
2019-01-30 | IB/usnic: Remove stub functions | Gal Pressman | 1 | -53/+0 |
2019-01-10 | RDMA: Clear CTX objects during their allocation | Leon Romanovsky | 1 | -1/+1 |
2019-01-10 | IB/usnic: Fix out of bounds index check in query pkey | Gal Pressman | 1 | -1/+1 |
2018-12-19 | IB/usnic: Fix potential deadlock | Parvi Kaustubhi | 1 | -4/+7 |
2018-12-19 | RDMA: Mark if destroy address handle is in a sleepable context | Gal Pressman | 1 | -1/+1 |
2018-12-19 | RDMA: Mark if create address handle is in a sleepable context | Gal Pressman | 1 | -0/+1 |
2018-09-26 | RDMA/drivers: Use dev_name instead of ibdev->name | Jason Gunthorpe | 1 | -7/+9 |
2018-07-30 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche | 1 | -4/+4 |
2018-06-25 | IB/usnic: Update with bug fixes from core code | Jason Gunthorpe | 1 | -1/+1 |
2017-12-22 | drivers: infiniband: remove duplicate includes | Pravin Shedge | 1 | -1/+0 |
2017-10-14 | RDMA/usnic: Instantiate data structures once | Bart Van Assche | 1 | -0/+24 |
2017-10-14 | RDMA/usnic: Make the compiler check declaration consistency during compilation | Bart Van Assche | 1 | -0/+1 |
2017-08-28 | IB/usnic: check for allocation failure | Dan Carpenter | 1 | -0/+2 |
2017-08-22 | RDMA: Fix return value check for ib_get_eth_speed() | Selvin Xavier | 1 | -2/+2 |
2017-07-24 | IB/core: Add generic function to extract IB speed from netdev | Yuval Shaia | 1 | -25/+6 |
2017-07-24 | IB/usnic: Implement get_netdev hook | Yuval Shaia | 1 | -0/+10 |
2017-05-01 | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-04-28 | IB/usnic: Simplify the code to balance loc/unlock calls | Leon Romanovsky | 1 | -22/+23 |
2017-04-28 | Ib/usnic: Explicitly include usnic headers | Leon Romanovsky | 1 | -0/+1 |
2017-02-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -1/+1 |
2017-02-14 | IB: Query ports via the core instead of direct into the driver | Or Gerlitz | 1 | -1/+1 |