aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14IB/mad: Fix an array index checkBart Van Assche1-1/+1
2016-12-14IB/core: Issue DREQ when receiving REQ/REP for stale QPHans Westgaard Ry1-1/+23
2016-12-14rdma_cm: add rdma_consumer_reject_data helper functionSteve Wise1-0/+16
2016-12-14rdma_cm: add rdma_is_consumer_reject() helper functionSteve Wise1-0/+13
2016-12-14rdma_cm: add rdma_reject_msg() helper functionSteve Wise3-0/+83
2016-12-14IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock1-2/+2
2016-12-13IB/uverbs: Extend modify_qp and support packet pacingBodong Wang3-69/+125
2016-12-13IB/core: Support rate limit for packet pacingBodong Wang1-0/+2
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua2-2/+11
2016-12-13IB/core: Change ib_resolve_eth_dmac to use it in create AHMoni Shoua3-48/+47
2016-12-13IB/core: Introduce inner flow steeringMoses Reuben1-1/+3
2016-12-13IB/core: Add flow spec tunneling supportMoses Reuben1-0/+15
2016-12-03infiniband: remove WARN that is not kernel bugLeon Romanovsky3-3/+12
2016-12-03IB/core: Release allocated memory in cache setup failureLeon Romanovsky1-9/+7
2016-12-03IB/core: Remove debug prints after allocation failureLeon Romanovsky6-30/+11
2016-12-03IB/mad: Remove debug prints after allocation failureLeon Romanovsky1-34/+6
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-25/+142
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-25/+142
2016-11-16IB/mlx4: Handle IPv4 header when demultiplexing MADMoni Shoua1-7/+9
2016-11-16IB/core: Save QP in ib_flow structureMark Bloch2-2/+3
2016-11-16IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch1-1/+1
2016-11-16IB/core: Add missing check for addr_resolve callback return valueMark Bloch1-2/+9
2016-11-16IB/core: Set routable RoCE gid type for ipv4/ipv6 networksLeon Romanovsky1-1/+20
2016-11-16IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch1-16/+110
2016-11-16IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+28
2016-11-11infiniband: shut up a maybe-uninitialized warningArnd Bergmann1-26/+28
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+10
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+5
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+5
2016-10-18IB/core: Flip to the new dev walk APIDavid Ahern2-27/+24
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds10-74/+143
2016-10-07IB/core: correctly handle rdma_rw_init_mrs() failureSteve Wise1-1/+1
2016-10-07IB/core: Improve ib_map_mr_sg() documentationBart Van Assche1-4/+4
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-1/+1
2016-10-07IB/iwcm: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/addr: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/cma: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/ucma: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-10-07IB/multicast: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/mad: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/sa : Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-10-07IB/core: Add more fields to IPv6 flow specificationMaor Gottlieb1-0/+4
2016-10-07IB/uverbs: Add support to extend flow steering specificationsMaor Gottlieb1-25/+73
2016-10-07IB/uverbs: Expose RSS related capabilitiesYishai Hadas1-0/+17
2016-09-23IB/core: remove ib_get_dma_mrChristoph Hellwig1-26/+8
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2-6/+23
2016-09-23IB/core: rename pd->local_mr to pd->__internal_mrChristoph Hellwig2-7/+7
2016-09-02IB/core: Fix use after free in send_leave functionErez Shitrit1-11/+2