summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/user_mad.c
AgeCommit message (Expand)Author
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-02-24IB/umad: Clean whitespaceAlexander Chiang
2010-02-24IB/umad: Increase maximum devices supportedAlexander Chiang
2010-02-24IB/umad: Use stack variable 'base' in ib_umad_init_portAlexander Chiang
2010-02-24IB/umad: Use stack variable 'devnum' in ib_umad_init_portAlexander Chiang
2010-02-24IB/umad: Remove port_table[]Alexander Chiang
2010-02-24IB/umad: Convert *cdev to cdev in struct ib_umad_portAlexander Chiang
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2008-10-16device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-11IB/umad: BKL is not needed for ib_umad_open()Roland Dreier
2008-06-20infiniband: more BKL pushdownJonathan Corbet
2008-05-20IB: fix race in device_createGreg Kroah-Hartman
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-04-19IB: convert struct class_device to struct deviceTony Jones
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox
2008-01-25IB/umad: Simplify and fix lockingRoland Dreier
2007-10-09IB/umad: Fix bit ordering and 32-on-64 problems on big endian systemsRoland Dreier
2007-10-09IB/umad: Add P_Key index supportRoland Dreier
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare
2007-04-24IB/umad: Implement GRH handling for sent/received MADsSean Hefty
2007-04-18IB/umad: Fix declaration of dev_map[]Hal Rosenstock
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2006-09-22RDMA: iWARP Core Changes.Tom Tucker
2006-09-22IB: Whitespace fixesRoland Dreier
2006-07-24IB/mad: Validate MADs for spec complianceSean Hefty
2006-03-30IB/mad: RMPP support for additional classesHal Rosenstock
2006-03-20IB/umad: Add support for large RMPP transfersJack Morgenstein
2005-12-09IB/umad: fix memory leaksJack Morgenstein
2005-11-28IB/umad: fix RMPP handlingMichael S. Tsirkin
2005-11-18IB/umad: make sure write()s have sufficient dataRoland Dreier
2005-11-10[IB] umad: further ib_unregister_mad_agent() deadlock fixesRoland Dreier
2005-11-10[IB] umad: get rid of unused mr arrayRoland Dreier
2005-11-10[IB] umad: avoid potential deadlock when unregistering MAD agentsRoland Dreier
2005-11-06[IB] umad: two small fixesMichael S. Tsirkin
2005-11-03[IB] umad: fix hot remove of IB devicesRoland Dreier
2005-10-28[IB] fix up class_device_create() callsRoland Dreier
2005-10-28[IB] umad: Fix device lifetime problemsRoland Dreier
2005-10-27[IB] ib_umad: various cleanupsSean Hefty
2005-10-27[IB] ib_umad: fix crash when freeing send buffersRoland Dreier
2005-10-25[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty
2005-10-20[IB] user_mad: Use class_device.devtRoland Dreier
2005-10-20[IB] user_mad: trivial coding style fixesRoland Dreier
2005-09-19[PATCH] IB: Fix data length for RMPP SA sendsHal Rosenstock
2005-08-26[PATCH] IB: move include files to include/rdmaRoland Dreier
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier
2005-07-27[PATCH] IB: Implementation for RMPP support in user MADHal Rosenstock