index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-26
RDMA/usnic: Suppress a compiler warning
Bart Van Assche
2
-3
/
+3
2018-07-26
RDMA/cma: Do not ignore net namespace for unbound cm_id
Parav Pandit
1
-3
/
+10
2018-07-26
RDMA/cma: Consider netdevice for RoCE ports
Parav Pandit
1
-3
/
+2
2018-07-26
IB/core: Introduce and use sgid_attr in CM requests
Parav Pandit
2
-7
/
+26
2018-07-25
IB/usnic: usnic should not select INFINIBAND_USER_ACCESS
Jason Gunthorpe
1
-1
/
+1
2018-07-25
rdma/cxgb4: Add support for kernel mode SRQ's
Raju Rangoju
8
-167
/
+929
2018-07-25
rdma/cxgb4: Add support for srq functions & structs
Raju Rangoju
3
-1
/
+173
2018-07-25
IB/core: Remove extra parentheses
Varsha Rao
1
-1
/
+1
2018-07-25
RDMA/ocrdma: Suppress a compiler warning
Bart Van Assche
1
-2
/
+3
2018-07-25
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
8
-35
/
+65
2018-07-25
IB/mlx5: Use the ucontext from the uobj, not the file
Jason Gunthorpe
1
-16
/
+16
2018-07-25
IB/uverbs: Move the FD uobj type struct file allocation to alloc_commit
Jason Gunthorpe
1
-37
/
+46
2018-07-25
IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()
Jason Gunthorpe
2
-36
/
+18
2018-07-25
IB/uverbs: Rework the locking for cleaning up the ucontext
Jason Gunthorpe
5
-108
/
+122
2018-07-25
IB/uverbs: Revise and clarify the rwsem and uobjects_lock
Jason Gunthorpe
3
-20
/
+22
2018-07-25
IB/uverbs: Clarify and revise uverbs_close_fd
Jason Gunthorpe
1
-13
/
+28
2018-07-25
IB/uverbs: Revise the placement of get/puts on uobject
Jason Gunthorpe
1
-33
/
+50
2018-07-25
IB/uverbs: Clarify the kref'ing ordering for alloc_commit
Jason Gunthorpe
1
-4
/
+22
2018-07-25
IB/uverbs: Handle IDR and FD types without truncation
Jason Gunthorpe
4
-18
/
+30
2018-07-25
IB/uverbs: Get rid of null_obj_type
Jason Gunthorpe
1
-32
/
+9
2018-07-24
IB/srpt: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-9
/
+8
2018-07-24
IB/srp: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-8
/
+6
2018-07-24
IB/isert: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-12
/
+9
2018-07-24
IB/iser: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-7
/
+7
2018-07-24
IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2
-13
/
+6
2018-07-24
RDMA/core: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
3
-15
/
+10
2018-07-24
IB/rxe: Drop QP0 silently
Zhu Yanjun
1
-2
/
+7
2018-07-24
IB/ipoib: Fix error return code in ipoib_dev_init()
Wei Yongjun
1
-1
/
+2
2018-07-24
IB/mlx5: Enable driver uapi commands for flow steering
Yishai Hadas
3
-7
/
+19
2018-07-24
IB/mlx5: Add support for a flow table destination for driver flow steering
Yishai Hadas
1
-5
/
+8
2018-07-24
IB/mlx5: Support adding flow steering rule by raw description
Yishai Hadas
2
-17
/
+201
2018-07-24
IB/mlx5: Introduce driver create and destroy flow methods
Yishai Hadas
4
-0
/
+156
2018-07-24
IB: Support ib_flow creation in drivers
Yishai Hadas
2
-2
/
+7
2018-07-24
IB/mlx5: Introduce flow steering matcher uapi object
Yishai Hadas
4
-2
/
+147
2018-07-24
Merge branch 'mellanox/mlx5-next' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2018-07-23
RDMA/bnxt_re: Modify a fall-through annotation
Bart Van Assche
1
-1
/
+1
2018-07-23
RDMA/mlx5: Remove set but not used variables
Kamal Heib
2
-5
/
+1
2018-07-23
IPoIB: use kvzalloc to allocate an array of bucket pointers
Jan Dakinevich
1
-2
/
+2
2018-07-18
net/mlx5: Fix tristate and description for MLX5 module
Eran Ben Elisha
1
-1
/
+1
2018-07-13
IB/cm: Remove cma_multicast->igmp_joined
Jason Gunthorpe
1
-30
/
+23
2018-07-13
RDMA/umem: Refactor exit paths in ib_umem_get
Leon Romanovsky
1
-24
/
+20
2018-07-13
RDMA/umem: Don't hold mmap_sem for too long
Leon Romanovsky
1
-10
/
+14
2018-07-13
IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
Bart Van Assche
1
-1
/
+4
2018-07-13
IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
Bart Van Assche
1
-3
/
+14
2018-07-13
RDMA/mlx5: Check that supplied blue flame index doesn't overflow
Leon Romanovsky
2
-8
/
+9
2018-07-13
RDMA/mlx5: Melt consecutive calls to alloc_bfreg() in one call
Leon Romanovsky
2
-41
/
+12
2018-07-13
rdma/cxgb4: Add support for 64Byte cqes
Raju Rangoju
4
-11
/
+56
2018-07-11
hns: Remove a set-but-not-used variable
Bart Van Assche
1
-2
/
+0
2018-07-11
IB/hfi1: Suppress a compiler warning
Bart Van Assche
1
-1
/
+1
2018-07-11
RDMA/hns: Update the implementation of set_mac
oulijun
3
-16
/
+28
[next]