summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sa_query.c
AgeCommit message (Expand)AuthorLines
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny-1/+1
2014-06-03IB/mad: Fix sparse warning about gfp_t useRoland Dreier-1/+1
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak-1/+11
2013-06-20IB/sa: Export function to pack a path record into wire formatSean Hefty-0/+6
2013-02-27IB/core: convert to idr_alloc()Tejun Heo-8/+10
2012-07-08IB/sa: Add GuidInfoRecord query supportErez Shitrit-0/+133
2011-01-28RDMA: Update missed conversion of flush_scheduled_work()Tejun Heo-1/+1
2011-01-16RDMA: Update workqueue usageTejun Heo-1/+1
2010-10-13RDMA/cm: Add RDMA CM support for IBoE devicesEli Cohen-1/+4
2010-10-13IB/mad: IBoE supports only QP1 (no QP0)Eli Cohen-7/+18
2009-11-16RDMA/ucma: Add option to manually set IB pathSean Hefty-0/+6
2009-09-05IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier-5/+2
2009-03-03IB/sa_query: Fix AH leak due to update_sm_ah() raceJack Morgenstein-0/+2
2008-07-22IB/sa_query: Check if sm_ah is NULL in ib_sa_remove_one()Ralph Campbell-1/+2
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier-2/+0
2008-07-14IB/sa: Fail requests made while creating new SM AHMoni Shoua-6/+16
2007-10-09IB/sa: Add new QoS fields to path recordSean Hefty-7/+3
2007-10-09IB/sa: Error handling thinko fixAli Ayoub-1/+1
2007-08-03IB/sa: Don't need to check for default P_Key twiceRoland Dreier-3/+1
2007-07-10IB/sa: Make sure SA queries use default P_KeySean Hefty-35/+50
2007-07-09IB: Remove garbage non-ASCII characters from commentsRoland Dreier-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare-1/+0
2007-04-24IB/sa: Set src_path_bits correctly in ib_init_ah_from_path()Sean Hefty-1/+23
2007-02-16IB/core: Set static rate in ib_init_ah_from_path()Roland Dreier-0/+1
2007-02-16IB/sa: Track multicast join/leave requestsSean Hefty-14/+15
2006-11-22WorkStruct: make allyesconfigDavid Howells-5/+5
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin-9/+51
2006-09-22RDMA: iWARP Core Changes.Tom Tucker-1/+4
2006-09-22IB: Whitespace fixesRoland Dreier-1/+1
2006-08-16IB/core: Fix SM LID/LID change with client reregister setJack Morgenstein-1/+2
2006-07-14[PATCH] IB/core: use correct gfp_mask in sa_queryMichael S. Tsirkin-5/+5
2006-06-17IB/cm: Use address handle helpersSean Hefty-3/+3
2006-06-17IB/sa: Add ib_init_ah_from_path()Sean Hefty-0/+31
2006-01-17IB/sa_query: Flush scheduled work before unloading moduleMichael S. Tsirkin-0/+2
2005-10-30[PATCH] fix missing includesTim Schmielau-0/+1
2005-10-25[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty-125/+114
2005-10-24Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...Roland Dreier-0/+1
2005-10-24[IB] Add idr_destroy() calls on module unloadRoland Dreier-0/+1
2005-10-17[IB] fail SA queries if device initialization failedRoland Dreier-6/+24
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro-3/+3
2005-09-09[PATCH] IB: Move SA attributes to ib_sa.hHal Rosenstock-26/+0
2005-09-07[PATCH] IB/sa_query: avoid unnecessary list scanMichael S. Tsirkin-2/+2
2005-08-26[PATCH] IB: move include files to include/rdmaRoland Dreier-2/+2
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier-1/+1
2005-07-27[PATCH] IB: Eliminate sparse warnings in SA clientHal Rosenstock-3/+3
2005-07-27[PATCH] IB: Add Service Record support to SA clientHal Rosenstock-2/+164
2005-07-27[PATCH] IB: Introduce RMPP APIsHal Rosenstock-20/+0
2005-07-27[PATCH] IB: Add automatic retries to MAD layerHal Rosenstock-1/+2
2005-07-27[PATCH] IB: Update MAD client APIHal Rosenstock-13/+2
2005-06-27[PATCH] IB: Fix race in sa_queryRoland Dreier-5/+13