Age | Commit message (Expand) | Author | Files | Lines |
2018-10-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 31 | -1093/+1678 |
2018-10-25 | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+9 |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+6 |
2018-10-17 | IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]() | Logan Gunthorpe | 1 | -2/+9 |
2018-10-17 | RDMA/core: Fix comment for hw stats init for port == 0 | Parav Pandit | 1 | -3/+3 |
2018-10-17 | RDMA/core: Refactor ib_register_device() function | Parav Pandit | 1 | -51/+75 |
2018-10-17 | RDMA/core: Fix unwinding flow in case of error to register device | Parav Pandit | 1 | -2/+4 |
2018-10-16 | RDMA/umad: Use kernel API to allocate umad indexes | Leon Romanovsky | 1 | -6/+5 |
2018-10-16 | RDMA/uverbs: Use kernel API to allocate uverbs indexes | Leon Romanovsky | 1 | -6/+6 |
2018-10-16 | RDMA/core: Increase total number of RDMA ports across all devices | Leon Romanovsky | 1 | -1/+1 |
2018-10-16 | RDMA/core: Rename ports_parent to ports_kobj | Parav Pandit | 1 | -5/+4 |
2018-10-16 | RDMA/core: Do not expose unsupported counters | Parav Pandit | 1 | -7/+12 |
2018-10-16 | RDMA/nldev: Allow IB device rename through RDMA netlink | Leon Romanovsky | 1 | -0/+34 |
2018-10-16 | RDMA/core: Implement IB device rename function | Leon Romanovsky | 2 | -0/+26 |
2018-10-16 | RDMA/core: Annotate timeout as unsigned long | Leon Romanovsky | 6 | -16/+18 |
2018-10-16 | RDMA/core: Align multiple functions to kernel coding style | Leon Romanovsky | 2 | -8/+5 |
2018-10-16 | RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route() | Leon Romanovsky | 1 | -2/+2 |
2018-10-16 | RDMA/ucma: Fix Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+3 |
2018-10-16 | IB/ucm: Fix Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+3 |
2018-10-16 | RDMA/cm: Respect returned status of cm_init_av_by_path | Leon Romanovsky | 1 | -2/+5 |
2018-10-16 | RDMA/restrack: Protect from reentry to resource return path | Leon Romanovsky | 1 | -1/+3 |
2018-10-16 | Merge branch 'for-rc' into rdma.git for-next | Jason Gunthorpe | 6 | -61/+89 |
2018-10-11 | RDMA/netdev: Fix netlink support in IPoIB | Denis Drozdov | 1 | -7/+21 |
2018-10-11 | RDMA/netdev: Hoist alloc_netdev_mqs out of the driver | Denis Drozdov | 1 | -0/+32 |
2018-10-06 | RDMA/restrack: Release task struct which was hold by CM_ID object | Leon Romanovsky | 2 | -6/+7 |
2018-10-06 | RDMA/restrack: Consolidate task name updates in one place | Leon Romanovsky | 4 | -15/+14 |
2018-10-06 | RDMA/restrack: Un-inline set task implementation | Leon Romanovsky | 1 | -0/+10 |
2018-10-04 | RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcu | Parav Pandit | 1 | -1/+1 |
2018-10-04 | RDMA/netlink: Simplify netlink listener existence check | Leon Romanovsky | 3 | -4/+4 |
2018-10-04 | RDMA: Remove unused parameter from ib_modify_qp_is_ok() | Kamal Heib | 1 | -2/+1 |
2018-10-04 | RDMA/uverbs: Fix RCU annotation for radix slot deference | Jason Gunthorpe | 1 | -6/+3 |
2018-10-01 | RDMA/cma: Introduce and use cma_ib_acquire_dev() | Parav Pandit | 1 | -24/+69 |
2018-10-01 | RDMA/cma: Introduce and use cma_acquire_dev_by_src_ip() | Parav Pandit | 1 | -18/+66 |
2018-10-01 | RDMA/cma: Allow accepting requests for multi port rdma device | Parav Pandit | 1 | -4/+22 |
2018-09-27 | RDMA/core: Acquire and release mmap_sem on page range | Parav Pandit | 1 | -2/+5 |
2018-09-27 | IB/sa: simplify return code logic for ib_nl_send_msg() | Alex Estrin | 1 | -11/+2 |
2018-09-26 | RDMA/core: Use dev_name instead of ibdev->name | Jason Gunthorpe | 10 | -17/+16 |
2018-09-26 | RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->name | Jason Gunthorpe | 6 | -50/+55 |
2018-09-26 | RDMA: Fully setup the device name in ib_register_device | Jason Gunthorpe | 2 | -19/+20 |
2018-09-26 | RDMA/umem: Fix potential addition overflow | Doug Ledford | 1 | -3/+5 |
2018-09-26 | RDMA/umem: Minor optimizations | Doug Ledford | 1 | -8/+7 |
2018-09-26 | RDMA/core: Set right entry state before releasing reference | Parav Pandit | 1 | -34/+34 |
2018-09-25 | IB/uverbs: Free uapi on destroy | Mark Bloch | 1 | -0/+1 |
2018-09-21 | RDMA/uverbs: Get rid of ucontext->tgid | Jason Gunthorpe | 2 | -5/+0 |
2018-09-21 | RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction path | Jason Gunthorpe | 1 | -2/+8 |
2018-09-21 | RDMA/umem: Handle a half-complete start/end sequence | Jason Gunthorpe | 1 | -13/+26 |
2018-09-21 | RDMA/umem: Get rid of per_mm->notifier_count | Jason Gunthorpe | 1 | -95/+18 |
2018-09-21 | RDMA/umem: Use umem->owning_mm inside ODP | Jason Gunthorpe | 2 | -147/+162 |
2018-09-21 | RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm | Jason Gunthorpe | 2 | -63/+73 |
2018-09-21 | RDMA/umem: Get rid of struct ib_umem.odp_data | Jason Gunthorpe | 2 | -6/+5 |