Age | Commit message (Expand) | Author | Files | Lines |
2023-09-11 | IB: Use capital "OR" for multiple licenses in SPDX | Krzysztof Kozlowski | 1 | -1/+1 |
2021-08-25 | RDMA/hfi1: Convert to SPDX identifier | Cai Huoqing | 1 | -43/+1 |
2021-01-28 | RDMA/hw/hfi1/ud: Fix a little more doc-rot | Lee Jones | 1 | -6/+2 |
2019-06-29 | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details | Michael J. Ruhl | 1 | -14/+15 |
2019-06-29 | IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs | Michael J. Ruhl | 1 | -15/+15 |
2019-06-29 | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full | Kamenee Arumugam | 1 | -3/+2 |
2019-06-18 | IB/hfi1: Handle port down properly in pio | Mike Marciniszyn | 1 | -2/+2 |
2019-02-05 | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe | 1 | -1/+0 |
2019-01-30 | IB/{hfi1, qib, rvt} Cleanup open coded sge usage | Michael J. Ruhl | 1 | -22/+2 |
2019-01-22 | IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM | Brian Welty | 1 | -1/+0 |
2018-12-07 | IB/hfi1: Correctly process FECN and BECN in packets | Mitko Haralanov | 1 | -13/+20 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt | Venkata Sandeep Dhanalakota | 1 | -2/+2 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty | 1 | -9/+9 |
2018-06-26 | IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values | Michael J. Ruhl | 1 | -2/+2 |
2018-05-24 | IB/hfi1: Add support for 16B Management Packets | Don Hiatt | 1 | -15/+42 |
2018-05-09 | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt | Brian Welty | 1 | -2/+2 |
2018-05-03 | IB/hfi1: Fix handling of FECN marked multicast packet | Mike Marciniszyn | 1 | -2/+2 |
2018-02-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -19/+20 |
2018-02-02 | IB/hfi1: Remove blind constants from 16B update | Mike Marciniszyn | 1 | -5/+10 |
2018-02-02 | IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packet | Sebastian Sanchez | 1 | -2/+1 |
2018-02-02 | IB/hfi1: Remove dependence on qp->s_hdrwords | Mitko Haralanov | 1 | -15/+12 |
2017-12-05 | drivers/infiniband: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 1 | -2/+0 |
2017-11-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -5/+3 |
2017-11-13 | IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entry | Don Hiatt | 1 | -3/+3 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -2/+2 |
2017-10-15 | IB/hfi1: Remove set-but-not-used variables | Bart Van Assche | 1 | -2/+0 |
2017-08-22 | IB/hfi1: Add 16B UD support | Don Hiatt | 1 | -105/+316 |
2017-08-22 | IB/hfi1: Add support to process 16B header errors | Don Hiatt | 1 | -1/+2 |
2017-08-22 | IB/hfi1: Add support to send 16B bypass packets | Don Hiatt | 1 | -12/+13 |
2017-08-22 | IB/hfi1: Add support to receive 16B bypass packets | Don Hiatt | 1 | -3/+1 |
2017-06-27 | IB/hfi1,qib: Do not send QKey trap for UD qps | Dennis Dalessandro | 1 | -25/+12 |
2017-06-27 | IB/hfi1: Setup common IB fields in hfi1_packet struct | Don Hiatt | 1 | -14/+9 |
2017-06-27 | IB/hfi1: Add functions to parse BTH/IB headers | Don Hiatt | 1 | -3/+3 |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 1 | -24/+27 |
2017-05-01 | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 1 | -2/+2 |
2017-04-28 | IB/hfi1: Use defines from common headers | Don Hiatt | 1 | -1/+1 |
2017-04-28 | IB/hfi1: Add functions to parse 9B headers | Don Hiatt | 1 | -8/+6 |
2017-04-28 | IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5 | Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-02-19 | IB/hfi1, rdmavt: Move SGE state helper routines into rdmavt | Brian Welty | 1 | -2/+2 |
2017-02-19 | IB/hfi1, rdmavt: Update copy_sge to use boolean arguments | Brian Welty | 1 | -6/+6 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt | Brian Welty | 1 | -2/+2 |
2017-02-19 | IB/hfi1: Access hfi1_ibport through rcd pointer | Sebastian Sanchez | 1 | -1/+1 |
2016-12-11 | IB/hfi1: Remove usage of qp->s_cur_sge | Mitko Haralanov | 1 | -1/+1 |
2016-12-11 | IB/hfi1: Remove dependence on qp->s_cur_size | Don Hiatt | 1 | -1/+1 |
2016-10-02 | IB/hfi1: Update SMA ingress checks for response packets | Jianxin Xiong | 1 | -25/+24 |
2016-10-02 | IB/qib,IB/hfi: Use core common header file | Mike Marciniszyn | 1 | -6/+6 |
2016-08-02 | IB/qib, IB/hfi1: Fix grh creation in ud loopback | Dasaratharaman Chandramouli | 1 | -2/+6 |
2016-08-02 | IB/hfi1: Cleanup UD packet handler. | Dasaratharaman Chandramouli | 1 | -30/+21 |
2016-08-02 | IB/hfi1: Rename struct ahg_ib_header to struct hfi1_ahg_info | Dasaratharaman Chandramouli | 1 | -3/+3 |
2016-08-02 | IB/hfi1: Remove unused elements from struct ahg_ib_header | Dasaratharaman Chandramouli | 1 | -1/+0 |