summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
...
* | IB/rdmavt, IB/hfi1, IB/qib: Add inlines for mtu divisionMike Marciniszyn2016-12-111-1/+23
* | IB/rdmavt: Add swqe mr deref helperMike Marciniszyn2016-12-111-0/+17
* | IB/rdmavt: Add a send completion helperMike Marciniszyn2016-12-111-1/+39
* | IB/rdmvat: Organize hot path calldowns into a single cachelineMike Marciniszyn2016-11-151-22/+24
* | IB/hfi1: Optimize lkey validation structuresMike Marciniszyn2016-11-151-3/+7
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-16/+65
|\
| * IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-2/+4
| * IB/core: Add more fields to IPv6 flow specificationMaor Gottlieb2016-10-071-0/+4
| * IB/uverbs: Add more fields to IPv4 flow specificationMaor Gottlieb2016-10-071-0/+11
| * IB/uverbs: Add support to extend flow steering specificationsMaor Gottlieb2016-10-071-0/+10
| * IB/core: Expose RSS related capabilitiesYishai Hadas2016-10-071-0/+12
| * IB/core: remove ib_get_dma_mrChristoph Hellwig2016-09-231-12/+0
| * IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+19
| * IB/core: rename pd->local_mr to pd->__internal_mrChristoph Hellwig2016-09-231-1/+5
* | IB/{rxe,core,rdmavt}: Fix kernel crash for reg MRParav Pandit2016-10-061-3/+20
* | IB/core: Add ib headers for general useMike Marciniszyn2016-10-021-0/+178
* | IB/rdmavt: Add functions to get and release QP referencesMike Marciniszyn2016-09-161-0/+19
* | IB/core: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-8/+3
|/
* Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-08-045-26/+96
|\
| * Merge branches 'hfi1' and 'sge-limit' into k.o/for-4.8-2Doug Ledford2016-08-031-0/+6
| |\
| | * IB/core, RDMA RW API: Do not exceed QP SGE send limitBart Van Assche2016-08-021-0/+6
| * | IB/rdmavt: Eliminate redundant opcode test in mr ref clearIra Weiny2016-08-021-6/+4
| * | IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabledJianxin Xiong2016-08-021-0/+1
| * | IB/hfi1: Add the capability for reserved operationsMike Marciniszyn2016-08-022-0/+51
| * | IB/rdmavt: Handle local operations in post sendJianxin Xiong2016-08-021-0/+3
| * | IB/rdmavt: Add mechanism to invalidate MR keysJianxin Xiong2016-08-022-0/+4
| * | IB/rdmavt: Add data structures and routines for table driven post sendMike Marciniszyn2016-08-022-4/+27
| * | IB/hfi1: Clean up port state structure definitionIra Weiny2016-08-021-16/+0
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-043-2/+117
|\ \
| | \
| | \
| *-. \ Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford2016-08-042-1/+16
| |\ \ \
| | * | | IB/core: Support for CMA multicast join flagsAlex Vesker2016-08-032-1/+16
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge branches 'cxgb4-4.8', 'mlx5-4.8' and 'fw-version' into k.o/for-4.8Doug Ledford2016-06-231-1/+101
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | IB/core: Add get FW version string to the coreIra Weiny2016-06-231-0/+3
| | |/ / | |/| |
| | * | IB/core: Add IPv6 support to flow steeringMaor Gottlieb2016-06-231-0/+14
| | * | IB/core: Extend create QP to get indirection tableYishai Hadas2016-06-231-0/+2
| | * | IB/uverbs: Introduce RWQ Indirection tableYishai Hadas2016-06-231-0/+1
| | * | IB/core: Introduce Receive Work Queue indirection tableYishai Hadas2016-06-231-0/+23
| | * | IB/uverbs: Add WQ supportYishai Hadas2016-06-231-0/+3
| | * | IB/core: Introduce Work Queue object and its verbsYishai Hadas2016-06-231-1/+55
| |/ /
* | / dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-8/+9
| |/ |/|
* | IB/rdmavt: Correct qp_priv_alloc() return value testMike Marciniszyn2016-06-231-1/+3
|/
* IB/core: Make all casts in ib_device_cap_flags enum consistentMax Gurtovoy2016-06-071-2/+2
* IB/core: Fix bit curruption in ib_device_cap_flags structureMax Gurtovoy2016-06-071-1/+1
* IB/core: Make device counter infrastructure dynamicChristoph Lameter2016-05-261-52/+74
* Merge branch 'hfi1-2' into k.o/for-4.7Doug Ledford2016-05-263-6/+17
|\
| * IB/rdamvt: Fix rdmavt s_ack_queue sizingMike Marciniszyn2016-05-262-4/+10
| * IB/rdmavt: Max atomic value should be a u8Mike Marciniszyn2016-05-261-2/+2
| * ib_pack.h: Add opcode definition for send with invalidateJianxin Xiong2016-05-131-0/+5
* | IB/SA Agent: Add support for SA agent get ClassPortInfoErez Shitrit2016-05-251-0/+12
* | IB/core: Introduce capabilitymask2 field in ClassPortInfo madErez Shitrit2016-05-251-2/+58