index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/uverbs: Allow all DESTROY commands to succeed after disassociate
Jason Gunthorpe
2018-08-01
3
-14
/
+62
*
IB/uverbs: Do not block disassociate during write()
Jason Gunthorpe
2018-08-01
2
-12
/
+11
*
IB/uverbs: Do not pass struct ib_device to the ioctl methods
Jason Gunthorpe
2018-08-01
9
-90
/
+75
*
IB/uverbs: Do not pass struct ib_device to the write based methods
Jason Gunthorpe
2018-08-01
3
-83
/
+80
*
IB/uverbs: Lower the test for ongoing disassociation
Jason Gunthorpe
2018-08-01
1
-0
/
+11
*
IB/uverbs: Allow uobject allocation to work concurrently with disassociate
Jason Gunthorpe
2018-08-01
1
-11
/
+26
*
IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate
Jason Gunthorpe
2018-08-01
3
-23
/
+57
*
IB/uverbs: Convert 'bool exclusive' into an enum
Jason Gunthorpe
2018-08-01
1
-37
/
+57
*
IB/uverbs: Consolidate uobject destruction
Jason Gunthorpe
2018-08-01
1
-129
/
+122
*
IB/uverbs: Make the write path destroy methods use the same flow as ioctl
Jason Gunthorpe
2018-08-01
2
-86
/
+44
*
IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methods
Jason Gunthorpe
2018-08-01
3
-22
/
+32
*
RDMA: Fix return code check in rdma_set_cq_moderation
Kamal Heib
2018-07-31
2
-2
/
+2
*
rdma/cxgb4: Simplify a structure initialization
Bart Van Assche
2018-07-31
1
-1
/
+1
*
rdma/cxgb4: Fix SRQ endianness annotations
Bart Van Assche
2018-07-31
1
-1
/
+2
*
rdma/cxgb4: Remove a set-but-not-used variable
Bart Van Assche
2018-07-31
1
-2
/
+0
*
RDMA/core: Prefix _ib to IB/RoCE specific functions
Parav Pandit
2018-07-30
1
-18
/
+19
*
RDMA/core: Simplify gid type check in cma_acquire_dev()
Parav Pandit
2018-07-30
1
-9
/
+3
*
RDMA/core: Avoid holding lock while initializing fields on stack
Parav Pandit
2018-07-30
1
-22
/
+14
*
RDMA/core: Return bool instead of int
Parav Pandit
2018-07-30
1
-10
/
+13
*
RDMA/cma: Get rid of 1 bit boolean
Parav Pandit
2018-07-30
1
-2
/
+2
*
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
Parav Pandit
2018-07-30
4
-35
/
+48
*
RDMA/core: Constify dst_addr argument
Parav Pandit
2018-07-30
2
-9
/
+9
*
RDMA/cma: Simplify rdma_resolve_addr() error flow
Parav Pandit
2018-07-30
1
-10
/
+4
*
RDMA/cma: Initialize resource type in __rdma_create_id()
Parav Pandit
2018-07-30
1
-1
/
+1
*
RDMA/hns: Program the tclass and flow label into the hardware
Lijun Ou
2018-07-30
4
-10
/
+13
*
RDMA/hns: Use macro instead of magic number
Lijun Ou
2018-07-30
2
-2
/
+5
*
RDMA/hns: Modify qp will return errno when qp type is illegal
Lijun Ou
2018-07-30
1
-0
/
+1
*
RDMA/hns: Assign the value for vlan field of qp context
Lijun Ou
2018-07-30
2
-6
/
+13
*
RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is set
Lijun Ou
2018-07-30
1
-31
/
+80
*
RDMA/providers: Remove pointless functions
Kamal Heib
2018-07-30
13
-239
/
+0
*
RDMA/core: Check for verbs callbacks before using them
Kamal Heib
2018-07-30
2
-1
/
+5
*
RDMA/core: Remove {create,destroy}_ah from mandatory verbs
Kamal Heib
2018-07-30
1
-2
/
+0
*
RDMA/ipoib: Fix check for return code from ib_create_srq
Kamal Heib
2018-07-30
1
-1
/
+1
*
RDMA/providers: Fix return value from create_srq callbacks
Kamal Heib
2018-07-30
3
-3
/
+3
*
IB/mlx4: Use 4K pages for kernel QP's WQE buffer
Jack Morgenstein
2018-07-30
2
-176
/
+34
*
IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
Jason Gunthorpe
2018-07-30
6
-30
/
+86
*
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
2018-07-30
38
-220
/
+233
*
IB/mlx5, ib_post_send(), IB_WR_REG_SIG_MR: Do not modify the 'wr' argument
Bart Van Assche
2018-07-30
1
-12
/
+18
*
RDMA: Constify the argument of the work request conversion functions
Bart Van Assche
2018-07-30
17
-83
/
+91
*
IB/iser: Inline two work request conversion functions
Bart Van Assche
2018-07-30
1
-2
/
+3
*
RDMA/hns: Enable modify_cq for uverbs.
Lijun Ou
2018-07-26
1
-0
/
+3
*
RDMA/hns: Update the data type of immediate data
Lijun Ou
2018-07-26
2
-7
/
+11
*
RDMA/hns: Use delay instead of usleep
Lijun Ou
2018-07-26
1
-2
/
+2
*
RDMA/hns: Add illegal hop_num judgement
Lijun Ou
2018-07-26
1
-0
/
+3
*
RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()
Lijun Ou
2018-07-26
1
-1
/
+2
*
RDMA/hns: Add 50GE type of hnae3 device match
Lijun Ou
2018-07-26
1
-0
/
+2
*
RDMA/hns: Do not overwrite the error code during error unwind in hns_roce_init
Lijun Ou
2018-07-26
1
-2
/
+1
*
IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd port
Qing Huang
2018-07-26
1
-2
/
+2
*
RDMA/usnic: Suppress a compiler warning
Bart Van Assche
2018-07-26
2
-3
/
+3
*
RDMA/cma: Do not ignore net namespace for unbound cm_id
Parav Pandit
2018-07-26
1
-3
/
+10
[next]