index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
/
rxe_verbs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-22
1
-8
/
+6
*
rdma_rxe: Use netlink messages to add/delete links
Steve Wise
2019-02-20
1
-2
/
+2
*
RDMA/rxe: Close a race after ib_register_device
Jason Gunthorpe
2019-02-20
1
-0
/
+14
*
RDMA/rxe: Use driver_unregister and new unregistration API
Jason Gunthorpe
2019-02-20
1
-15
/
+2
*
RDMA/rxe: Use ib_device_get_by_netdev() instead of open coding
Jason Gunthorpe
2019-02-20
1
-14
/
+3
*
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
1
-2
/
+4
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-09
1
-9
/
+7
*
RDMA/rxe: Move rxe_init_av() to rxe_av.c
Kamal Heib
2019-02-04
1
-9
/
+2
*
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
2019-01-14
1
-2
/
+2
*
RDMA: Rename port_callback to init_port
Parav Pandit
2019-01-14
1
-1
/
+1
*
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
2018-12-20
1
-1
/
+1
*
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
2018-12-20
1
-0
/
+1
*
RDMA: Cleanup undesired pd->uobject usage
Shamir Rabinovitch
2018-12-19
1
-1
/
+1
*
RDMA/rxe: Initialize ib_device_ops struct
Kamal Heib
2018-12-12
1
-43
/
+47
*
IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbs
Yuval Shaia
2018-12-11
1
-21
/
+1
*
IB/rxe: make rxe_unregister_device void
Zhu Yanjun
2018-11-08
1
-3
/
+1
*
RDMA/rxe: Distinguish between down links and disabled links
Andrew Boyer
2018-11-08
1
-0
/
+8
*
RDMA/drivers: Use core provided API for registering device attributes
Parav Pandit
2018-10-17
1
-18
/
+8
*
RDMA: Fully setup the device name in ib_register_device
Jason Gunthorpe
2018-09-26
1
-2
/
+1
*
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
2018-07-31
1
-9
/
+9
*
RDMA: Constify the argument of the work request conversion functions
Bart Van Assche
2018-07-31
1
-4
/
+4
*
RDMA/rxe: Simplify the error handling code in rxe_create_ah()
Bart Van Assche
2018-07-09
1
-10
/
+3
*
RDMA: Convert drivers to use sgid_attr instead of sgid_index
Parav Pandit
2018-06-18
1
-26
/
+5
*
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Jason Gunthorpe
2018-05-28
1
-9
/
+1
|
\
|
*
nvmet,rxe: defer ip datagram sending to tasklet
Alexandru Moise
2018-05-09
1
-9
/
+1
*
|
IB/rxe: remove unused function variable
Zhu Yanjun
2018-04-27
1
-3
/
+3
|
/
*
IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
Mikhail Malygin
2018-04-05
1
-1
/
+1
*
IB/rxe: Removed GID add/del dummy routines
Parav Pandit
2018-04-05
1
-17
/
+0
*
RDMA: Use ib_gid_attr during GID modification
Parav Pandit
2018-04-04
1
-6
/
+4
*
IB/providers: Avoid null netdev check for RoCE
Parav Pandit
2018-04-04
1
-3
/
+1
*
RDMA/providers: Simplify query_gid callback of RoCE providers
Parav Pandit
2018-04-04
1
-18
/
+0
*
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
2018-03-19
1
-0
/
+1
*
RDMA/rxe: Use structs to describe the uABI instead of opencoding
Jason Gunthorpe
2018-03-15
1
-5
/
+43
*
RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attr
Jason Gunthorpe
2018-03-15
1
-2
/
+2
*
RDMA/rxe: Fix an out-of-bounds read
Bart Van Assche
2018-03-07
1
-3
/
+2
*
IB/rxe: remove redudant parameter in rxe_av_fill_ip_info
Zhu Yanjun
2018-01-31
1
-1
/
+1
*
IB/rxe: change the function rxe_av_fill_ip_info to void
Zhu Yanjun
2018-01-31
1
-2
/
+2
*
IB/rxe: remove unnecessary parameter in rxe_av_to_attr
Zhu Yanjun
2018-01-31
1
-2
/
+1
*
IB/rxe: change the function to void from int
Zhu Yanjun
2018-01-31
1
-3
/
+2
*
IB/rxe: remove redudant parameter in function
Zhu Yanjun
2018-01-31
1
-1
/
+1
*
RDMA/rxe: Fix a race condition related to the QP error state
Bart Van Assche
2018-01-10
1
-0
/
+2
*
IB/rxe: don't crash, if allocation of crc algorithm failed
Thomas Bogendoerfer
2017-11-10
1
-4
/
+6
*
RDMA/rxe: Suppress gcc 7 fall-through complaints
Bart Van Assche
2017-10-15
1
-0
/
+1
*
IB/rxe: Disable completion upcalls when a CQ is destroyed
Andrew Boyer
2017-08-29
1
-0
/
+2
*
Merge branch 'misc' into k.o/for-next
Doug Ledford
2017-07-27
1
-47
/
+6
|
\
|
*
IB/core: Add generic function to extract IB speed from netdev
Yuval Shaia
2017-07-24
1
-47
/
+6
*
|
IB/rxe: Use __func__ to print function's name
Kamal Heib
2017-07-24
1
-3
/
+3
*
|
IB/rxe: Use DEVICE_ATTR_RO macro to show parent field
Kamal Heib
2017-07-24
1
-3
/
+3
|
/
*
rxe: fix broken receive queue draining
Vijay Immanuel
2017-07-20
1
-0
/
+3
*
IB/rxe: Set dma_mask and coherent_dma_mask
yonatanc
2017-07-18
1
-0
/
+2
[next]