index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
verbs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()
Bharat Potnuri
2018-06-18
1
-6
/
+8
*
Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...
Jason Gunthorpe
2018-06-04
1
-1
/
+1
|
\
|
*
IB/core: Support passing uhw for create_flow
Matan Barak
2018-06-02
1
-1
/
+1
*
|
IB/uverbs: Fix kernel crash during MR deregistration flow
Ariel Levkovich
2018-04-27
1
-0
/
+1
|
/
*
IB/uverbs: Add device memory registration ioctl support
Ariel Levkovich
2018-04-05
1
-1
/
+5
*
drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4
Andrew Morton
2018-03-14
1
-1
/
+2
*
RDMA/verbs: Simplify modify QP check
Leon Romanovsky
2018-03-14
1
-12
/
+8
*
RDMA/nldev: provide detailed MR information
Steve Wise
2018-03-08
1
-0
/
+3
*
RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access
Bart Van Assche
2018-03-07
1
-3
/
+8
*
RDMA/verbs: Return proper error code for not supported system call
Leon Romanovsky
2018-02-23
1
-23
/
+23
*
RDMA/restrack: don't use uaccess_kernel()
Steve Wise
2018-02-16
1
-2
/
+1
*
RDMA/core: Add resource tracking for create and destroy PDs
Leon Romanovsky
2018-01-30
1
-0
/
+5
*
RDMA/core: Add resource tracking for create and destroy CQs
Leon Romanovsky
2018-01-30
1
-0
/
+3
*
RDMA/core: Add resource tracking for create and destroy QPs
Leon Romanovsky
2018-01-30
1
-3
/
+2
*
RDMA/core: Save kernel caller name when creating PD and CQ objects
Leon Romanovsky
2018-01-29
1
-2
/
+2
*
IB/core: postpone WR initialization during queue drain
Max Gurtovoy
2018-01-18
1
-8
/
+8
*
IB/core: Limit DMAC resolution to RoCE Connected QPs
Parav Pandit
2018-01-15
1
-1
/
+10
*
IB/core: Attempt DMAC resolution for only RoCE
Parav Pandit
2018-01-15
1
-4
/
+2
*
IB/core: Limit DMAC resolution to userspace QPs
Parav Pandit
2018-01-15
1
-19
/
+29
*
IB/core: Perform modify QP on real one
Parav Pandit
2018-01-15
1
-2
/
+3
*
infiniband: fix core/verbs.c kernel-doc notation
Randy Dunlap
2018-01-11
1
-2
/
+2
*
RDMA/core: Add encode/decode FDR/EDR rates
Hans Westgaard Ry
2018-01-05
1
-20
/
+36
*
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
2017-12-28
1
-1
/
+2
|
\
|
*
IB/core: Verify that QP is security enabled in create and destroy
Moni Shoua
2017-12-27
1
-1
/
+2
*
|
IB/core: Make sure that PSN does not overflow
Majd Dibbiny
2017-12-27
1
-0
/
+16
*
|
IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc
Parav Pandit
2017-12-18
1
-6
/
+6
*
|
IB/core: Avoid unnecessary type cast
Parav Pandit
2017-12-18
1
-2
/
+1
*
|
IB/core: Depend on IPv6 stack to resolve link local address for RoCEv2
Parav Pandit
2017-12-18
1
-5
/
+11
*
|
IB/{core/cm}: Fix generating a return AH for RoCEE
Parav Pandit
2017-12-18
1
-78
/
+58
|
/
*
RDMA/core: Rename kernel modify_cq to better describe its usage
Leon Romanovsky
2017-11-13
1
-2
/
+2
*
IB: Let ib_core resolve destination mac address
Parav Pandit
2017-10-18
1
-3
/
+5
*
IB/core: Introduce and use rdma_create_user_ah
Parav Pandit
2017-10-18
1
-2
/
+38
*
IB/core: Fix for core panic
Alex Estrin
2017-09-22
1
-2
/
+2
*
IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()
Roland Dreier
2017-08-31
1
-0
/
+2
*
IB/core: Separate CQ handle in SRQ context
Artemy Kovalyov
2017-08-29
1
-7
/
+9
*
RDMA/core: Refactor get link layer wrapper
Leon Romanovsky
2017-08-24
1
-9
/
+5
*
RDMA/core: Delete BUG() from unreachable flow
Leon Romanovsky
2017-08-24
1
-13
/
+7
*
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
2017-08-24
1
-1
/
+6
|
\
|
*
IB/core: Avoid accessing non-allocated memory when inferring port type
Noa Osherovich
2017-08-24
1
-1
/
+6
*
|
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
2017-08-18
1
-1
/
+0
|
\
|
|
*
Revert "IB/core: Allow QP state transition from reset to error"
Leon Romanovsky
2017-07-23
1
-1
/
+0
*
|
Merge branch 'misc' into k.o/for-next
Doug Ledford
2017-07-27
1
-0
/
+55
|
\
\
|
*
|
IB/core: Add generic function to extract IB speed from netdev
Yuval Shaia
2017-07-24
1
-0
/
+55
|
|
/
*
|
IB/core: Add support for RoCEv2 multicast
Noa Osherovich
2017-07-24
1
-0
/
+12
*
|
IB/core: Set RoCEv2 MGID according to spec
Noa Osherovich
2017-07-24
1
-4
/
+6
*
|
IB/core: Fix the validations of a multicast LID in attach or detach operations
Noa Osherovich
2017-07-24
1
-4
/
+40
|
/
*
IB/core: Allow QP state transition from reset to error
Tadeusz Struk
2017-07-18
1
-0
/
+1
*
IB/core: Introduce modify QP operation with udata
Parav Pandit
2017-07-18
1
-8
/
+24
*
IB/core: Don't resolve IP address to the loopback device
Moni Shoua
2017-07-17
1
-5
/
+0
*
RDMA/core: Document confusing code
Gustavo A. R. Silva
2017-07-17
1
-0
/
+13
[next]