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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-22
3
-9
/
+8
*
rdma_rxe: Use netlink messages to add/delete links
Steve Wise
2019-02-20
8
-13
/
+46
*
RDMA/rxe: Close a race after ib_register_device
Jason Gunthorpe
2019-02-20
4
-12
/
+21
*
RDMA/rxe: Add ib_device_get_by_name() and use it in rxe
Jason Gunthorpe
2019-02-20
5
-33
/
+4
*
RDMA/rxe: Use driver_unregister and new unregistration API
Jason Gunthorpe
2019-02-20
8
-87
/
+30
*
RDMA/rxe: Use ib_device_get_by_netdev() instead of open coding
Jason Gunthorpe
2019-02-20
4
-47
/
+38
*
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
2
-5
/
+9
*
RDMA/rxe: Use for_each_sg_page iterator on umem SGL
Shiraz, Saleem
2019-02-11
1
-7
/
+6
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-09
4
-21
/
+61
*
RDMA/rxe: Improve loopback marking
Kamal Heib
2019-02-04
2
-6
/
+4
*
RDMA/rxe: Move rxe_init_av() to rxe_av.c
Kamal Heib
2019-02-04
4
-14
/
+11
*
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
2019-01-30
1
-1
/
+1
*
IB/rxe: Remove unnecessary rxe variable
Zhu Yanjun
2019-01-22
4
-16
/
+11
*
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
*
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2019-01-11
1
-1
/
+1
*
IB/rxe: Reuse code which sets port state
Yuval Shaia
2018-12-20
3
-21
/
+11
*
IB/rxe: Make counters thread safe
Parav Pandit
2018-12-20
2
-4
/
+4
*
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
3
-4
/
+5
*
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: Fix incorrect cache cleanup in error flow
Yuval Shaia
2018-12-11
1
-12
/
+14
*
IB/rxe: Utilize generic function to validate port number
Yuval Shaia
2018-12-07
1
-3
/
+3
*
IB/rxe: Make function rxe_pool_cleanup return void
Yuval Shaia
2018-12-07
2
-4
/
+2
*
rxe: IB_WR_REG_MR does not capture MR's iova field
Chuck Lever
2018-11-30
1
-0
/
+1
*
IB/rxe: make rxe_unregister_device void
Zhu Yanjun
2018-11-08
2
-4
/
+2
*
IB/rxe: move the variable into the function that uses it
Zhu Yanjun
2018-11-08
3
-11
/
+8
*
RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats counters
Andrew Boyer
2018-11-08
5
-3
/
+17
*
RDMA/rxe: Distinguish between down links and disabled links
Andrew Boyer
2018-11-08
3
-4
/
+11
*
rxe: fix error completion wr_id and qp_num
Sagi Grimberg
2018-11-06
1
-4
/
+9
*
IB/rxe: clean skb queue directly
Zhu Yanjun
2018-11-06
1
-4
/
+1
*
RDMA/drivers: Use core provided API for registering device attributes
Parav Pandit
2018-10-17
1
-18
/
+8
*
IB/rxe: Remove unnecessary enum values
Nathan Chancellor
2018-10-17
3
-12
/
+7
*
RDMA: Remove unused parameter from ib_modify_qp_is_ok()
Kamal Heib
2018-10-04
1
-2
/
+1
*
RDMA/rxe: Remove unused addr_same()
Kamal Heib
2018-10-04
1
-5
/
+0
*
IB/rxe: avoid srq memory leak
Zhu Yanjun
2018-10-04
1
-2
/
+8
*
IB/rxe: replace kvfree with vfree
Zhu Yanjun
2018-10-01
2
-4
/
+5
*
RDMA/drivers: Use dev_name instead of ibdev->name
Jason Gunthorpe
2018-09-26
1
-1
/
+1
*
RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name
Jason Gunthorpe
2018-09-26
2
-3
/
+3
*
RDMA: Fully setup the device name in ib_register_device
Jason Gunthorpe
2018-09-26
1
-2
/
+1
*
IB/rxe: fixes for rdma read retry
Vijay Immanuel
2018-08-30
2
-11
/
+25
*
IB/rxe: avoid back-to-back retries
Vijay Immanuel
2018-08-30
2
-1
/
+18
*
IB/rxe: fix for duplicate request processing and ack psns
Vijay Immanuel
2018-08-30
2
-2
/
+8
*
IB/rxe: Refactor lookup memory function
Parav Pandit
2018-08-30
1
-24
/
+11
*
IB/rxe: Avoid NULL check when search is successful
Parav Pandit
2018-08-30
1
-4
/
+3
*
IB/rxe: Change pool state enums to capital letters
Parav Pandit
2018-08-30
2
-8
/
+8
*
IB/rxe: Replace spinlock with rwlock
Parav Pandit
2018-08-30
2
-19
/
+19
*
IB/rxe: Simplify rxe_find_route() to avoid GID query for netdev
Parav Pandit
2018-08-30
4
-24
/
+13
[next]