aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sa_query.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-09IB/sa: Error handling thinko fixAli Ayoub1-1/+1
2007-08-03IB/sa: Don't need to check for default P_Key twiceRoland Dreier1-3/+1
2007-07-10IB/sa: Make sure SA queries use default P_KeySean Hefty1-35/+50
2007-07-09IB: Remove garbage non-ASCII characters from commentsRoland Dreier1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-24IB/sa: Set src_path_bits correctly in ib_init_ah_from_path()Sean Hefty1-1/+23
2007-02-16IB/core: Set static rate in ib_init_ah_from_path()Roland Dreier1-0/+1
2007-02-16IB/sa: Track multicast join/leave requestsSean Hefty1-14/+15
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+5
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin1-9/+51
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-1/+4
2006-09-22IB: Whitespace fixesRoland Dreier1-1/+1
2006-08-16IB/core: Fix SM LID/LID change with client reregister setJack Morgenstein1-1/+2
2006-07-14[PATCH] IB/core: use correct gfp_mask in sa_queryMichael S. Tsirkin1-5/+5
2006-06-17IB/cm: Use address handle helpersSean Hefty1-3/+3
2006-06-17IB/sa: Add ib_init_ah_from_path()Sean Hefty1-0/+31
2006-01-17IB/sa_query: Flush scheduled work before unloading moduleMichael S. Tsirkin1-0/+2
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-25[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty1-125/+114
2005-10-24Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c)Roland Dreier1-0/+1
2005-10-24[IB] Add idr_destroy() calls on module unloadRoland Dreier1-0/+1
2005-10-17[IB] fail SA queries if device initialization failedRoland Dreier1-6/+24
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-3/+3