aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-04Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-13/+20
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds14-89/+956
2016-08-04Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford7-37/+175
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+3
2016-08-03IB/core: Support for CMA multicast join flagsAlex Vesker3-23/+107
2016-08-03IB/sa: Add cached attribute containing SM information to SA portAlex Vesker1-0/+41
2016-08-03IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe2-13/+25
2016-08-03Use smaller 512 byte messages for portmapper messagesMustafa Ismail1-1/+2
2016-08-03Merge branches 'cxgb4' and 'mlx5' into k.o/for-4.8Doug Ledford3-39/+23
2016-08-02iw_cm: free cm_id resources on the last derefSteve Wise2-38/+18
2016-08-02IB/core: Add flow control to the portmapper netlink callsMustafa Ismail1-1/+5
2016-08-02IB/core, RDMA RW API: Do not exceed QP SGE send limitBart Van Assche2-8/+11
2016-08-02IB/core: Make rdma_rw_ctx_init() initialize all used fieldsBart Van Assche1-5/+9
2016-07-12IB core: Add port_xmit_wait counterChristoph Lameter1-0/+4
2016-06-23Merge branches 'cxgb4-4.8', 'mlx5-4.8' and 'fw-version' into k.o/for-4.8Doug Ledford6-15/+760
2016-06-23Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc-fixes' into k.o/for-4.7-rcDoug Ledford4-12/+18
2016-06-23IB/core: Export a common fw_ver sysfs entryIra Weiny1-1/+14
2016-06-23IB/core: Add get FW version string to the coreIra Weiny1-0/+9
2016-06-23IB/core: Add IPv6 support to flow steeringMaor Gottlieb2-0/+10
2016-06-23IB/uverbs: Extend create QP to get RWQ indirection tableYishai Hadas1-12/+63
2016-06-23IB/core: Extend create QP to get indirection tableYishai Hadas1-2/+17
2016-06-23IB/uverbs: Introduce RWQ Indirection tableYishai Hadas3-0/+226
2016-06-23IB/core: Introduce Receive Work Queue indirection tableYishai Hadas1-0/+62
2016-06-23IB/uverbs: Add WQ supportYishai Hadas3-0/+277
2016-06-23IB/core: Introduce Work Queue object and its verbsYishai Hadas1-0/+82
2016-06-23IB/uverbs: Initialize ib_qp_init_attr with zerosMaor Gottlieb1-1/+1
2016-06-23IB/core: Fix false search of the IB_SA_WELL_KNOWN_GUIDEli Cohen1-6/+10
2016-06-23IB/core: Fix RoCE v1 multicast join logic issueAlex Vesker1-4/+4
2016-06-23IB/core: Fix no default GIDs when netdevice reregistersTalat Batheesh1-1/+3
2016-06-17IB/cma: Make the code easier to verifyBart Van Assche1-28/+26
2016-06-07IB/core: Initialize sysfs attributes before sysfs create groupMark Bloch1-0/+3
2016-06-07IB/core: Fix removal of default GID cache entryAviv Heller1-2/+8
2016-06-07IB/core: Fix query port failure in RoCEEli Cohen1-0/+3
2016-06-07IB/core: fix error unwind in sysfs hw counters codeDoug Ledford1-3/+4
2016-06-07IB/core: Fix array length allocationDoug Ledford1-2/+5
2016-06-06IB/mad: Fix indentationBart Van Assche1-3/+3
2016-06-06RDMA/core: Fix indentationBart Van Assche1-1/+1
2016-06-06IB/core: fix null pointer deref and mem leak in error handlingColin Ian King1-3/+4
2016-06-06IB/core: fix an error code in ib_core_init()Dan Carpenter1-1/+2
2016-06-06IB/cm: Fix a recently introduced locking bugBart Van Assche1-2/+2
2016-05-26IB/core: Make device counter infrastructure dynamicChristoph Lameter1-124/+242
2016-05-26Merge branches 'misc-4.7-2', 'ipoib' and 'ib-router' into k.o/for-4.7Doug Ledford7-87/+472
2016-05-25IB/core: Support new type of join-state for multicastErez Shitrit1-5/+18
2016-05-25IB/SA Agent: Add support for SA agent get ClassPortInfoErez Shitrit1-0/+173
2016-05-24IB/core: Add IP to GID netlink offloadMark Bloch3-24/+198
2016-05-24IB/core: Register SA ibnl client during ib_core initializationMark Bloch3-22/+38
2016-05-24IB/SA: Integrate ib_sa module into ib_core moduleMark Bloch4-15/+17
2016-05-24IB/MAD: Integrate ib_mad module into ib_core moduleMark Bloch4-14/+18
2016-05-24IB/core: Integrate IB address resolution module into coreLeon Romanovsky4-13/+16
2016-05-18IB/core: Do not require CAP_NET_ADMIN for packet sniffingChristoph Lameter1-2/+1