index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
mad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-22
drivers: infiniband: remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-11-10
IB/core: Avoid crash on pkey enforcement failed in received MADs
Parav Pandit
1
-1
/
+2
2017-05-23
IB/core: Enforce security on management datagrams
Daniel Jurgens
1
-8
/
+44
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
1
-8
/
+13
2017-05-01
IB/core: Rename ib_query_ah to rdma_query_ah
Dasaratharaman Chandramouli
1
-1
/
+1
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-1
/
+1
2017-04-25
IB/core: change the return type to void
Zhu Yanjun
1
-2
/
+1
2017-01-24
IB/mad: Add port_num to error message
Yuval Shaia
1
-1
/
+3
2016-12-14
Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test
Doug Ledford
1
-3
/
+3
2016-12-14
IB/mad: Fix an array index check
Bart Van Assche
1
-1
/
+1
2016-12-14
IB/mad: Eliminate redundant SM class version defines for OPA
Hal Rosenstock
1
-2
/
+2
2016-12-03
IB/mad: Remove debug prints after allocation failure
Leon Romanovsky
1
-34
/
+6
2016-10-07
IB/mad: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-1
/
+1
2016-09-23
IB/core: add support to create a unsafe global rkey to ib_create_pd
Christoph Hellwig
1
-1
/
+1
2016-06-06
IB/mad: Fix indentation
Bart Van Assche
1
-3
/
+3
2016-05-24
IB/MAD: Integrate ib_mad module into ib_core module
Mark Bloch
1
-10
/
+3
2016-01-19
IB/mad: use CQ abstraction
Christoph Hellwig
1
-104
/
+58
2016-01-19
IB/mad: pass ib_mad_send_buf explicitly to the recv_handler
Christoph Hellwig
1
-8
/
+10
2015-12-24
IB/mad: Ensure fairness in ib_mad_completion_handler
Dean Luick
1
-0
/
+18
2015-12-08
IB/mad: Require CM send method for everything except ClassPortInfo
Hal Rosenstock
1
-0
/
+5
2015-10-28
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
1
-20
/
+20
2015-10-21
IB/core: Add netdev and gid attributes paramteres to cache
Matan Barak
1
-1
/
+1
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
1
-20
/
+20
2015-08-30
IB/mad: Remove ib_get_dma_mr calls
Jason Gunthorpe
1
-23
/
+3
2015-08-30
IB/core: lock client data with lists_rwsem
Haggai Eran
1
-1
/
+1
2015-07-14
IB/mad: Fix compare between big endian and cpu endian
Ira Weiny
1
-1
/
+1
2015-07-14
IB: Add rdma_cap_ib_switch helper and use where appropriate
Hal Rosenstock
1
-29
/
+16
2015-06-12
IB/mad: Add final OPA MAD processing
Ira Weiny
1
-29
/
+195
2015-06-12
IB/mad: Add partial Intel OPA MAD support
Ira Weiny
1
-10
/
+32
2015-06-12
IB/mad: Add support for additional MAD info to/from drivers
Ira Weiny
1
-5
/
+12
2015-06-12
IB/mad: Convert allocations from kmem_cache to kzalloc
Ira Weiny
1
-81
/
+88
2015-06-12
IB/core: Add ability for drivers to report an alternate MAD size.
Ira Weiny
1
-0
/
+3
2015-06-12
IB/mad: Support alternate Base Versions when creating MADs
Ira Weiny
1
-1
/
+2
2015-06-12
IB/mad: Split IB SMI handling from MAD Recv handler
Ira Weiny
1
-36
/
+49
2015-06-12
IB/mad cleanup: Generalize processing of MAD data
Ira Weiny
1
-6
/
+6
2015-06-12
IB/mad cleanup: Clean up function params -- find_mad_agent
Ira Weiny
1
-18
/
+18
2015-06-12
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
1
-1
/
+3
2015-05-20
Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...
Doug Ledford
1
-51
/
+51
2015-05-20
IB/mad: Add const qualifiers to query only functions
Ira Weiny
1
-8
/
+8
2015-05-20
IB/mad: Clean up rcv_has_same_class
Ira Weiny
1
-3
/
+3
2015-05-20
IB/mad: Change ib_response_mad signature arguments
Ira Weiny
1
-10
/
+10
2015-05-20
IB/mad: Change validate_mad signature arguments
Ira Weiny
1
-6
/
+6
2015-05-18
IB/mad: Rename is_data_mad to is_rmpp_data_mad
Ira Weiny
1
-3
/
+4
2015-05-18
IB/Verbs: Use management helper rdma_cap_ib_smi()
Michael Wang
1
-1
/
+1
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
-22
/
+21
2014-08-10
IB/mad: Add user space RMPP support
Ira Weiny
1
-23
/
+51
2014-08-10
IB/mad: add new ioctl to ABI to support new registration options
Ira Weiny
1
-1
/
+3
2014-08-10
IB/mad: Add dev_notice messages for various umad/mad registration failures
Ira Weiny
1
-9
/
+49
2014-08-10
IB/mad: Update module to [pr|dev]_* style print messages
Ira Weiny
1
-68
/
+79
[next]