summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* IB/cma: Fix reference count leak when no ipv4 addresses are setKalderon, Michal2017-07-201-2/+4
* IB/rdmavt: Setting of QP timeout can overflow jiffies computationKaike Wan2017-07-201-0/+14
* IB/core: Remove NOIO QP create flagLeon Romanovsky2017-07-171-1/+1
* IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky2017-07-171-3/+2
* IB/core: Introduce modify QP operation with udataParav Pandit2017-07-171-0/+16
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-061-2/+4
|\
| * IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-051-2/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-052-0/+53
|\ \ | |/ |/|
| * IB/core: Enforce security on management datagramsDaniel Jurgens2017-05-231-0/+4
| * IB/core: Enforce PKey security on QPsDaniel Jurgens2017-05-231-0/+48
| * IB/core: IB cache enhancements to support Infiniband securityDaniel Jurgens2017-05-231-0/+1
* | RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-011-22/+3
* | RDMA/netlink: Reduce exposure of RDMA netlink functionsLeon Romanovsky2017-06-011-10/+0
|/
* smc_diag.h: fix include from userlandNicolas Dichtel2017-05-111-2/+1
* Merge tags 'for-linus' and 'for-next' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-081-0/+1
|\
| * IB/hfi1, IB/rdmavt: Move r_adefered to r_lock cache lineMike Marciniszyn2017-05-041-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-05-0318-93/+1222
|\ \ | |/
| * IB/SA: Add OPA addr headerDoug Ledford2017-05-011-0/+79
| * IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-011-0/+13
| * IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-011-9/+112
| * IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-011-13/+134
| * IB/SA: Introduce path record specific typesDasaratharaman Chandramouli2017-05-011-1/+32
| * IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-015-18/+18
| * IB/core: Define 'opa' rdma_ah_attr typeDasaratharaman Chandramouli2017-05-011-3/+21
| * IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-11/+47
| * IB/core: Add accessor functions for rdma_ah_attr fieldsDasaratharaman Chandramouli2017-05-011-0/+121
| * IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-2/+2
| * IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli2017-05-011-2/+2
| * IB/core: Rename ib_modify_ah to rdma_modify_ahDasaratharaman Chandramouli2017-05-011-2/+2
| * IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-2/+2
| * IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-016-21/+21
| * IB/SA: Add support to query opa classport info.Dasaratharaman Chandramouli2017-04-281-0/+1
| * IB/core: Move opa_class_port_info definition to header fileDasaratharaman Chandramouli2017-04-281-0/+25
| * IB/core: Add rdma_cap_opa_ah to expose opa address handlesDasaratharaman Chandramouli2017-04-281-0/+16
| * IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2017-04-281-9/+3
| * IB/hfi1: Use defines from common headersDon Hiatt2017-04-281-0/+6
| * IB/hfi1: Add functions to parse 9B headersDon Hiatt2017-04-281-0/+60
| * IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-282-2/+8
| * IB/umem: Add support to huge ODPArtemy Kovalyov2017-04-252-2/+5
| * IB/umem: Add contiguous ODP supportArtemy Kovalyov2017-04-251-2/+2
| * IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-2/+2
| * IB/core: change the return type to voidZhu Yanjun2017-04-251-1/+1
| * IB/core: Add HDR speed enumNoa Osherovich2017-04-211-1/+2
| * IB/core: Introduce drop flow specificationSlava Shwartsman2017-04-211-0/+7
| * IB/IPoIB: Introduce RDMA netdev interface and IPoIB structsNiranjana Vishwanathapura2017-04-201-1/+11
| * IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana2017-04-201-1/+2
| * IB/opa-vnic: Virtual Network Interface Controller (VNIC) interfaceVishwanathapura, Niranjana2017-04-202-0/+142
| * IB/opa-vnic: RDMA NETDEV interfaceVishwanathapura, Niranjana2017-04-201-0/+33
| * Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-205-17/+319
| |\
| | * IB/core: Rename write flag to exclusive in rdma_coreMatan Barak2017-04-201-16/+17
OpenPOWER on IntegriCloud