summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-13Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford6-9/+16
2016-05-13IB/core: Add Scatter FCS create flagMajd Dibbiny1-1/+2
2016-05-13IB/core: Add extended device capability flagsMajd Dibbiny1-0/+5
2016-05-13IB/SA: Use correct free functionMark Bloch1-1/+1
2016-05-13IB/core: Fix a potential array overrun in CMA and SA agentMark Bloch3-3/+4
2016-05-13IB/core: Remove unnecessary check in ibnl_rcv_msgMark Bloch1-3/+2
2016-05-13IB/IWPM: Fix a potential skb leakMark Bloch1-0/+1
2016-05-13iwcm: Fix a sparse warningBart Van Assche1-1/+1
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche2-6/+22
2016-05-13IB/core: add RW API support for signature MRsChristoph Hellwig2-5/+224
2016-05-13IB/core: generic RDMA READ/WRITE APIChristoph Hellwig3-1/+535
2016-05-13IB/core: add a need_inval flag to struct ib_mrSteve Wise1-0/+2
2016-05-13IB/core: add a simple MR poolChristoph Hellwig3-1/+92
2016-05-13IB/core: refactor ib_create_qpChristoph Hellwig1-49/+54
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-12/+12
2016-05-12IB/cma: pass the port number to ib_create_qpChristoph Hellwig1-0/+1
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe3-0/+12
2016-04-26IB/core: Don't drain non-existent rq queue-pairSagi Grimberg1-1/+2
2016-04-22IB/core: Fix oops in ib_cache_gid_set_default_gidDoug Ledford1-1/+2
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds4-14/+63
2016-03-21IB/core: Add interfaces to control VF attributesEli Cohen1-0/+40
2016-03-21IB/core: Support accessing SA in virtualized environmentEli Cohen1-0/+5
2016-03-21IB/core: Add subnet prefix to port infoEli Cohen1-1/+14
2016-03-21IB/{core, ulp} Support above 32 possible device capability flagsLeon Romanovsky1-1/+1
2016-03-21IB/core: Replace setting the zero values in ib_uverbs_ex_query_deviceLeon Romanovsky1-12/+3
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+5
2016-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds16-167/+479
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-22/+9
2016-03-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford4-40/+178
2016-03-16iwpm: crash fix for large connections testFaisal Latif3-13/+13