aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sa_query.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli1-16/+258
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli1-2/+2
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli1-15/+24
2017-05-01IB/SA: Introduce path record specific typesDasaratharaman Chandramouli1-5/+9
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli1-10/+10
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-1/+4
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-21/+19
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-2/+3
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 Chandramouli1-52/+123
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-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2016-10-07IB/sa : Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-03IB/sa: Add cached attribute containing SM information to SA portAlex Vesker1-0/+41
2016-05-26Merge branches 'misc-4.7-2', 'ipoib' and 'ib-router' into k.o/for-4.7Doug Ledford1-31/+180
2016-05-25IB/SA Agent: Add support for SA agent get ClassPortInfoErez Shitrit1-0/+173
2016-05-24IB/core: Register SA ibnl client during ib_core initializationMark Bloch1-22/+5
2016-05-24IB/SA: Integrate ib_sa module into ib_core moduleMark Bloch1-9/+2
2016-05-13IB/SA: Use correct free functionMark Bloch1-1/+1
2016-05-13IB/core: Fix a potential array overrun in CMA and SA agentMark Bloch1-1/+1
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+5
2016-03-21IB/core: Support accessing SA in virtualized environmentEli Cohen1-0/+5
2016-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-7/+6
2016-03-03IB/core: Use GRH when the path hop-limit > 0Or Gerlitz1-1/+1
2016-03-03IB/core: trivial prink cleanup.Parav Pandit1-6/+5
2016-03-03IB/core: Replace memset with eth_zero_addrAmitoj Kaur Chawla1-1/+1
2016-01-21IB/sa: Fix netlink local service GFP crashKaike Wan1-2/+6
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig1-3/+4
2015-12-23IB/core: Validate route when we init ahMatan Barak1-8/+67
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak1-2/+3
2015-12-07IB/sa: Put netlink request into the request list before sendingKaike Wan1-15/+17
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-21IB/core: Remove smac and vlan id from path recordMatan Barak1-2/+0
2015-10-21IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak1-4/+0
2015-10-21IB/core: Add netdev to path recordMatan Barak1-2/+11
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-1/+1
2015-09-02IB/sa: Fix rdma netlink message flagsKaike Wan1-1/+1
2015-08-30IB/sa: Route SA pathrecord query through netlinkKaike Wan1-1/+500
2015-08-30IB/sa: Allocate SA query with kzallocKaike Wan1-4/+4
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-3/+3
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock1-6/+2
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-1/+2
2015-06-10IB/core: Don't warn on no SA support in event handlerMoni Shoua1-1/+1
2015-05-18IB/Verbs: Use management helper rdma_cap_eth_ah()Michael Wang1-1/+1