| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 2020-08-12 | 1 | -1/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-08-07 | 121 | -5992/+6077 |
|\ |
|
| * | RDMA/mlx5: Fix flow destination setting for RDMA TX flow table | Michael Guralnik | 2020-08-06 | 1 | -2/+4 |
| * | RDMA/rxe: Remove pkey table | Kamal Heib | 2020-07-31 | 6 | -77/+13 |
| * | RDMA/umem: Add a schedule point in ib_umem_get() | Eric Dumazet | 2020-07-31 | 1 | -0/+1 |
| * | RDMA/hns: Fix the unneeded process when getting a general type of CQE error | Xi Wang | 2020-07-30 | 2 | -0/+10 |
| * | RDMA/hns: Fix error during modify qp RTS2RTS | Lang Cheng | 2020-07-30 | 1 | -1/+3 |
| * | RDMA/hns: Delete unnecessary memset when allocating VF resource | Lang Cheng | 2020-07-30 | 1 | -2/+0 |
| * | RDMA/hns: Remove redundant parameters in set_rc_wqe() | Weihang Li | 2020-07-30 | 1 | -13/+17 |
| * | RDMA/hns: Remove support for HIP08_A | Lang Cheng | 2020-07-30 | 3 | -65/+47 |
| * | RDMA/hns: Refactor hns_roce_v2_set_hem() | Weihang Li | 2020-07-30 | 1 | -19/+26 |
| * | RDMA/hns: Remove redundant hardware opcode definitions | Lang Cheng | 2020-07-30 | 2 | -30/+14 |
| * | RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP | Mark Zhang | 2020-07-29 | 1 | -3/+0 |
| * | RDMA/rtrs: remove WQ_MEM_RECLAIM for rtrs_wq | Jack Wang | 2020-07-29 | 2 | -2/+2 |
| * | RDMA/rtrs-clt: add an additional random 8 seconds before reconnecting | Danil Kipnis | 2020-07-29 | 1 | -2/+12 |
| * | RDMA/cma: Execute rdma_cm destruction from a handler properly | Jason Gunthorpe | 2020-07-29 | 1 | -90/+84 |
| * | RDMA/cma: Remove unneeded locking for req paths | Jason Gunthorpe | 2020-07-29 | 1 | -25/+6 |
| * | RDMA/cma: Using the standard locking pattern when delivering the removal event | Jason Gunthorpe | 2020-07-29 | 1 | -26/+36 |
| * | RDMA/cma: Simplify DEVICE_REMOVAL for internal_id | Jason Gunthorpe | 2020-07-29 | 1 | -1/+5 |
| * | RDMA/efa: Add EFA 0xefa1 PCI ID | Gal Pressman | 2020-07-29 | 1 | -2/+4 |
| * | RDMA/efa: User/kernel compatibility handshake mechanism | Gal Pressman | 2020-07-29 | 1 | -0/+40 |
| * | RDMA/efa: Expose minimum SQ size | Gal Pressman | 2020-07-29 | 4 | -2/+5 |
| * | RDMA/efa: Expose maximum TX doorbell batch | Gal Pressman | 2020-07-29 | 4 | -0/+14 |
| * | IB/srpt: use new shared CQ mechanism | Yamin Friedman | 2020-07-29 | 2 | -8/+10 |
| * | IB/isert: use new shared CQ mechanism | Yamin Friedman | 2020-07-29 | 2 | -153/+34 |
| * | IB/iser: use new shared CQ mechanism | Yamin Friedman | 2020-07-29 | 2 | -106/+29 |
| * | RDMA/mlx5: Delete unreachable code | Leon Romanovsky | 2020-07-28 | 2 | -9/+4 |
| * | RDMA/core: Fix return error value in _ib_modify_qp() to negative | Li Heng | 2020-07-27 | 1 | -1/+1 |
| * | Merge branch 'mlx5_uar' into rdma.git /for-next | Jason Gunthorpe | 2020-07-27 | 2 | -29/+57 |
| |\ |
|
| | * | RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7 | Meir Lichtinger | 2020-07-27 | 2 | -11/+42 |
| | * | RDMA/mlx5: Use MLX5_SET macro instead of local structure | Meir Lichtinger | 2020-07-27 | 2 | -19/+16 |
| * | | IB/hfi1: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-07-24 | 11 | -60/+41 |
| * | | RDMA/uverbs: Silence shiftTooManyBitsSigned warning | Leon Romanovsky | 2020-07-24 | 1 | -1/+1 |
| * | | RDMA/uverbs: Remove redundant assignments | Leon Romanovsky | 2020-07-24 | 1 | -5/+5 |
| * | | RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flow | Maor Gottlieb | 2020-07-24 | 3 | -1/+13 |
| * | | RDMA/core: Update write interface to use automatic object lifetime | Leon Romanovsky | 2020-07-24 | 1 | -207/+86 |
| * | | RDMA/core: Align abort/commit object scheme for write() and ioctl() paths | Leon Romanovsky | 2020-07-24 | 2 | -1/+10 |
| * | | RDMA/mlx5: Allow SQ modification | Maor Gottlieb | 2020-07-24 | 1 | -10/+8 |
| * | | RDMA/bnxt_re: Change wr posting logic to accommodate variable wqes | Devesh Sharma | 2020-07-20 | 5 | -173/+398 |
| * | | RDMA/bnxt_re: Add helper data structures | Devesh Sharma | 2020-07-20 | 2 | -0/+46 |
| * | | RDMA/bnxt_re: Pull psn buffer dynamically based on prod | Devesh Sharma | 2020-07-20 | 2 | -58/+74 |
| * | | RDMA/bnxt_re: introduce a function to allocate swq | Devesh Sharma | 2020-07-20 | 3 | -171/+207 |
| * | | RDMA/bnxt_re: introduce wqe mode to select execution path | Devesh Sharma | 2020-07-20 | 4 | -17/+42 |
| * | | RDMA/qedr: Remove the query_pkey callback | Kamal Heib | 2020-07-20 | 2 | -3/+1 |
| * | | RDMA/i40iw: Remove the query_pkey callback | Kamal Heib | 2020-07-20 | 1 | -19/+0 |
| * | | RDMA/cxgb4: Remove the query_pkey callback | Kamal Heib | 2020-07-20 | 1 | -11/+0 |
| * | | RDMA/siw: Remove the query_pkey callback | Kamal Heib | 2020-07-20 | 3 | -11/+0 |
| * | | RDMA/core: Remove query_pkey from the mandatory ops | Kamal Heib | 2020-07-20 | 1 | -1/+3 |
| * | | RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is set | Kamal Heib | 2020-07-20 | 1 | -16/+29 |
| * | | RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is set | Kamal Heib | 2020-07-20 | 1 | -20/+41 |