aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01IB/mlx4: Change flush logic so it adheres to the variable nameHÃ¥kon Bugge1-3/+3
2017-05-01mlx5: Fix mlx5_ib_map_mr_sg mr lengthSagi Grimberg1-1/+1
2017-05-01IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn1-2/+0
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli5-19/+285
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli8-42/+197
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli8-84/+230
2017-05-01IB/SA: Introduce path record specific typesDasaratharaman Chandramouli5-16/+64
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli16-55/+55
2017-05-01IB/CM: Add braces when using sizeofDasaratharaman Chandramouli1-3/+3
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 Chandramouli31-76/+141
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli57-881/+1040
2017-05-01IB/core: Add accessor functions for rdma_ah_attr fieldsDasaratharaman Chandramouli1-0/+121
2017-05-01IB/PVRDMA: Rename ib_ah_attr related functionsDasaratharaman Chandramouli3-12/+12
2017-05-01IB/mthca: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli1-5/+5
2017-05-01IB/mlx5: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli1-5/+5
2017-05-01IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attrDasaratharaman Chandramouli1-5/+5
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli16-41/+41
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli5-7/+7
2017-05-01IB/core: Rename ib_modify_ah to rdma_modify_ahDasaratharaman Chandramouli2-4/+4
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli11-18/+18
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli66-144/+155
2017-05-01IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli2-0/+2
2017-05-01IB/core: Check for global flag when using ah_attrDasaratharaman Chandramouli2-35/+57
2017-05-01IB/core: Add braces when using sizeofDasaratharaman Chandramouli1-1/+1
2017-05-01IB/IPoIB: Remove 'else' when the 'if' has a return.Dasaratharaman Chandramouli1-10/+9
2017-05-01IB/ocrdma: Add identifier names to function definitionsDasaratharaman Chandramouli1-5/+5
2017-04-28IB/SA: Add support to query opa classport info.Dasaratharaman Chandramouli2-25/+158
2017-04-28IB/core: Move opa_class_port_info definition to header fileDasaratharaman Chandramouli3-50/+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 Chandramouli6-207/+137
2017-04-28IB/SA: Move functions update_sm_ah() and ib_sa_event()Dasaratharaman Chandramouli1-86/+86
2017-04-28IB/SA: Remove unwanted bracesDasaratharaman Chandramouli1-2/+1
2017-04-28IB/SA: Add braces when using sizeofDasaratharaman Chandramouli1-2/+2
2017-04-28IB/SA: Fix lines longer than 80 columnsDasaratharaman Chandramouli1-8/+9
2017-04-28IB/hfi1: Use bool in process_ecnDennis Dalessandro2-2/+3
2017-04-28IB/hfi: Protect against writable mmapIra Weiny1-0/+4
2017-04-28IB/hfi1: Fix unbalanced braces around elseDennis Dalessandro2-4/+6
2017-04-28IB/hfi1: Convert %Lx to %llxDennis Dalessandro1-1/+1
2017-04-28IB/hfi1: Fix misspelling in commentDennis Dalessandro1-1/+1
2017-04-28IB/hfi1: Permanently enable P_Key checking in HFINeel Desai2-10/+3
2017-04-28IB/hfi1: Cache neighbor secure data after link upStuart Summers3-38/+27
2017-04-28IB/hfi1: Adjust high temperature warning for QSFP cableNeel Desai1-1/+1
2017-04-28IB/hfi1: Fix softlockup issueTadeusz Struk3-38/+57
2017-04-28IB/hfi1: Prevent kernel QP post send hard lockupsMike Marciniszyn3-14/+22
2017-04-28IB/hfi1: Use defines from common headersDon Hiatt8-19/+19
2017-04-28IB/hfi1: Add functions to parse 9B headersDon Hiatt9-47/+102
2017-04-28IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5Dasaratharaman Chandramouli4-6/+7
2017-04-28IB/hfi1: Return SC2VL mappings to FM with VL15 instead of ILLEGAL_VLSebastian Sanchez1-16/+25
2017-04-28IB/hfi1: Validate the TID count before using itMichael J. Ruhl1-0/+3