aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-28RDMA/ocrdma: Remove old FRWR APISagi Grimberg3-109/+1
2015-10-28IB/mlx4: Remove old FRWR API supportSagi Grimberg5-98/+1
2015-10-28IB/mlx5: Remove old FRWR API supportSagi Grimberg5-149/+9
2015-10-28IB/srp: Dont allocate a page vector when using fast_regSagi Grimberg1-9/+11
2015-10-28IB/srp: Remove srp_finish_mappingSagi Grimberg1-10/+0
2015-10-28IB/srp: Convert to new registration APISagi Grimberg2-65/+71
2015-10-28IB/srp: Split srp_map_sgSagi Grimberg1-51/+106
2015-10-28RDS/IW: Convert to new memory registration APISagi Grimberg3-115/+75
2015-10-28svcrdma: Port to new memory registration APISagi Grimberg3-61/+55
2015-10-28xprtrdma: Port to new memory registration APISagi Grimberg2-52/+69
2015-10-28iser-target: Port to new memory registration APISagi Grimberg2-104/+28
2015-10-28IB/iser: Port to new fast registration APISagi Grimberg3-52/+28
2015-10-28RDMA/nes: Support the new memory registration APISagi Grimberg2-1/+120
2015-10-28IB/qib: Support the new memory registration APISagi Grimberg4-1/+104
2015-10-28iw_cxgb4: Support the new memory registration APISagi Grimberg4-0/+120
2015-10-28RDMA/cxgb3: Support the new memory registration APISagi Grimberg3-0/+83
2015-10-28RDMA/ocrdma: Support the new memory registration APISagi Grimberg4-0/+96
2015-10-28IB/mlx4: Support the new memory registration APISagi Grimberg5-6/+132
2015-10-28IB/mlx5: Support the new memory registration APISagi Grimberg5-0/+189
2015-10-28IB/mlx5: Remove dead fmr codeSagi Grimberg1-25/+0
2015-10-28IB/core: Introduce new fast registration APISagi Grimberg2-0/+151
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