summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li2020-08-313-13/+41
| * | | | RDMA/rxe: Fix style warningsBob Pearson2020-08-274-6/+4
| * | | | RDMA/hns: Add a check for current state before modifying QPLang Cheng2020-08-271-2/+4
| * | | | RDMA/usnic: Remove the query_pkey callbackKamal Heib2020-08-273-15/+0
| * | | | RDMA/ucma: Remove closing and the close_wqJason Gunthorpe2020-08-271-34/+15
| * | | | RDMA/ucma: Rework how new connections are passed through event deliveryJason Gunthorpe2020-08-271-126/+96
| * | | | RDMA/ucma: Narrow file->mut in ucma_event_handler()Jason Gunthorpe2020-08-271-9/+7
| * | | | RDMA/ucma: Change backlog into an atomicJason Gunthorpe2020-08-271-7/+8
| * | | | RDMA/ucma: Add missing locking around rdma_leave_multicast()Jason Gunthorpe2020-08-271-0/+2
| * | | | RDMA/ucma: Fix locking for ctx->events_reportedJason Gunthorpe2020-08-271-1/+3
| * | | | RDMA/ucma: Fix the locking of ctx->fileJason Gunthorpe2020-08-271-1/+5
| * | | | RDMA/ucma: Do not use file->mut to lock destroyingJason Gunthorpe2020-08-271-3/+11
| * | | | RDMA/cma: Add missing locking to rdma_accept()Jason Gunthorpe2020-08-272-7/+30
| * | | | RDMA/ucma: Remove mc_list and rely on xarrayJason Gunthorpe2020-08-271-37/+22
| * | | | RDMA/ucma: Fix error cases around ucma_alloc_ctx()Jason Gunthorpe2020-08-271-26/+42
| * | | | RDMA/ucma: Consolidate the two destroy flowsJason Gunthorpe2020-08-271-42/+22
| * | | | RDMA/ucma: Remove unnecessary locking of file->ctx_list in closeJason Gunthorpe2020-08-271-4/+7
| * | | | RDMA/ucma: Fix refcount 0 incr in ucma_get_ctx()Jason Gunthorpe2020-08-271-2/+2
| * | | | IB/mlx5: Add DCT RoCE LAG supportMark Zhang2020-08-271-1/+8
| * | | | IB/mlx5: Add tx_affinity support for DCI QPMark Zhang2020-08-271-8/+6
| * | | | RDMA/cm: Add tracepoints to track MAD send operationsChuck Lever2020-08-242-2/+125
| * | | | RDMA/cm: Replace pr_debug() call sites with tracepointsChuck Lever2020-08-244-55/+351
| * | | | RDMA/core: Move the rdma_show_ib_cm_event() macroChuck Lever2020-08-241-40/+0
| * | | | RDMA/efa: Remove redundant udata check from alloc ucontext responseGal Pressman2020-08-241-6/+4
| * | | | RDMA/vmw_pvrdma: Fix kernel-doc documentationKamal Heib2020-08-244-6/+6
| * | | | RDMA/rxe: prevent rxe creation on top of vlan interfaceMohammad Heib2020-08-242-0/+12
| * | | | IB/mlx4: Adjust delayed work when a dup is observedHåkon Bugge2020-08-241-0/+3
| * | | | IB/mlx4: Add support for REJ due to timeoutHåkon Bugge2020-08-242-1/+137
| * | | | IB/mlx4: Fix starvation in paravirt mux/demuxHåkon Bugge2020-08-242-3/+33
| * | | | IB/mlx4: Separate tunnel and wire bufs parametersHåkon Bugge2020-08-242-21/+26
| * | | | IB/mlx4: Add support for MRAHåkon Bugge2020-08-241-2/+3
| * | | | IB/mlx4: Add and improve loggingHåkon Bugge2020-08-242-47/+40
| * | | | RDMA/cm: Remove unused cm_classJason Gunthorpe2020-08-181-24/+0
| * | | | IB/isert: remove duplicated error printsMax Gurtovoy2020-08-181-12/+3
| * | | | RDMA/mlx5: Enable sniffer when device is in switchdev modeMaor Gottlieb2020-08-181-1/+2
| * | | | RDMA/mlx5: Add new IB rates supportMark Zhang2020-08-181-3/+27
| * | | | RDMA/efa: Introduce SRD RNR retryGal Pressman2020-08-184-9/+31
| * | | | RDMA/efa: Introduce SRD QP state machineGal Pressman2020-08-181-2/+117
| * | | | RDMA/efa: Be consistent with modify QP bitmaskGal Pressman2020-08-182-16/+22
| * | | | RDMA/efa: Add a generic capability check helperGal Pressman2020-08-181-6/+5
| * | | | RDMA: Remove constant domain argument from flow creation callLeon Romanovsky2020-08-183-31/+13
| * | | | RDMA/mlx5: Replace open-coded offsetofend() macroLeon Romanovsky2020-08-184-21/+19
| * | | | RDMA/mlx5: Simplify multiple else-if cases with switch keywordLeon Romanovsky2020-08-181-49/+75
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-161-3/+0
|\ \ \ \ \
| * | | | | mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-3/+0
* | | | | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-33/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | IB/hfi1: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-33/+1
* | | | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei2020-10-061-1/+1
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-054-12/+25
|\ \ \ \ \ | |_|_|_|/ |/| | | |