- d205a06a IB/rdmavt: Rename check_send_wqe as setup_wqe by Kaike Wan · 6 years ago
- 0b79b27 IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting by Michael J. Ruhl · 6 years ago
- 4171a69 IB/hfi1: Define 16B Management Packets by Don Hiatt · 7 years ago
- 832369f IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt by Brian Welty · 7 years ago
- a74d530 IB/hfi1: Rework fault injection machinery by Mitko Haralanov · 7 years ago
- 78d3633 IB/hfi1: Remove blind constants from 16B update by Mike Marciniszyn · 7 years ago
- bdaf96f IB/hfi1: Look up ibport using a pointer in receive path by Sebastian Sanchez · 7 years ago
- 6d6b884 IB/hfi1: Optimize packet type comparison using 9B and bypass code paths by Sebastian Sanchez · 7 years ago
- 9636258 IB/hfi1: Remove dependence on qp->s_hdrwords by Mitko Haralanov · 7 years ago
- 6165467 IB/hfi1: Remove HFI1_VERBS_31BIT_PSN option by Grzegorz Morys · 7 years ago
- 566d53a IB/hfi1: Enhance PIO/SDMA send for 16B by Don Hiatt · 7 years ago
- 5b6cabb IB/hfi1: Add 16B RC/UC support by Don Hiatt · 7 years ago
- 51e658f5 IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lids by Dasaratharaman Chandramouli · 7 years ago
- 88733e3 IB/hfi1: Add 16B UD support by Don Hiatt · 7 years ago
- d98bb7f IB/hfi1: Determine 9B/16B L2 header type based on Address handle by Don Hiatt · 7 years ago
- 5786adf3 IB/hfi1: Add support to process 16B header errors by Don Hiatt · 7 years ago
- 30e0741 IB/hfi1: Add support to send 16B bypass packets by Don Hiatt · 7 years ago
- 72c07e2 IB/hfi1: Add support to receive 16B bypass packets by Don Hiatt · 7 years ago
- bcad291 IB/hfi1: Serve the most starved iowait entry first by Kaike Wan · 7 years ago
- 13d8491 IB/hfi1,qib: Do not send QKey trap for UD qps by Dennis Dalessandro · 8 years ago
- 9039746 IB/hfi1: Setup common IB fields in hfi1_packet struct by Don Hiatt · 8 years ago
- dd1ed10 IB/hfi1: Fix yield logic in send engine by Mike Marciniszyn · 8 years ago
- 688f21c IB/hfi1, IB/rdmavt: Move r_adefered to r_lock cache line by Mike Marciniszyn · 8 years ago
- d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
- 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
- b6eac93 IB/hfi1: Prevent kernel QP post send hard lockups by Mike Marciniszyn · 8 years ago
- 243d9f4 IB/hfi1: Add transmit fault injection feature by Don Hiatt · 8 years ago
- 0181ce3 IB/hfi1: Add receive fault injection feature by Don Hiatt · 8 years ago
- 1198fce IB/hfi1, rdmavt: Move SGE state helper routines into rdmavt by Brian Welty · 8 years ago
- 0128fce IB/hfi1, rdmavt: Update copy_sge to use boolean arguments by Brian Welty · 8 years ago
- 56acbbf IB/hfi1: Use new rdmavt timers by Venkata Sandeep Dhanalakota · 8 years ago
- 696513e IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt by Brian Welty · 8 years ago
- beb5a04 IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt by Brian Welty · 8 years ago
- a6cd5f0 IB/hfi1: Unify access to GUID entries by Jakub Pawlak · 8 years ago
- 4e04557 IB/hfi1: Add unique txwait_lock for txreq events by Mike Marciniszyn · 8 years ago
- b374e06 IB/hfi1: Consolidate pio control masks into single definition by Mike Marciniszyn · 8 years ago
- 261a435 IB/qib,IB/hfi: Use core common header file by Mike Marciniszyn · 8 years ago
- d4d602e IB/hfi1: Rename hfi1_pio_header to hfi1_sdma_header. by Don Hiatt · 8 years ago
- a9b6b3b IB/hfi1: Rename struct ahg_ib_header to struct hfi1_ahg_info by Dasaratharaman Chandramouli · 8 years ago
- bd24ef5 IB/hfi1: Remove unused elements from struct ahg_ib_header by Dasaratharaman Chandramouli · 8 years ago
- 23f7d0d IB/hfi1, qib: Add ieth to the packet header definitions by Jianxin Xiong · 9 years ago
- f48ad61 IB/hfi1: Move driver out of staging by Dennis Dalessandro · 9 years ago[Renamed from drivers/staging/rdma/hfi1/verbs.h]
- b218f78 IB/hfi1: Use global defines for upper bits in opcode by Mike Marciniszyn · 9 years ago
- 747f4d7 IB/qib, IB/hfi1: Fix up UD loopback use of irq flags by Mike Marciniszyn · 9 years ago
- 528ee9f IB/hfi1: Add adaptive cacheless verbs copy by Dean Luick · 9 years ago
- 05d6ac1 staging/rdma/hfi1: Fix header by Jubin John · 9 years ago
- 50e5dcb staging/rdma/hfi1: Remove space after cast by Jubin John · 9 years ago
- 35f6bef staging/rdma/hfi1: Add qp to send context mapping for PIO by Jubin John · 9 years ago
- 14553ca staging/rdma/hfi1: Adaptive PIO for short messages by Mike Marciniszyn · 9 years ago
- 721d042 staging/rdma/hfi1: Add s_sendcontext priv field by Jubin John · 9 years ago
- bb5df5f staging/rdma/hfi1: Remove header memcpy from sdma send path. by Dennis Dalessandro · 9 years ago
- 46a80d6 IB/qib, staging/rdma/hfi1: add s_hlock for use in post send by Mike Marciniszyn · 9 years ago
- 34cee28 staging/rdma/hfi1: actually use new RNR timer API in loopback path by Mike Marciniszyn · 9 years ago
- 08279d5 staging/rdma/hfi1: use new RNR timer by Mike Marciniszyn · 9 years ago
- 3c9d149 staging/rdma/hfi1: add unique rnr timer by Mike Marciniszyn · 9 years ago
- cd93a9e staging/rdma/hfi1: Removing unused struct hfi1_verbs_counters by Sebastian Sanchez · 9 years ago
- 45b59ee staging/rdma/hfi1: Remove modify_port and port_immutable functions by Harish Chegondi · 9 years ago
- 7b0b01a staging/rdma/hfi1: Split last 8 bytes of copy to user buffer by Dean Luick · 9 years ago
- 89abfc8 staging/rdma/hfi1: Change send_schedule counter to a per cpu counter by Vennila Megavannan · 9 years ago
- 31e7af1 staging/rdma/hfi1: Fix SL->SC checks by Ira Weiny · 9 years ago
- 9cd70e1 staging/rdma/hfi1: Remove srq functionality by Jubin John · 9 years ago
- 9c4a311 staging/rdma/hfi1: Remove create and free mad agents by Dennis Dalessandro · 9 years ago
- ec4274f staging/rdma/hfi1: Remove modify queue pair from hfi1 by Dennis Dalessandro · 9 years ago
- 0facc5a staging/rdma/hfi1: Remove multicast verbs functions by Dennis Dalessandro · 9 years ago
- 83693bd staging/rdma/hfi1: Use rdmavt version of post_send by Dennis Dalessandro · 9 years ago
- abd712d staging/rdma/hfi1: Remove CQ data structures and functions from hfi1 by Dennis Dalessandro · 9 years ago
- 1c4b7d9 staging/rdma/hfi1: Remove qpdev and qpn table from hfi1 by Dennis Dalessandro · 9 years ago
- 54d10c1 staging/rdma/hfi1: Use rdmavt send flags and recv flags by Dennis Dalessandro · 9 years ago
- 92c24be staging/rdma/hfi1: Remove mmap from hfi1 by Dennis Dalessandro · 9 years ago
- 4eb0688 staging/rdma/hfi1: Remove ibport and use rdmavt version by Dennis Dalessandro · 9 years ago
- 39db3e6 staging/rdma/hfi1: Remove srq from hfi1 by Dennis Dalessandro · 9 years ago
- 895420d staging/rdma/hfi1: Remove hfi1 MR and hfi1 specific qp type by Dennis Dalessandro · 9 years ago
- 15723f0 staging/rdma/hfi1: Use address handle in rdmavt and remove from hfi1 by Dennis Dalessandro · 9 years ago
- 4c6829c staging/rdma/hfi1: Remove driver specific members from hfi1 qp type by Dennis Dalessandro · 9 years ago
- cd4ceee staging/rdma/hfi1: Remove MR data structures from hfi1 by Dennis Dalessandro · 9 years ago
- 4f87ccf staging/rdma/hfi1: Use rdmavt protection domain by Dennis Dalessandro · 9 years ago
- f326674a staging/rdma/hfi1: Consolidate dma ops for hfi1 by Ira Weiny · 9 years ago
- ec3f2c1 staging/rdma/hfi1: Begin to use rdmavt for verbs by Dennis Dalessandro · 9 years ago
- 9eb0432 staging/hfi1: Move s_sde to read mostly section of hfi1_qp by Harish Chegondi · 9 years ago
- 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
- b7d3e0a IB: remove support for phys MRs by Christoph Hellwig · 9 years ago
- 5cd2411 staging/rdma/hfi1: HFI now sends OPA Traps instead of IBTA by Erik E. Kahn · 9 years ago
- d46e514 staging/rdma/hfi1: Reduce number of parameters passed to send handlers by Dennis Dalessandro · 9 years ago
- 7c091e5 staging/rdma/hfi1: add ACK coalescing logic by Mike Marciniszyn · 9 years ago
- 2fd3686 staging/rdma/hfi1: add common routine for queuing acks by Mike Marciniszyn · 9 years ago
- d7b8ba5 staging/rdma/hfi1: pre-compute sc and sde for RC/UC QPs by Mike Marciniszyn · 9 years ago
- 0a226ed staging/rdma/hfi1: Use parallel workqueue for SDMA engines by Mike Marciniszyn · 9 years ago
- c2f3ffb staging/rdma/hfi1: move hfi1_migrate_qp by Mike Marciniszyn · 9 years ago
- ab9f2fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
- 349abd0 IB/hfi1: Remove fast registration from the code by Sagi Grimberg · 9 years ago
- b421922 staging/rdma/hfi1: Add a schedule in send thread by Dean Luick · 9 years ago
- 13a69f5 staging/rdma/hfi1: Fix regression in send performance by Mike Marciniszyn · 9 years ago
- e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
- d9fe6dd IB/hfi1: Support ib_alloc_mr verb by Mike Marciniszyn · 9 years ago
- 7724105 IB/hfi1: add driver files by Mike Marciniszyn · 9 years ago