index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
user_mad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-66
/
+57
2018-01-29
IB/umad: Fix use of unprotected device pointer
Jack Morgenstein
1
-1
/
+1
2018-01-11
IB/core: Increase number of char device minors
Huy Nguyen
1
-55
/
+48
2018-01-11
IB/core: Remove the locking for character device bitmaps
Huy Nguyen
1
-5
/
+0
2017-12-22
IB/core: Use rdma_cap_opa_mad to check for OPA
Don Hiatt
1
-2
/
+1
2017-12-19
IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc
Parav Pandit
1
-4
/
+4
2017-12-19
IB/{cm, umad}: Handle av init error
Parav Pandit
1
-3
/
+7
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-10-18
Merge branch 'for-next-early' into for-next
Doug Ledford
1
-1
/
+10
2017-10-18
IB/core: Introduce and use rdma_create_user_ah
Parav Pandit
1
-1
/
+1
2017-10-04
IB/core: Do not warn on lid conversions for OPA
Don Hiatt
1
-1
/
+10
2017-08-18
Add OPA extended LID support
Hiatt, Don
1
-1
/
+1
2017-08-08
IB/core: Change wc.slid from 16 to 32 bits
Hiatt, Don
1
-1
/
+1
2017-05-05
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2017-05-01
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
1
-0
/
+2
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
1
-15
/
+17
2017-05-01
IB/core: Rename ib_destroy_ah to rdma_destroy_ah
Dasaratharaman Chandramouli
1
-2
/
+2
2017-05-01
IB/core: Rename ib_create_ah to rdma_create_ah
Dasaratharaman Chandramouli
1
-1
/
+1
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-2
/
+2
2017-03-21
infiniband: utilize the new cdev_set_parent function
Logan Gunthorpe
1
-2
/
+2
2017-01-24
IB/core: Use dev.parent instead of dma_device
Bart Van Assche
1
-2
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-01-19
IB/mad: pass ib_mad_send_buf explicitly to the recv_handler
Christoph Hellwig
1
-0
/
+1
2015-08-30
IB/core: lock client data with lists_rwsem
Haggai Eran
1
-3
/
+3
2015-06-12
IB/mad: Add final OPA MAD processing
Ira Weiny
1
-7
/
+12
2015-06-12
IB/mad: Support alternate Base Versions when creating MADs
Ira Weiny
1
-1
/
+2
2015-05-20
Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...
Doug Ledford
1
-20
/
+24
2015-05-20
IB/user_mad: Fix buggy usage of port index
Ira Weiny
1
-1
/
+1
2015-05-20
IB/user_mad: Use new start/end port functions
Ira Weiny
1
-11
/
+3
2015-05-20
IB/mad: Change ib_response_mad signature arguments
Ira Weiny
1
-3
/
+3
2015-05-18
IB/Verbs: Use management helper rdma_cap_ib_mad()
Michael Wang
1
-3
/
+3
2015-05-18
IB/Verbs: Reform IB-core mad/agent/user_mad
Michael Wang
1
-7
/
+19
2014-08-11
IB/mad: Add user space RMPP support
Ira Weiny
1
-12
/
+22
2014-08-11
IB/mad: add new ioctl to ABI to support new registration options
Ira Weiny
1
-1
/
+119
2014-08-11
IB/mad: Add dev_notice messages for various umad/mad registration failures
Ira Weiny
1
-0
/
+8
2014-08-11
IB/umad: Update module to [pr|dev]_* style print messages
Ira Weiny
1
-11
/
+15
2014-06-06
IB/umad: Fix use-after-free on close
Bart Van Assche
1
-11
/
+19
2014-05-30
IB/umad: Fix error handling
Bart Van Assche
1
-22
/
+27
2012-01-04
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
1
-1
/
+1
2011-10-06
RDMA/ucm: Removed checks for unsigned value < 0
Hefty, Sean
1
-3
/
+2
2011-05-23
IB: Add devnode methods to cm_class and umad_class
Roland Dreier
1
-0
/
+7
2010-09-29
IB/umad: Make user_mad semaphore a real one
Thomas Gleixner
1
-1
/
+1
2010-07-15
IB/umad: Remove unused-but-set variable 'already_dead'
Roland Dreier
1
-2
/
+0
2010-04-21
IB: Explicitly rule out llseek to avoid BKL in default_llseek()
Roland Dreier
1
-4
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-08
driver core: Convert some drivers to CLASS_ATTR_STRING
Andi Kleen
1
-8
/
+3
2010-03-08
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
1
-1
/
+3
2010-02-24
IB/umad: Clean whitespace
Alexander Chiang
1
-13
/
+13
2010-02-24
IB/umad: Increase maximum devices supported
Alexander Chiang
1
-6
/
+44
[next]