aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/user_mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+3
2010-02-24IB/umad: Clean whitespaceAlexander Chiang1-13/+13
2010-02-24IB/umad: Increase maximum devices supportedAlexander Chiang1-6/+44
2010-02-24IB/umad: Use stack variable 'base' in ib_umad_init_portAlexander Chiang1-2/+5
2010-02-24IB/umad: Use stack variable 'devnum' in ib_umad_init_portAlexander Chiang1-6/+9
2010-02-24IB/umad: Remove port_table[]Alexander Chiang1-36/+9
2010-02-24IB/umad: Convert *cdev to cdev in struct ib_umad_portAlexander Chiang1-26/+20
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2008-10-16device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman1-6/+6
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-8/+6
2008-07-11IB/umad: BKL is not needed for ib_umad_open()Roland Dreier1-6/+14
2008-06-20infiniband: more BKL pushdownJonathan Corbet1-1/+6
2008-05-20IB: fix race in device_createGreg Kroah-Hartman1-8/+6
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-54/+55
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-54/+55
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-01-25IB/umad: Simplify and fix lockingRoland Dreier1-62/+53
2007-10-09IB/umad: Fix bit ordering and 32-on-64 problems on big endian systemsRoland Dreier1-9/+40
2007-10-09IB/umad: Add P_Key index supportRoland Dreier1-29/+73
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-24IB/umad: Implement GRH handling for sent/received MADsSean Hefty1-6/+12
2007-04-18IB/umad: Fix declaration of dev_map[]Hal Rosenstock1-1/+1
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-2/+2
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-1/+4
2006-09-22IB: Whitespace fixesRoland Dreier1-1/+1
2006-07-24IB/mad: Validate MADs for spec complianceSean Hefty1-11/+76
2006-03-30IB/mad: RMPP support for additional classesHal Rosenstock1-24/+6
2006-03-20IB/umad: Add support for large RMPP transfersJack Morgenstein1-74/+151
2005-12-09IB/umad: fix memory leaksJack Morgenstein1-2/+2
2005-11-28IB/umad: fix RMPP handlingMichael S. Tsirkin1-19/+22
2005-11-18IB/umad: make sure write()s have sufficient dataRoland Dreier1-1/+1
2005-11-10[IB] umad: further ib_unregister_mad_agent() deadlock fixesRoland Dreier1-24/+63
2005-11-10[IB] umad: get rid of unused mr arrayRoland Dreier1-25/+4
2005-11-10[IB] umad: avoid potential deadlock when unregistering MAD agentsRoland Dreier1-12/+17
2005-11-06[IB] umad: two small fixesMichael S. Tsirkin1-2/+2
2005-11-03[IB] umad: fix hot remove of IB devicesRoland Dreier1-16/+64
2005-10-28[IB] fix up class_device_create() callsRoland Dreier1-2/+2
2005-10-28[IB] umad: Fix device lifetime problemsRoland Dreier1-109/+159
2005-10-27[IB] ib_umad: various cleanupsSean Hefty1-52/+21
2005-10-27[IB] ib_umad: fix crash when freeing send buffersRoland Dreier1-2/+2
2005-10-25[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty1-26/+21
2005-10-20[IB] user_mad: Use class_device.devtRoland Dreier1-15/+2
2005-10-20[IB] user_mad: trivial coding style fixesRoland Dreier1-8/+8
2005-09-19[PATCH] IB: Fix data length for RMPP SA sendsHal Rosenstock1-2/+3
2005-08-26[PATCH] IB: move include files to include/rdmaRoland Dreier1-2/+2
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-2/+2
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier1-1/+1
2005-07-27[PATCH] IB: Implementation for RMPP support in user MADHal Rosenstock1-106/+194
2005-07-27[PATCH] IB: Add automatic retries to MAD layerHal Rosenstock1-0/+1