-
- Downloads
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
Pull rdma fixes from Doug Ledford: - Smattering of miscellanous fixes - A five patch series for i40iw that had a patch (5/5) that was larger than I would like, but I took it because it's needed for large scale users - An 8 patch series for bnxt_re that landed right as I was leaving on PTO and so had to wait until now...they are all appropriate fixes for -rc IMO * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma: (22 commits) bnxt_re: Don't issue cmd to delete GID for QP1 GID entry before the QP is destroyed bnxt_re: Fix memory leak in FRMR path bnxt_re: Remove RTNL lock dependency in bnxt_re_query_port bnxt_re: Fix race between the netdev register and unregister events bnxt_re: Free up devices in module_exit path bnxt_re: Fix compare and swap atomic operands bnxt_re: Stop issuing further cmds to FW once a cmd times out bnxt_re: Fix update of qplib_qp.mtu when modified i40iw: Add support for port reuse on active side connections i40iw: Add missing VLAN priority i40iw: Call i40iw_cm_disconn on modify QP to disconnect i40iw: Prevent multiple netdev event notifier registrations i40iw: Fail open if there are no available MSI-X vectors RDMA/vmw_pvrdma: Fix reporting correct opcodes for completion IB/bnxt_re: Fix frame stack compilation warning IB/mlx5: fix debugfs cleanup IB/ocrdma: fix incorrect fall-through on switch statement IB/ipoib: Suppress the retry related completion errors iw_cxgb4: remove the stid on listen create failure iw_cxgb4: drop listen destroy replies if no ep found ...
No related branches found
No related tags found
Showing
- drivers/infiniband/core/verbs.c 2 additions, 2 deletionsdrivers/infiniband/core/verbs.c
- drivers/infiniband/hw/bnxt_re/bnxt_re.h 9 additions, 5 deletionsdrivers/infiniband/hw/bnxt_re/bnxt_re.h
- drivers/infiniband/hw/bnxt_re/ib_verbs.c 64 additions, 43 deletionsdrivers/infiniband/hw/bnxt_re/ib_verbs.c
- drivers/infiniband/hw/bnxt_re/main.c 28 additions, 0 deletionsdrivers/infiniband/hw/bnxt_re/main.c
- drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 4 additions, 0 deletionsdrivers/infiniband/hw/bnxt_re/qplib_rcfw.c
- drivers/infiniband/hw/bnxt_re/qplib_rcfw.h 2 additions, 1 deletiondrivers/infiniband/hw/bnxt_re/qplib_rcfw.h
- drivers/infiniband/hw/cxgb4/cm.c 7 additions, 2 deletionsdrivers/infiniband/hw/cxgb4/cm.c
- drivers/infiniband/hw/i40iw/i40iw.h 0 additions, 1 deletiondrivers/infiniband/hw/i40iw/i40iw.h
- drivers/infiniband/hw/i40iw/i40iw_cm.c 77 additions, 77 deletionsdrivers/infiniband/hw/i40iw/i40iw_cm.c
- drivers/infiniband/hw/i40iw/i40iw_cm.h 5 additions, 0 deletionsdrivers/infiniband/hw/i40iw/i40iw_cm.h
- drivers/infiniband/hw/i40iw/i40iw_main.c 23 additions, 16 deletionsdrivers/infiniband/hw/i40iw/i40iw_main.c
- drivers/infiniband/hw/i40iw/i40iw_utils.c 3 additions, 3 deletionsdrivers/infiniband/hw/i40iw/i40iw_utils.c
- drivers/infiniband/hw/i40iw/i40iw_verbs.c 12 additions, 0 deletionsdrivers/infiniband/hw/i40iw/i40iw_verbs.c
- drivers/infiniband/hw/mlx5/main.c 3 additions, 3 deletionsdrivers/infiniband/hw/mlx5/main.c
- drivers/infiniband/hw/ocrdma/ocrdma_hw.c 3 additions, 0 deletionsdrivers/infiniband/hw/ocrdma/ocrdma_hw.c
- drivers/infiniband/hw/vmw_pvrdma/pvrdma.h 28 additions, 3 deletionsdrivers/infiniband/hw/vmw_pvrdma/pvrdma.h
- drivers/infiniband/ulp/ipoib/ipoib_cm.c 11 additions, 5 deletionsdrivers/infiniband/ulp/ipoib/ipoib_cm.c
Loading
Please register or sign in to comment