summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* IB/cma: Fix a race condition in iboe_addr_get_sgid()Bart Van Assche2016-12-221-2/+4
*---. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-145-3/+38
|\ \ \
| | | * rdma_cm: add rdma_consumer_reject_data helper functionSteve Wise2016-12-141-0/+10
| | | * rdma_cm: add rdma_is_consumer_reject() helper functionSteve Wise2016-12-141-0/+7
| | | * rdma_cm: add rdma_reject_msg() helper functionSteve Wise2016-12-143-0/+20
| | |/
| * | IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock2016-12-142-3/+1
| |/
* | Merge branch 'mlx' into merge-testDoug Ledford2016-12-141-14/+56
|\ \
| * | IB/core: Support rate limit for packet pacingBodong Wang2016-12-131-0/+2
| * | IB/core: Let create_ah return extended response to userMoni Shoua2016-12-131-1/+2
| * | IB/core: Change ib_resolve_eth_dmac to use it in create AHMoni Shoua2016-12-131-0/+2
| * | IB/core: Introduce inner flow steeringMoses Reuben2016-12-131-8/+9
| * | IB/core: Align structure ib_flow_spec_typeMoses Reuben2016-12-131-6/+6
| * | IB/core: Add flow spec tunneling supportMoses Reuben2016-12-131-1/+18
| * | IB/mlx4: Handle IPv4 header when demultiplexing MADMoni Shoua2016-11-161-0/+19
| |/
* | 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
OpenPOWER on IntegriCloud