aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2-17/+263
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli4-24/+76
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli4-61/+82
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 Chandramouli6-30/+30
2017-05-01IB/CM: Add braces when using sizeofDasaratharaman Chandramouli1-3/+3
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli6-6/+24
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli10-161/+181
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli8-17/+17
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli3-4/+4
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 Chandramouli4-6/+6
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli9-16/+17
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-04-28IB/SA: Add support to query opa classport info.Dasaratharaman Chandramouli1-25/+157
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2-120/+131
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/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl1-2/+6
2017-04-28IB/core: If the MGID/MLID pair is not on the list return an errorMichael J. Ruhl1-4/+9
2017-04-28Ib/core: Mark local uverbs_std_types functions to be staticLeon Romanovsky1-24/+24
2017-04-28infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni1-2/+2
2017-04-25IB/umem: Add support to huge ODPArtemy Kovalyov2-3/+18
2017-04-25IB/umem: Add contiguous ODP supportArtemy Kovalyov1-19/+31
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2-15/+12
2017-04-25IB/core: change the return type to voidZhu Yanjun1-2/+1
2017-04-25infiniband/uverbs: Fix integer overflowsVlad Tsyrklevich1-1/+12
2017-04-25IB/fmr_pool: Convert the cleanup thread into kthread worker APIPetr Mladek1-30/+19
2017-04-21IB/core: Add HDR speed enumNoa Osherovich1-0/+4
2017-04-21IB/cma: Send MRA for reply messagesMoni Shoua1-0/+3
2017-04-21IB/core: Introduce drop flow specificationSlava Shwartsman2-0/+8
2017-04-21IB/core: Fix sysfs registration error flowJack Morgenstein1-1/+1
2017-04-21IB/core: Fix kernel crash during fail to initialize deviceParav Pandit1-11/+22
2017-04-20Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford7-1366/+1587
2017-04-20IB/core: Rename uverbs event file structureMatan Barak4-90/+91
2017-04-20IB/core: Don't use is_async in event files to infer events sizeMatan Barak1-9/+5
2017-04-20IB/core: A small refactor in destroy WQ handlerMatan Barak1-7/+1
2017-04-20IB/core: Nullify ib_uobject during allocationMatan Barak1-1/+1
2017-04-20IB/core: Don't pass the lock state to _rdma_remove_commit_uobjectMatan Barak1-12/+12
2017-04-20IB/core: Rename write flag to exclusive in rdma_coreMatan Barak1-29/+31
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg3-5/+7
2017-04-13netlink: extended ACK reportingJohannes Berg1-2/+3
2017-04-05IB/core: Change completion channel to use the reworked objects schemaMatan Barak4-148/+247
2017-04-05IB/core: Add support for fd objectsMatan Barak4-2/+188
2017-04-05IB/core: Add lock to multicast handlersMatan Barak2-0/+7
2017-04-05IB/core: Change idr objects to use the new schemaMatan Barak4-1131/+339
2017-04-05IB/core: Add idr based standard typesMatan Barak5-10/+265