aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+4
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura1-2/+4
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-0/+53
2017-06-01RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny1-22/+3
2017-06-01RDMA/netlink: Reduce exposure of RDMA netlink functionsLeon Romanovsky1-10/+0
2017-05-23IB/core: Enforce security on management datagramsDaniel Jurgens1-0/+4
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens1-0/+48
2017-05-23IB/core: IB cache enhancements to support Infiniband securityDaniel Jurgens1-0/+1
2017-05-11smc_diag.h: fix include from userlandNicolas Dichtel1-2/+1
2017-05-08Merge tags 'for-linus' and 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2017-05-04IB/hfi1, IB/rdmavt: Move r_adefered to r_lock cache lineMike Marciniszyn1-0/+1
2017-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds18-93/+1222
2017-05-01IB/SA: Add OPA addr headerDoug Ledford1-0/+79
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli1-0/+13
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli1-9/+112
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli1-13/+134
2017-05-01IB/SA: Introduce path record specific typesDasaratharaman Chandramouli1-1/+32
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli5-18/+18
2017-05-01IB/core: Define 'opa' rdma_ah_attr typeDasaratharaman Chandramouli1-3/+21
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-11/+47
2017-05-01IB/core: Add accessor functions for rdma_ah_attr fieldsDasaratharaman Chandramouli1-0/+121
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_modify_ah to rdma_modify_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli6-21/+21
2017-04-28IB/SA: Add support to query opa classport info.Dasaratharaman Chandramouli1-0/+1
2017-04-28IB/core: Move opa_class_port_info definition to header fileDasaratharaman Chandramouli1-0/+25
2017-04-28IB/core: Add rdma_cap_opa_ah to expose opa address handlesDasaratharaman Chandramouli1-0/+16
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli1-9/+3
2017-04-28IB/hfi1: Use defines from common headersDon Hiatt1-0/+6
2017-04-28IB/hfi1: Add functions to parse 9B headersDon Hiatt1-0/+60
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2-2/+8
2017-04-25IB/umem: Add support to huge ODPArtemy Kovalyov2-2/+5
2017-04-25IB/umem: Add contiguous ODP supportArtemy Kovalyov1-2/+2
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-2/+2
2017-04-25IB/core: change the return type to voidZhu Yanjun1-1/+1
2017-04-21IB/core: Add HDR speed enumNoa Osherovich1-1/+2
2017-04-21IB/core: Introduce drop flow specificationSlava Shwartsman1-0/+7
2017-04-20IB/IPoIB: Introduce RDMA netdev interface and IPoIB structsNiranjana Vishwanathapura1-1/+11
2017-04-20IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana1-1/+2
2017-04-20IB/opa-vnic: Virtual Network Interface Controller (VNIC) interfaceVishwanathapura, Niranjana2-0/+142
2017-04-20IB/opa-vnic: RDMA NETDEV interfaceVishwanathapura, Niranjana1-0/+33
2017-04-20Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford5-17/+319
2017-04-20IB/core: Rename write flag to exclusive in rdma_coreMatan Barak1-16/+17
2017-04-05IB/hfi1: Add transmit fault injection featureDon Hiatt1-0/+2
2017-04-05IB/rdmavt: Avoid reseting wqe send_flags in unreserveMike Marciniszyn1-3/+1
2017-04-05IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn1-1/+2
2017-04-05IB/core: Change completion channel to use the reworked objects schemaMatan Barak2-0/+10
2017-04-05IB/core: Add support for fd objectsMatan Barak2-0/+22