aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sa_query.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_sa()Michael Wang1-5/+5
2015-05-18IB/Verbs: Reform IB-core sa_queryMichael Wang1-13/+17
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny1-1/+1
2014-06-03IB/mad: Fix sparse warning about gfp_t useRoland Dreier1-1/+1
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak1-1/+11
2013-06-20IB/sa: Export function to pack a path record into wire formatSean Hefty1-0/+6
2013-02-27IB/core: convert to idr_alloc()Tejun Heo1-8/+10
2012-07-08IB/sa: Add GuidInfoRecord query supportErez Shitrit1-0/+133
2011-01-28RDMA: Update missed conversion of flush_scheduled_work()Tejun Heo1-1/+1
2011-01-16RDMA: Update workqueue usageTejun Heo1-1/+1
2010-10-13RDMA/cm: Add RDMA CM support for IBoE devicesEli Cohen1-1/+4
2010-10-13IB/mad: IBoE supports only QP1 (no QP0)Eli Cohen1-7/+18
2009-11-16RDMA/ucma: Add option to manually set IB pathSean Hefty1-0/+6
2009-09-05IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier1-5/+2
2009-03-03IB/sa_query: Fix AH leak due to update_sm_ah() raceJack Morgenstein1-0/+2
2008-07-22IB/sa_query: Check if sm_ah is NULL in ib_sa_remove_one()Ralph Campbell1-1/+2
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-07-14IB/sa: Fail requests made while creating new SM AHMoni Shoua1-6/+16
2007-10-09IB/sa: Add new QoS fields to path recordSean Hefty1-7/+3