aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford63-988/+1152
2015-10-28Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-cleanupDoug Ledford98-1247/+1698
2015-10-28IB/ucma: Take the network namespace from the processGuy Shapiro1-2/+3
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro14-34/+52
2015-10-28IB/cma: Separate port allocation to network namespacesHaggai Eran1-24/+70
2015-10-28IB/addr: Pass network namespace as a parameterGuy Shapiro3-9/+25
2015-10-28IB/iser: Enable SG clusteringSagi Grimberg1-1/+1
2015-10-28IB/iser: set block queue_virt_boundarySagi Grimberg4-326/+18
2015-10-22iser-target: Remove an unused variableBart Van Assche1-3/+2
2015-10-22IB/iser: Remove an unused variableBart Van Assche1-4/+0
2015-10-21IB/core: Remove smac and vlan id from path recordMatan Barak4-8/+0
2015-10-21IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak4-15/+4
2015-10-21IB/cm: Remove the usage of smac and vid of qp_attr and cm_avMatan Barak2-36/+0
2015-10-21IB/core: Use GID table in AH creation and dmac resolutionMatan Barak12-110/+193
2015-10-21IB/cache: Add ib_find_gid_by_filter cache APIMatan Barak2-0/+101
2015-10-21IB/cma: cma_validate_port should verify the port and netdeviceMatan Barak1-8/+18
2015-10-21IB/cm: cm_init_av_by_path should find a GID by its netdeviceMatan Barak1-2/+5
2015-10-21IB/core: Add netdev to path recordMatan Barak3-2/+23
2015-10-21IB/core: Expose and rename ib_find_cached_gid_by_port cache APIMatan Barak4-11/+26
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak19-38/+60
2015-10-21IB/mlx4: Add support for blocking multicast loopback QP creation user flagEran Ben Elisha2-6/+10
2015-10-21IB/mlx4: Add counter based implementation for QP multicast loopback blockEran Ben Elisha2-0/+68
2015-10-21IB/mlx4: Add IB counters tableEran Ben Elisha4-24/+81
2015-10-21net/mlx4_en: Implement mcast loopback prevention for ETH qpsMaor Gottlieb3-1/+49
2015-10-21net/mlx4_core: Add support for filtering multicast loopbackMaor Gottlieb5-13/+68
2015-10-21IB/core: Allow setting create flags in QP init attributeEran Ben Elisha1-1/+1
2015-10-21IB/core: Extend ib_uverbs_create_qpEran Ben Elisha4-65/+217
2015-10-21iw_cxgb4: Adds support for T6 adapterHariprasad S5-146/+204
2015-10-21cxgb4: T6 adapter lld support for iw_cxgb4 driverHariprasad S5-40/+158
2015-10-21RDMA/ocrdma: Bump up ocrdma version number to 11.0.0.0Selvin Xavier1-1/+1
2015-10-21RDMA/ocrdma: Prevent CQ-Doorbell floodsDevesh Sharma1-8/+3
2015-10-21RDMA/ocrdma: Check resource ids received in Async CQENaga Irrinki1-4/+26
2015-10-21RDMA/ocrdma: Avoid a possible crash in ocrdma_rem_port_statsSelvin Xavier1-1/+1
2015-10-21RDMA/ocrdma: Cleanup unused device list and rcu variablesSelvin Xavier2-15/+2
2015-10-21iw_cxgb4: reverse the ord/ird in the ESTABLISHED upcallHariprasad S1-2/+2
2015-10-21iw_cxgb4: fix misuse of ep->ord for minimum ird calculationHariprasad S1-1/+1
2015-10-21iw_cxgb4: pass the ord/ird in connect reply eventsHariprasad S1-0/+4
2015-10-21iw_cxgb4: detect fatal errors while creating listening filtersHariprasad S1-0/+4
2015-10-21IB/core: avoid 32-bit warningArnd Bergmann1-1/+1
2015-10-21RDMA/cxgb4: re-fix 32-bit build warningArnd Bergmann1-1/+1
2015-10-21ib_pack.h: Fix commentary IBA reference for CNP in IB opcode enumHal Rosenstock1-1/+1
2015-10-21IB/iser: fix a comment typoGeliang Tang1-1/+1
2015-10-21usnic: correctly handle kzalloc return valueInsu Yun1-4/+4
2015-10-21MAINTAINERS: update usnic maintainer contactsDave Goodell \(dgoodell\)1-2/+3
2015-10-21usnic: correctly check failed allocationInsu Yun1-5/+4
2015-10-21Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4Doug Ledford48-274/+596
2015-10-21IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur1-1/+9
2015-10-20IB/cma: Use inner P_Key to determine netdevHaggai Eran1-2/+2
2015-10-20IB/ucma: check workqueue allocation before usageSasha Levin1-1/+6
2015-10-20IB/cma: Potential NULL dereference in cma_id_from_eventHaggai Eran1-1/+1