Age | Commit message (Expand) | Author | Files | Lines |
2020-09-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 19 | -106/+168 |
2020-09-09 | IB/isert: Fix unaligned immediate-data handling | Sagi Grimberg | 2 | -56/+78 |
2020-09-09 | RDMA/rtrs-srv: Set .release function for rtrs srv device during device init | Md Haris Iqbal | 2 | -8/+8 |
2020-09-09 | RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx' | YueHaibing | 1 | -2/+0 |
2020-09-02 | RDMA/core: Fix reported speed and width | Kamal Heib | 1 | -1/+1 |
2020-09-02 | RDMA/core: Fix unsafe linked list traversal after failing to allocate CQ | Xi Wang | 1 | -2/+2 |
2020-08-27 | RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeeds | Selvin Xavier | 1 | -11/+11 |
2020-08-27 | RDMA/bnxt_re: Fix driver crash on unaligned PSN entry address | Naresh Kumar PBS | 1 | -2/+2 |
2020-08-27 | RDMA/bnxt_re: Restrict the max_gids to 256 | Naresh Kumar PBS | 2 | -1/+2 |
2020-08-27 | RDMA/bnxt_re: Static NQ depth allocation | Naresh Kumar PBS | 1 | -2/+1 |
2020-08-27 | RDMA/bnxt_re: Fix the qp table indexing | Selvin Xavier | 3 | -12/+25 |
2020-08-27 | RDMA/bnxt_re: Do not report transparent vlan from QP1 | Selvin Xavier | 1 | -3/+18 |
2020-08-27 | RDMA/mlx4: Read pkey table length instead of hardcoded value | Mark Bloch | 1 | -1/+2 |
2020-08-27 | RDMA/rxe: Fix panic when calling kmem_cache_create() | Kamal Heib | 3 | -0/+11 |
2020-08-27 | RDMA/rxe: Fix memleak in rxe_mem_init_user | Dinghao Liu | 1 | -0/+1 |
2020-08-24 | RDMA/rxe: Fix the parent sysfs read when the interface has 15 chars | Yi Zhang | 1 | -1/+1 |
2020-08-24 | RDMA/rtrs-srv: Replace device_register with device_initialize and device_add | Md Haris Iqbal | 2 | -4/+5 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 48 | -112/+100 |
2020-08-20 | Revert "RDMA/hns: Reserve one sge in order to avoid local length error" | Weihang Li | 5 | -14/+8 |
2020-08-20 | RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE request | Kaike Wan | 1 | -0/+1 |
2020-08-20 | RDMA/bnxt_re: Do not add user qps to flushlist | Selvin Xavier | 1 | -1/+2 |
2020-08-20 | RDMA/core: Fix spelling mistake "Could't" -> "Couldn't" | Colin Ian King | 1 | -1/+1 |
2020-08-18 | RDMA/usnic: Fix spelling mistake "transistion" -> "transition" | Colin Ian King | 1 | -1/+1 |
2020-08-18 | RDMA/hns: Fix spelling mistake "epmty" -> "empty" | Colin Ian King | 1 | -1/+1 |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 1 | -1/+1 |
2020-08-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 121 | -5992/+6077 |
2020-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 5 | -60/+62 |
2020-08-06 | RDMA/mlx5: Fix flow destination setting for RDMA TX flow table | Michael Guralnik | 1 | -2/+4 |
2020-08-05 | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+5 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -18/+18 |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 6 | -51/+38 |
2020-07-31 | RDMA/rxe: Remove pkey table | Kamal Heib | 6 | -77/+13 |
2020-07-31 | RDMA/umem: Add a schedule point in ib_umem_get() | Eric Dumazet | 1 | -0/+1 |
2020-07-30 | RDMA/hns: Fix the unneeded process when getting a general type of CQE error | Xi Wang | 2 | -0/+10 |
2020-07-30 | RDMA/hns: Fix error during modify qp RTS2RTS | Lang Cheng | 1 | -1/+3 |
2020-07-30 | RDMA/hns: Delete unnecessary memset when allocating VF resource | Lang Cheng | 1 | -2/+0 |
2020-07-30 | RDMA/hns: Remove redundant parameters in set_rc_wqe() | Weihang Li | 1 | -13/+17 |
2020-07-30 | RDMA/hns: Remove support for HIP08_A | Lang Cheng | 3 | -65/+47 |
2020-07-30 | RDMA/hns: Refactor hns_roce_v2_set_hem() | Weihang Li | 1 | -19/+26 |
2020-07-30 | RDMA/hns: Remove redundant hardware opcode definitions | Lang Cheng | 2 | -30/+14 |
2020-07-30 | RDMA/core: Free DIM memory in error unwind | Leon Romanovsky | 1 | -0/+1 |
2020-07-30 | RDMA/core: Stop DIM before destroying CQ | Leon Romanovsky | 1 | -3/+10 |
2020-07-30 | RDMA/mlx5: Initialize QP mutex for the debug kernels | Leon Romanovsky | 1 | -4/+1 |
2020-07-29 | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE | Mike Marciniszyn | 2 | -32/+5 |
2020-07-29 | RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP | Mark Zhang | 1 | -3/+0 |
2020-07-29 | RDMA/rtrs: remove WQ_MEM_RECLAIM for rtrs_wq | Jack Wang | 2 | -2/+2 |
2020-07-29 | RDMA/rtrs-clt: add an additional random 8 seconds before reconnecting | Danil Kipnis | 1 | -2/+12 |
2020-07-29 | RDMA/mlx5: Allow providing extra scatter CQE QP flag | Leon Romanovsky | 1 | -9/+15 |
2020-07-29 | RDMA/cma: Execute rdma_cm destruction from a handler properly | Jason Gunthorpe | 1 | -90/+84 |
2020-07-29 | RDMA/cma: Remove unneeded locking for req paths | Jason Gunthorpe | 1 | -25/+6 |