index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Lines
2018-06-12
treewide: Use array_size() in kvzalloc_node()
Kees Cook
-1
/
+2
2018-06-12
treewide: Use array_size() in vzalloc_node()
Kees Cook
-1
/
+1
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
-13
/
+22
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
-2
/
+2
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
-7
/
+6
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
-51
/
+62
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
-62
/
+79
2018-06-12
Convert infiniband uverbs to struct_size
Matthew Wilcox
-2
/
+2
2018-06-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-1722
/
+4093
2018-06-07
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-16
/
+8
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-100
/
+70
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-22
/
+22
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
-22
/
+22
2018-06-05
RDMA/mlx5: Update SPDX tags to show proper license
Leon Romanovsky
-2
/
+2
2018-06-05
RDMA/restrack: Change SPDX tag to properly reflect license
Leon Romanovsky
-1
/
+1
2018-06-05
qed*: Utilize FW 8.37.2.0
Michal Kalderon
-86
/
+57
2018-06-04
IB/hfi1: Fix comment on default hdr entry size
Mike Marciniszyn
-2
/
+2
2018-06-04
IB/hfi1: Rename exp_lock to exp_mutex
Kaike Wan
-8
/
+8
2018-06-04
IB/hfi1: Add bypass register defines and replace blind constants
Mike Marciniszyn
-1
/
+9
2018-06-04
IB/hfi1: Remove unused variable
Kaike Wan
-3
/
+1
2018-06-04
IB/hfi1: Ensure VL index is within bounds
Kaike Wan
-9
/
+3
2018-06-04
IB/hfi1: Fix user context tail allocation for DMA_RTAIL
Mike Marciniszyn
-10
/
+9
2018-06-04
IB/hns: Use zeroing memory allocator instead of allocator/memset
YueHaibing
-5
/
+3
2018-06-04
infiniband: fix a possible use-after-free bug
Cong Wang
-1
/
+5
2018-06-04
iw_cxgb4: add INFINIBAND_ADDR_TRANS dependency
Arnd Bergmann
-0
/
+1
2018-06-04
IB/isert: use T10-PI check mask definitions from core layer
Max Gurtovoy
-4
/
+7
2018-06-04
IB/iser: use T10-PI check mask definitions from core layer
Max Gurtovoy
-6
/
+2
2018-06-04
IB/isert: fix T10-pi check mask setting
Max Gurtovoy
-1
/
+1
2018-06-04
Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...
Jason Gunthorpe
-41
/
+587
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-55
/
+165
2018-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-55
/
+165
2018-06-02
IB/mlx5: Add counters read support
Raed Salem
-0
/
+43
2018-06-02
IB/mlx5: Add flow counters read support
Raed Salem
-1
/
+27
2018-06-02
IB/mlx5: Add flow counters binding support
Raed Salem
-13
/
+224
2018-06-02
IB/mlx5: Add counters create and destroy support
Raed Salem
-0
/
+33
2018-06-02
IB/uverbs: Add support for flow counters
Raed Salem
-11
/
+71
2018-06-02
IB/core: Support passing uhw for create_flow
Matan Barak
-4
/
+18
2018-06-02
IB/uverbs: Add read counters support
Raed Salem
-1
/
+58
2018-06-02
IB/uverbs: Add create/destroy counters support
Raed Salem
-2
/
+104
2018-06-02
IB/uverbs: Add an ib_uobject getter to ioctl() infrastructure
Matan Barak
-13
/
+14
2018-06-01
RDMA/hns_roce: Don't check return value of zap_vma_ptes()
Doug Ledford
-3
/
+1
2018-06-01
RDMA/mlx4: Don't crash machine if zap_vma_ptes() fails
Leon Romanovsky
-8
/
+2
2018-06-01
RDMA/mlx5: Don't check return value of zap_vma_ptes()
Leon Romanovsky
-4
/
+1
2018-06-01
RDMA/mad: Convert BUG_ONs to error flows
Leon Romanovsky
-4
/
+7
2018-06-01
RDMA/mad: Delete inaccessible BUG_ON
Leon Romanovsky
-1
/
+0
2018-06-01
RDMA/cma: Ignore unknown event
Leon Romanovsky
-1
/
+1
2018-06-01
RDMA/cm: Abort loop in case of CM dequeue
Leon Romanovsky
-1
/
+3
2018-06-01
RDMA/cxgb3: Don't crash kernel just because IDR is full
Leon Romanovsky
-1
/
+0
2018-06-01
RDMA/mlx4: Discard unknown SQP work requests
Leon Romanovsky
-1
/
+0
2018-06-01
RDMA/mlx4: Catch FW<->SW misalignment without machine crash
Leon Romanovsky
-1
/
+4
[next]