aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/user_mad.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Add devnode methods to cm_class and umad_classRoland Dreier2011-05-231-0/+7
* IB/umad: Make user_mad semaphore a real oneThomas Gleixner2010-09-281-1/+1
* IB/umad: Remove unused-but-set variable 'already_dead'Roland Dreier2010-07-141-2/+0
* IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier2010-04-211-4/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen2010-03-071-8/+3
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+3
* IB/umad: Clean whitespaceAlexander Chiang2010-02-241-13/+13
* IB/umad: Increase maximum devices supportedAlexander Chiang2010-02-241-6/+44
* IB/umad: Use stack variable 'base' in ib_umad_init_portAlexander Chiang2010-02-241-2/+5
* IB/umad: Use stack variable 'devnum' in ib_umad_init_portAlexander Chiang2010-02-241-6/+9
* IB/umad: Remove port_table[]Alexander Chiang2010-02-241-36/+9
* IB/umad: Convert *cdev to cdev in struct ib_umad_portAlexander Chiang2010-02-241-26/+20
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+6
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-8/+6
|\
| * IB: fix race in device_createGreg Kroah-Hartman2008-05-201-8/+6
* | IB/umad: BKL is not needed for ib_umad_open()Roland Dreier2008-07-111-6/+14
* | infiniband: more BKL pushdownJonathan Corbet2008-06-201-1/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-211-54/+55
|\
| * IB: convert struct class_device to struct deviceTony Jones2008-04-191-54/+55
* | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-181-1/+1
|/
* IB/umad: Simplify and fix lockingRoland Dreier2008-01-251-62/+53
* IB/umad: Fix bit ordering and 32-on-64 problems on big endian systemsRoland Dreier2007-10-091-9/+40
* IB/umad: Add P_Key index supportRoland Dreier2007-10-091-29/+73
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* IB/umad: Implement GRH handling for sent/received MADsSean Hefty2007-04-241-6/+12
* IB/umad: Fix declaration of dev_map[]Hal Rosenstock2007-04-181-1/+1
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-2/+2
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-1/+4
* IB: Whitespace fixesRoland Dreier2006-09-221-1/+1
* IB/mad: Validate MADs for spec complianceSean Hefty2006-07-241-11/+76
* IB/mad: RMPP support for additional classesHal Rosenstock2006-03-301-24/+6
* IB/umad: Add support for large RMPP transfersJack Morgenstein2006-03-201-74/+151
* IB/umad: fix memory leaksJack Morgenstein2005-12-091-2/+2
* IB/umad: fix RMPP handlingMichael S. Tsirkin2005-11-281-19/+22
* IB/umad: make sure write()s have sufficient dataRoland Dreier2005-11-181-1/+1
* [IB] umad: further ib_unregister_mad_agent() deadlock fixesRoland Dreier2005-11-101-24/+63
* [IB] umad: get rid of unused mr arrayRoland Dreier2005-11-101-25/+4
* [IB] umad: avoid potential deadlock when unregistering MAD agentsRoland Dreier2005-11-101-12/+17
* [IB] umad: two small fixesMichael S. Tsirkin2005-11-061-2/+2
* [IB] umad: fix hot remove of IB devicesRoland Dreier2005-11-031-16/+64
* [IB] fix up class_device_create() callsRoland Dreier2005-10-281-2/+2
* [IB] umad: Fix device lifetime problemsRoland Dreier2005-10-281-109/+159
* [IB] ib_umad: various cleanupsSean Hefty2005-10-271-52/+21
* [IB] ib_umad: fix crash when freeing send buffersRoland Dreier2005-10-271-2/+2
* [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty2005-10-251-26/+21
* [IB] user_mad: Use class_device.devtRoland Dreier2005-10-201-15/+2
* [IB] user_mad: trivial coding style fixesRoland Dreier2005-10-201-8/+8