Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
Pull more infiniband changes from Roland Dreier: "Second batch of InfiniBand/RDMA changes for 3.8: - cxgb4 changes to fix lookup engine hash collisions - mlx4 changes to make flow steering usable - fix to IPoIB to avoid pinning dst reference for too long" * tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband: RDMA/cxgb4: Fix bug for active and passive LE hash collision path RDMA/cxgb4: Fix LE hash collision bug for passive open connection RDMA/cxgb4: Fix LE hash collision bug for active open connection mlx4_core: Allow choosing flow steering mode mlx4_core: Adjustments to Flow Steering activation logic for SR-IOV mlx4_core: Fix error flow in the flow steering wrapper mlx4_core: Add QPN enforcement for flow steering rules set by VFs cxgb4: Add LE hash collision bug fix path in LLD driver cxgb4: Add T4 filter support IPoIB: Call skb_dst_drop() once skb is enqueued for sending
No related branches found
No related tags found
Showing
- drivers/infiniband/hw/cxgb4/cm.c 682 additions, 109 deletionsdrivers/infiniband/hw/cxgb4/cm.c
- drivers/infiniband/hw/cxgb4/device.c 204 additions, 6 deletionsdrivers/infiniband/hw/cxgb4/device.c
- drivers/infiniband/hw/cxgb4/iw_cxgb4.h 33 additions, 0 deletionsdrivers/infiniband/hw/cxgb4/iw_cxgb4.h
- drivers/infiniband/ulp/ipoib/ipoib_cm.c 3 additions, 0 deletionsdrivers/infiniband/ulp/ipoib/ipoib_cm.c
- drivers/infiniband/ulp/ipoib/ipoib_ib.c 2 additions, 1 deletiondrivers/infiniband/ulp/ipoib/ipoib_ib.c
- drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 136 additions, 0 deletionsdrivers/net/ethernet/chelsio/cxgb4/cxgb4.h
- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 448 additions, 11 deletionsdrivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
- drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h 20 additions, 3 deletionsdrivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
- drivers/net/ethernet/chelsio/cxgb4/l2t.c 32 additions, 0 deletionsdrivers/net/ethernet/chelsio/cxgb4/l2t.c
- drivers/net/ethernet/chelsio/cxgb4/l2t.h 3 additions, 0 deletionsdrivers/net/ethernet/chelsio/cxgb4/l2t.h
- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 21 additions, 1 deletiondrivers/net/ethernet/chelsio/cxgb4/t4_hw.c
- drivers/net/ethernet/chelsio/cxgb4/t4_msg.h 66 additions, 0 deletionsdrivers/net/ethernet/chelsio/cxgb4/t4_msg.h
- drivers/net/ethernet/chelsio/cxgb4/t4_regs.h 37 additions, 0 deletionsdrivers/net/ethernet/chelsio/cxgb4/t4_regs.h
- drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h 418 additions, 0 deletionsdrivers/net/ethernet/chelsio/cxgb4/t4fw_api.h
- drivers/net/ethernet/mellanox/mlx4/fw.c 12 additions, 3 deletionsdrivers/net/ethernet/mellanox/mlx4/fw.c
- drivers/net/ethernet/mellanox/mlx4/fw.h 1 addition, 0 deletionsdrivers/net/ethernet/mellanox/mlx4/fw.h
- drivers/net/ethernet/mellanox/mlx4/main.c 89 additions, 26 deletionsdrivers/net/ethernet/mellanox/mlx4/main.c
- drivers/net/ethernet/mellanox/mlx4/mcg.c 1 addition, 6 deletionsdrivers/net/ethernet/mellanox/mlx4/mcg.c
- drivers/net/ethernet/mellanox/mlx4/mlx4.h 4 additions, 2 deletionsdrivers/net/ethernet/mellanox/mlx4/mlx4.h
- drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 21 additions, 7 deletionsdrivers/net/ethernet/mellanox/mlx4/resource_tracker.c
Loading
Please register or sign in to comment