aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-1/+0
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny2-35/+29
2015-05-20IB/user_mad: Fix buggy usage of port indexIra Weiny1-1/+1
2015-05-20IB/user_mad: Use new start/end port functionsIra Weiny1-11/+3
2015-05-18IB/core: Create common start/end port functionsIra Weiny2-55/+32
2015-05-18IB/Verbs: Use management helper rdma_cap_eth_ah()Michael Wang3-4/+4
2015-05-18IB/Verbs: Use management helper rdma_cap_af_ib()Michael Wang1-1/+1
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_mcast()Michael Wang2-6/+6
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_sa()Michael Wang3-8/+8
2015-05-18IB/Verbs: Use management helper rdma_cap_iw_cm()Michael Wang1-7/+7
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang3-14/+13
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_smi()Michael Wang2-2/+2
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_mad()Michael Wang2-6/+6
2015-05-18IB/Verbs: Reform rest part in IB-core cmaMichael Wang1-11/+9
2015-05-18IB/Verbs: Reform cma_acquire_dev()Michael Wang1-28/+40
2015-05-18IB/Verbs: Reform mcast related part in IB-core cmaMichael Wang1-38/+18
2015-05-18IB/Verbs: Reform route related part in IB-core cmaMichael Wang2-42/+14
2015-05-18IB/Verbs: Reform cm related part in IB-core cma/ucmMichael Wang2-58/+26
2015-05-18IB/Verbs: Reform IB-core verbsMichael Wang1-4/+2
2015-05-18IB/Verbs: Reform IB-core multicastMichael Wang1-9/+3
2015-05-18IB/Verbs: Reform IB-core sa_queryMichael Wang1-13/+17
2015-05-18IB/Verbs: Reform IB-core cmMichael Wang1-3/+17
2015-05-18IB/Verbs: Reform IB-core mad/agent/user_madMichael Wang3-30/+41
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+1
2015-05-12RDMA/core: Fix for parsing netlink string attributeTatyana Nikolova1-1/+1
2015-05-05IB/core: Fix unaligned accessesDavid Ahern2-14/+13
2015-05-05IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI1-10/+3
2015-05-05IB/core: dma unmap optimizationsGuy Shapiro1-2/+3
2015-05-05IB/core: dma map/unmap locking optimizationsGuy Shapiro1-5/+4
2015-05-05RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the connecting peer to its clientsTatyana Nikolova3-34/+262
2015-05-05RDMA/CMA: Canonize IPv4 on IPV6 sockets properlyJason Gunthorpe1-10/+17
2015-04-15Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' into for-4.1Doug Ledford1-11/+11
2015-04-15ib_uverbs: Fix pages leak when using XRC SRQsSébastien Dugué1-11/+11
2015-04-15IB/core: don't disallow registering region starting at 0x0Yann Droneaud1-2/+2
2015-04-15IB/core: disallow registering 0-sized memory regionYann Droneaud1-0/+3
2015-04-02IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel1-0/+8
2015-02-20Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-nextRoland Dreier4-42/+112
2015-02-18IB/core: Add on demand paging caps to ib_uverbs_ex_query_deviceHaggai Eran1-1/+19
2015-02-18IB/core: Add support for extended query device capsEli Cohen3-41/+92
2015-02-17IB/core: Properly handle registration of on-demand paging MRs after deregHaggai Eran1-1/+2
2015-02-17IB/core: Fix deadlock on uverbs modify_qp error flowMoshe Lazer1-4/+5
2015-02-17IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum1-0/+3
2015-02-06Revert "IB/core: Add support for extended query device caps"Yann Droneaud2-97/+41
2015-02-03IB/core: Temporarily disable ex_query_device uverbHaggai Eran1-1/+0
2014-12-15Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-nextRoland Dreier7-48/+964
2014-12-15IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran5-12/+482
2014-12-15IB/core: Add support for on demand paging regionsShachar Raindel5-0/+341
2014-12-15IB/core: Add flags for on demand paging supportSagi Grimberg2-3/+30
2014-12-15IB/core: Add support for extended query device capsEli Cohen3-42/+86
2014-12-15IB/core: Add umem function to read data from user-spaceHaggai Eran1-0/+34