aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/user_mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24IB/core: Use dev.parent instead of dma_deviceBart Van Assche1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig1-0/+1
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-3/+3
2015-06-12IB/mad: Add final OPA MAD processingIra Weiny1-7/+12
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-1/+2
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2Doug Ledford1-20/+24
2015-05-20IB/user_mad: Fix buggy usage of port indexIra Weiny1-1/+1
2015-05-20IB/user_mad: Use new start/end port functionsIra Weiny1-11/+3
2015-05-20IB/mad: Change ib_response_mad signature argumentsIra Weiny1-3/+3
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_mad()Michael Wang1-3/+3
2015-05-18IB/Verbs: Reform IB-core mad/agent/user_madMichael Wang1-7/+19
2014-08-10IB/mad: Add user space RMPP supportIra Weiny1-12/+22
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny1-1/+119
2014-08-10IB/mad: Add dev_notice messages for various umad/mad registration failuresIra Weiny1-0/+8
2014-08-10IB/umad: Update module to [pr|dev]_* style print messagesIra Weiny1-11/+15
2014-06-06IB/umad: Fix use-after-free on closeBart Van Assche1-11/+19
2014-05-29IB/umad: Fix error handlingBart Van Assche1-22/+27
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-10-06RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean1-3/+2
2011-05-23IB: Add devnode methods to cm_class and umad_classRoland Dreier1-0/+7
2010-09-28IB/umad: Make user_mad semaphore a real oneThomas Gleixner1-1/+1
2010-07-14IB/umad: Remove unused-but-set variable 'already_dead'Roland Dreier1-2/+0
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier1-4/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen1-8/+3
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