Age | Commit message (Expand) | Author | Files | Lines |
2021-03-26 | RDMA: Support more than 255 rdma ports | Mark Bloch | 1 | -3/+3 |
2020-03-29 | IB/qib: Delete struct qib_ivdev.qp_rnd | George Spelvin | 1 | -1/+0 |
2019-11-13 | RDMA: Change MAD processing function to remove extra casting and parameter | Leon Romanovsky | 1 | -3/+2 |
2019-04-24 | IB/rdmavt: Fix ab/ba include issues | Mike Marciniszyn | 1 | -1/+1 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt | Venkata Sandeep Dhanalakota | 1 | -3/+0 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty | 1 | -3/+0 |
2018-10-01 | IB/hfi1: Prepare resource waits for dual leg | Dennis Dalessandro | 1 | -3/+3 |
2018-09-11 | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting | Michael J. Ruhl | 1 | -1/+2 |
2018-07-31 | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche | 1 | -1/+1 |
2018-07-10 | RDMA: Fix storage of PortInfo CapabilityMask in the kernel | Jason Gunthorpe | 1 | -3/+0 |
2018-05-09 | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt | Brian Welty | 1 | -2/+0 |
2017-08-29 | IB/qib: Convert qp_stats debugfs interface to use new iterator API | Mike Marciniszyn | 1 | -8/+2 |
2017-07-24 | Merge branch 'hfi1' into k.o/for-4.14 | Doug Ledford | 1 | -2/+2 |
2017-07-18 | IB/{rdmavt, qib, hfi1}: Remove gfp flags argument | Leon Romanovsky | 1 | -2/+2 |
2017-06-27 | IB/hfi1,qib: Do not send QKey trap for UD qps | Dennis Dalessandro | 1 | -2/+2 |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-05-01 | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-02-19 | IB/qib: Updates to use rdmavt's SGE helper routines | Brian Welty | 1 | -2/+0 |
2017-02-19 | IB/qib: Use new rdmavt timers | Venkata Sandeep Dhanalakota | 1 | -1/+1 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt | Brian Welty | 1 | -4/+0 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt | Brian Welty | 1 | -2/+0 |
2016-10-02 | IB/qib,IB/hfi: Use core common header file | Mike Marciniszyn | 1 | -84/+10 |
2016-08-02 | IB/qib: Add qib post send table | Mike Marciniszyn | 1 | -0/+2 |
2016-05-26 | IB/hfi1, qib: Add ieth to the packet header definitions | Jianxin Xiong | 1 | -0/+1 |
2016-04-28 | IB/qib, IB/hfi1: Fix up UD loopback use of irq flags | Mike Marciniszyn | 1 | -3/+3 |
2016-03-11 | IB/qib,rdmavt: Move smi_ah to qib | Dennis Dalessandro | 1 | -0/+1 |
2016-03-11 | IB/qib, staging/rdma/hfi1: add s_hlock for use in post send | Mike Marciniszyn | 1 | -3/+3 |
2016-03-11 | IB/qib: Rename several functions by adding a "qib_" prefix | Harish Chegondi | 1 | -5/+5 |
2016-03-11 | IB/qib: Remove modify_port and port_immutable functions | Harish Chegondi | 1 | -1/+1 |
2016-03-11 | IB/qib: Remove destroy queue pair code | Harish Chegondi | 1 | -2/+0 |
2016-03-11 | IB/qib: Remove modify queue pair code | Harish Chegondi | 1 | -27/+1 |
2016-03-11 | IB/qib: Remove qib_lookup_qpn and use rvt_lookup_qpn instead | Harish Chegondi | 1 | -2/+0 |
2016-03-11 | IB/qib: Remove srq functionality | Jubin John | 1 | -17/+0 |
2016-03-11 | IB/qib: Remove qib_query_qp function | Harish Chegondi | 1 | -3/+0 |
2016-03-11 | IB/qib: Remove qib multicast verbs functions | Harish Chegondi | 1 | -29/+0 |
2016-03-11 | IB/qib: Use rdmavt version of post_send | Harish Chegondi | 1 | -31/+4 |
2016-03-11 | IB/qib: Remove completion queue data structures and functions from qib | Harish Chegondi | 1 | -61/+1 |
2016-03-11 | IB/qib: Remove create and free mad agents | Dennis Dalessandro | 1 | -4/+2 |
2016-03-11 | IB/qib: Remove create qp and create qp table functionality | Harish Chegondi | 1 | -10/+9 |
2016-03-11 | IB/qib: Use rdmavt send and receive flags | Harish Chegondi | 1 | -75/+3 |
2016-03-11 | IB/qib: Remove qpn, qp tables and related variables from qib | Harish Chegondi | 1 | -31/+2 |
2016-03-11 | IB/qib: Remove mmap from qib | Harish Chegondi | 1 | -15/+0 |
2016-03-11 | IB/qib: Remove ibport and use rdmavt version | Harish Chegondi | 1 | -45/+1 |
2016-03-11 | IB/qib: Remove srq from qib | Dennis Dalessandro | 1 | -13/+0 |
2016-03-11 | IB/qib: Use address handle in rdmavt and remove from qib | Dennis Dalessandro | 1 | -18/+2 |
2016-03-11 | IB/qib: Remove qp and mr functionality from qib | Dennis Dalessandro | 1 | -380/+52 |
2016-03-11 | IB/qib: Remove driver specific members from qib qp type | Dennis Dalessandro | 1 | -8/+18 |
2016-03-11 | IB/qib: Use rdmavt protection domain | Dennis Dalessandro | 1 | -12/+1 |
2016-03-11 | IB/qib: Remove dma.c and use rdmavt version of dma functions | Dennis Dalessandro | 1 | -2/+0 |
2016-03-11 | IB/qib: Begin to use rdmavt for verbs | Dennis Dalessandro | 1 | -2/+6 |