summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * IB/Verbs: Reform IB-core verbsMichael Wang2015-05-181-4/+2
| | | | * IB/Verbs: Reform IB-core multicastMichael Wang2015-05-181-9/+3
| | | | * IB/Verbs: Reform IB-core sa_queryMichael Wang2015-05-181-13/+17
| | | | * IB/Verbs: Reform IB-core cmMichael Wang2015-05-181-3/+17
| | | | * IB/Verbs: Reform IB-core mad/agent/user_madMichael Wang2015-05-183-30/+41
| | | | * IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-181-0/+1
| | |_|/ | |/| |
| | | * IB/mad: Add const qualifiers to query only functionsIra Weiny2015-05-202-10/+10
| | | * IB/mad: Clean up rcv_has_same_classIra Weiny2015-05-201-3/+3
| | | * IB/mad: Change ib_response_mad signature argumentsIra Weiny2015-05-202-13/+13
| | | * IB/mad: Change validate_mad signature argumentsIra Weiny2015-05-201-6/+6
| | | * IB/mad: Clean up comments in smi.cIra Weiny2015-05-181-2/+2
| | | * IB/mad: Rename is_data_mad to is_rmpp_data_madIra Weiny2015-05-181-3/+4
| | |/ | |/|
| | * IB/core, cma: Nice log-friendly string helpersSagi Grimberg2015-05-182-0/+93
| |/
* | IB/cma: Fix broken AF_IB UD supportMatthew Finlay2015-05-201-11/+21
* | ib/cm: Change reject message type when destroying cm_idTed Kim2015-05-201-1/+1
|/
* RDMA/core: Fix for parsing netlink string attributeTatyana Nikolova2015-05-121-1/+1
* IB/core: Fix unaligned accessesDavid Ahern2015-05-052-14/+13
* IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI2015-05-051-10/+3
* IB/core: dma unmap optimizationsGuy Shapiro2015-05-051-2/+3
* IB/core: dma map/unmap locking optimizationsGuy Shapiro2015-05-051-5/+4
* RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the ...Tatyana Nikolova2015-05-053-34/+262
* RDMA/CMA: Canonize IPv4 on IPV6 sockets properlyJason Gunthorpe2015-05-051-10/+17
*-. Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' ...Doug Ledford2015-04-151-11/+11
|\ \
| | * ib_uverbs: Fix pages leak when using XRC SRQsSébastien Dugué2015-04-151-11/+11
| |/
* | IB/core: don't disallow registering region starting at 0x0Yann Droneaud2015-04-151-2/+2
* | IB/core: disallow registering 0-sized memory regionYann Droneaud2015-04-151-0/+3
|/
* IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel2015-04-021-0/+8
*-. Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib...Roland Dreier2015-02-204-42/+112
|\ \
| | * IB/core: Add on demand paging caps to ib_uverbs_ex_query_deviceHaggai Eran2015-02-181-1/+19
| | * IB/core: Add support for extended query device capsEli Cohen2015-02-183-41/+92
| | * IB/core: Properly handle registration of on-demand paging MRs after deregHaggai Eran2015-02-171-1/+2
| |/
* | IB/core: Fix deadlock on uverbs modify_qp error flowMoshe Lazer2015-02-171-4/+5
* | IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum2015-02-171-0/+3
|/
* Revert "IB/core: Add support for extended query device caps"Yann Droneaud2015-02-062-97/+41
* IB/core: Temporarily disable ex_query_device uverbHaggai Eran2015-02-031-1/+0
*-. Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and ...Roland Dreier2014-12-157-48/+964
|\ \
| | * IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran2014-12-155-12/+482
| | * IB/core: Add support for on demand paging regionsShachar Raindel2014-12-155-0/+341
| | * IB/core: Add flags for on demand paging supportSagi Grimberg2014-12-152-3/+30
| | * IB/core: Add support for extended query device capsEli Cohen2014-12-153-42/+86
| | * IB/core: Add umem function to read data from user-spaceHaggai Eran2014-12-151-0/+34
| | * IB/core: Replace ib_umem's offset field with a full addressHaggai Eran2014-12-151-3/+3
| |/
* | IB/addr: Improve address resolution callback schedulingOr Kehati2014-12-151-2/+2
* | IB/core: Fix mgid key handling in SA agent multicast data-baseJack Morgenstein2014-12-151-3/+8
* | IB/core: Do not resolve VLAN if already resolvedMoni Shoua2014-12-151-1/+2
|/
*-. Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-nextRoland Dreier2014-10-141-0/+1
|\ \
| | * IB/core: Avoid leakage from kernel to user spaceEli Cohen2014-10-091-0/+1
| |/
* | IB/core: Fix XRC race condition in ib_uverbs_open_qpJack Morgenstein2014-10-141-0/+4
* | IB/core: Clear AH attr variable to prevent garbage dataDevesh Sharma2014-10-141-0/+2
|/
*-. Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier2014-09-221-0/+4
|\ \
OpenPOWER on IntegriCloud