Age | Commit message (Expand) | Author | Files | Lines |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 2 | -3/+5 |
2018-06-13 | treewide: kvzalloc() -> kvcalloc() | Kees Cook | 1 | -2/+2 |
2018-06-13 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 1 | -2/+2 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 18 | -38/+44 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 15 | -51/+65 |
2018-06-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 72 | -1230/+3061 |
2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -16/+8 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -87/+58 |
2018-06-07 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -2/+2 |
2018-06-05 | RDMA/mlx5: Update SPDX tags to show proper license | Leon Romanovsky | 2 | -2/+2 |
2018-06-05 | qed*: Utilize FW 8.37.2.0 | Michal Kalderon | 2 | -86/+57 |
2018-06-05 | IB/hfi1: Fix comment on default hdr entry size | Mike Marciniszyn | 1 | -2/+2 |
2018-06-05 | IB/hfi1: Rename exp_lock to exp_mutex | Kaike Wan | 3 | -8/+8 |
2018-06-04 | IB/hfi1: Add bypass register defines and replace blind constants | Mike Marciniszyn | 2 | -1/+9 |
2018-06-04 | IB/hfi1: Remove unused variable | Kaike Wan | 1 | -3/+1 |
2018-06-04 | IB/hfi1: Ensure VL index is within bounds | Kaike Wan | 1 | -9/+3 |
2018-06-04 | IB/hfi1: Fix user context tail allocation for DMA_RTAIL | Mike Marciniszyn | 3 | -10/+9 |
2018-06-04 | IB/hns: Use zeroing memory allocator instead of allocator/memset | YueHaibing | 1 | -5/+3 |
2018-06-04 | iw_cxgb4: add INFINIBAND_ADDR_TRANS dependency | Arnd Bergmann | 1 | -0/+1 |
2018-06-04 | Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/... | Jason Gunthorpe | 3 | -13/+334 |
2018-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -53/+163 |
2018-06-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 5 | -53/+163 |
2018-06-02 | IB/mlx5: Add counters read support | Raed Salem | 1 | -0/+43 |
2018-06-02 | IB/mlx5: Add flow counters read support | Raed Salem | 2 | -1/+27 |
2018-06-02 | IB/mlx5: Add flow counters binding support | Raed Salem | 2 | -13/+224 |
2018-06-02 | IB/mlx5: Add counters create and destroy support | Raed Salem | 2 | -0/+33 |
2018-06-02 | IB/core: Support passing uhw for create_flow | Matan Barak | 2 | -2/+11 |
2018-06-01 | RDMA/hns_roce: Don't check return value of zap_vma_ptes() | Doug Ledford | 1 | -3/+1 |
2018-06-01 | RDMA/mlx4: Don't crash machine if zap_vma_ptes() fails | Leon Romanovsky | 1 | -8/+2 |
2018-06-01 | RDMA/mlx5: Don't check return value of zap_vma_ptes() | Leon Romanovsky | 1 | -4/+1 |
2018-06-01 | RDMA/cxgb3: Don't crash kernel just because IDR is full | Leon Romanovsky | 1 | -1/+0 |
2018-06-01 | RDMA/mlx4: Discard unknown SQP work requests | Leon Romanovsky | 1 | -1/+0 |
2018-06-01 | RDMA/mlx4: Catch FW<->SW misalignment without machine crash | Leon Romanovsky | 1 | -1/+4 |
2018-05-31 | RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses" | Colin Ian King | 1 | -1/+1 |
2018-05-31 | RDMA/hns: Implement the disassociate_ucontext API | Wei Hu(Xavier) | 2 | -1/+77 |
2018-05-31 | RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib core | Wei Hu(Xavier) | 2 | -68/+0 |
2018-05-31 | RDMA/hns: Fix the illegal memory operation when cross page | Wei Hu(Xavier) | 2 | -20/+53 |
2018-05-31 | RDMA/hns: Add reset process for RoCE in hip08 | Wei Hu(Xavier) | 4 | -0/+88 |
2018-05-30 | Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Jason Gunthorpe | 2 | -16/+46 |
2018-05-30 | IB/mlx5: Introduce a new mini-CQE format | Yonatan Cohen | 2 | -10/+36 |
2018-05-30 | IB/mlx5: Refactor CQE compression response | Yonatan Cohen | 1 | -6/+10 |
2018-05-28 | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma... | Jason Gunthorpe | 17 | -71/+143 |
2018-05-28 | IB/mlx4: Mark user MR as writable if actual virtual memory is writable | Jack Morgenstein | 1 | -8/+42 |
2018-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 16 | -63/+101 |
2018-05-25 | RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changes | Devesh Sharma | 5 | -53/+163 |
2018-05-25 | RDMA/hns: Increase checking CMQ status timeout value | Wei Hu(Xavier) | 1 | -1/+1 |
2018-05-25 | RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust | Wei Hu(Xavier) | 2 | -4/+7 |
2018-05-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 16 | -63/+101 |
2018-05-24 | Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker... | Jason Gunthorpe | 1 | -1/+1 |