Age | Commit message (Expand) | Author | Files | Lines |
2020-03-02 | IB/hfi1, qib: Ensure RCU is locked when accessing list |  Dennis Dalessandro | 1 | -0/+2 |
2019-06-28 | Merge tag 'v5.2-rc6' into rdma.git for-next |  Jason Gunthorpe | 1 | -2/+0 |
2019-06-10 | RDMA: Move owner into struct ib_device_ops |  Jason Gunthorpe | 1 | -1/+1 |
2019-06-10 | RDMA: Move driver_id into struct ib_device_ops |  Jason Gunthorpe | 1 | -1/+3 |
2019-05-29 | IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value |  Mike Marciniszyn | 1 | -2/+0 |
2019-01-30 | IB/{hfi1,qib}: Cleanup open coded sge sizing |  Michael J. Ruhl | 1 | -15/+3 |
2019-01-14 | RDMA: Rename port_callback to init_port |  Parav Pandit | 1 | -1/+1 |
2018-12-19 | RDMA: Mark if create address handle is in a sleepable context |  Gal Pressman | 1 | -1/+1 |
2018-12-12 | RDMA/qib: Initialize ib_device_ops struct |  Kamal Heib | 1 | -2/+6 |
2018-11-29 | RDMA/qib: Remove all occurrences of BUG_ON() |  Leon Romanovsky | 1 | -3/+0 |
2018-10-17 | RDMA/drivers: Use core provided API for registering device attributes |  Parav Pandit | 1 | -6/+1 |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt |  Venkata Sandeep Dhanalakota | 1 | -2/+5 |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt |  Brian Welty | 1 | -21/+1 |
2018-09-30 | IB/hfi1: Prepare resource waits for dual leg |  Dennis Dalessandro | 1 | -4/+5 |
2018-09-30 | IB/rdmavt: Rename check_send_wqe as setup_wqe |  Kaike Wan | 1 | -1/+1 |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes |  Steve Wise | 1 | -1/+2 |
2018-05-09 | IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support |  Sebastian Sanchez | 1 | -5/+1 |
2018-03-19 | IB/uverbs: Extend uverbs_ioctl header with driver_id |  Matan Barak | 1 | -1/+1 |
2018-01-05 | IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall |  Michael J. Ruhl | 1 | -1/+0 |
2018-01-05 | IB/{rdmavt, hfi1, qib}: Self determine driver name |  Michael J. Ruhl | 1 | -1/+0 |
2017-10-18 | Merge branch 'timer_setup' into for-next |  Doug Ledford | 1 | -3/+3 |
2017-10-14 | IB/qib: Remove set-but-not-used variables |  Bart Van Assche | 1 | -2/+1 |
2017-10-09 | IB/qib: Convert timers to use timer_setup() |  Kees Cook | 1 | -3/+3 |
2017-08-22 | IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDs |  Don Hiatt | 1 | -0/+9 |
2017-05-01 | IB/core: Define 'ib' and 'roce' rdma_ah_attr types |  Dasaratharaman Chandramouli | 1 | -0/+2 |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions |  Dasaratharaman Chandramouli | 1 | -5/+7 |
2017-05-01 | IB/core: Rename ib_create_ah to rdma_create_ah |  Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-05-01 | IB/core: Rename struct ib_ah_attr to rdma_ah_attr |  Dasaratharaman Chandramouli | 1 | -3/+3 |
2017-04-28 | IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressing |  Michael J. Ruhl | 1 | -1/+1 |
2017-04-05 | IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent |  Mike Marciniszyn | 1 | -0/+13 |
2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma |  Linus Torvalds | 1 | -1/+1 |
2017-02-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma |  Linus Torvalds | 1 | -0/+1 |
2017-02-19 | IB/qib: Updates to use rdmavt's SGE helper routines |  Brian Welty | 1 | -89/+6 |
2017-02-19 | IB/qib: Use new rdmavt timers |  Venkata Sandeep Dhanalakota | 1 | -0/+1 |
2017-02-14 | IB: Query ports via the core instead of direct into the driver |  Or Gerlitz | 1 | -0/+1 |
2017-01-24 | IB/qib: Switch from dma_device to dev.parent |  Bart Van Assche | 1 | -1/+1 |
2016-12-11 | IB/hfi1,IB/qib: Use new send completion helper |  Mike Marciniszyn | 1 | -13/+0 |
2016-12-11 | IB/qib: Use standard refcount wrapper for QPs |  Sebastian Sanchez | 1 | -12/+8 |
2016-10-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma |  Linus Torvalds | 1 | -1/+2 |
2016-10-07 | IB/{core,hw}: Add constant for node_desc |  Yuval Shaia | 1 | -1/+2 |
2016-10-02 | IB/qib: Remove qpt_mask global |  Dennis Dalessandro | 1 | -2/+0 |
2016-10-02 | IB/qib,IB/hfi: Use core common header file |  Mike Marciniszyn | 1 | -7/+7 |
2016-08-02 | IB/qib: Add qib post send table |  Mike Marciniszyn | 1 | -0/+2 |
2016-03-10 | IB/qib: Setup notify free/create mad agent callbacks for rdmavt |  Dennis Dalessandro | 1 | -0/+4 |
2016-03-10 | IB/qib, staging/rdma/hfi1: add s_hlock for use in post send |  Mike Marciniszyn | 1 | -9/+28 |
2016-03-10 | IB/qib: Rename several functions by adding a "qib_" prefix |  Harish Chegondi | 1 | -13/+13 |
2016-03-10 | IB/qib,staging/rdma/hfi1: use setup_timer api |  Hari Prasath Gujulan Elango | 1 | -3/+1 |
2016-03-10 | IB/qib: Remove modify_port and port_immutable functions |  Harish Chegondi | 1 | -47/+16 |
2016-03-10 | IB/qib: Support query gid in rdmavt |  Dennis Dalessandro | 1 | -20/+12 |
2016-03-10 | IB/qib: Remove destroy queue pair code |  Harish Chegondi | 1 | -1/+0 |