aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01IB/ocrdma: fix out of bounds access to local bufferMichael Mera1-1/+1
2017-05-01IB/mlx4: Fix incorrect order of formal and actual parametersHåkon Bugge1-2/+2
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 Chandramouli4-19/+272
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli7-33/+85
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli7-71/+96
2017-05-01IB/SA: Introduce path record specific typesDasaratharaman Chandramouli4-15/+32
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli11-37/+37
2017-05-01IB/CM: Add braces when using sizeofDasaratharaman Chandramouli1-3/+3
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli29-64/+92
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli56-876/+1037
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 Chandramouli15-39/+39
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli4-5/+5
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 Chandramouli10-16/+16
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli60-123/+134
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 Chandramouli1-25/+157
2017-04-28IB/core: Move opa_class_port_info definition to header fileDasaratharaman Chandramouli2-50/+0
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli5-198/+134
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 Hiatt7-19/+13
2017-04-28IB/hfi1: Add functions to parse 9B headersDon Hiatt8-47/+42
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
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl3-19/+46