aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-10RDMA/mlx5: Remove VF representor profileMark Bloch3-86/+16
2019-04-10RDMA/mlx5: Move to single device multiport ports in switchdev modeMark Bloch3-9/+49
2019-04-10RDMA/mlx5: Move SMI caps logicMark Bloch1-5/+5
2019-04-10RDMA/mlx5: Refactor netdev affinity codeMark Bloch2-10/+39
2019-04-10RDMA/mlx5: Move default representors SQ steering to rule to modify QPMark Bloch3-30/+48
2019-04-10RDMA/mlx5: Move rep into port structMark Bloch7-20/+26
2019-04-10RDMA/mlx5: Use correct size for device resourcesMark Bloch1-3/+1
2019-04-10RDMA/mlx5: Move ports allocation to outside of INIT stageMark Bloch2-14/+22
2019-04-10RDMA/mlx5: Free IB device on removeMark Bloch2-6/+3
2019-04-10RDMA/mlx5: Move netdev info into the port structMark Bloch3-25/+25
2019-04-10net/mlx5: E-Switch, add a new prio to be used by the RDMA sideMark Bloch2-0/+8
2019-04-10net/mlx5: E-Switch, don't use hardcoded values for FDB priosMark Bloch3-7/+8
2019-04-09RDMA/cxgb4: Use ib_device_set_netdev()Steve Wise1-19/+17
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe9-92/+31
2019-04-08RDMA/hns: Support to create 1M srq queuechenglang1-1/+1
2019-04-08RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()Shiraz Saleem1-2/+2
2019-04-08RDMA/hns: Dump detailed driver-specific CQLijun Ou8-2/+181
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky41-413/+308
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky36-330/+229
2019-04-08RDMA/core: Support object allocation in atomic contextLeon Romanovsky1-1/+6
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe6-9/+9
2019-04-08IB/mlx5: Remove references to uboject->contextJason Gunthorpe3-14/+23
2019-04-08RDMA/nldev: Return device protocolLeon Romanovsky2-1/+28
2019-04-08RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky3-38/+57
2019-04-08opa_vnic: fix check on record->event, incorrect operator usedColin Ian King1-1/+1
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem7-29/+95
2019-04-04RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky1-1/+0
2019-04-04RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja1-2/+2
2019-04-04RDMA/mlx5: Cleanup WQE page fault handlerLeon Romanovsky1-67/+52
2019-04-03IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan3-45/+167
2019-04-03IB/hfi1: Remove WARN_ON when freeing expected receive groupsKaike Wan1-3/+0
2019-04-03IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITEKaike Wan3-28/+31
2019-04-03IB/hfi1: Add a function to read next expected psn from hardware flowKaike Wan1-20/+18
2019-04-03IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATAKaike Wan3-29/+18
2019-04-03RDMA/cma: Set proper port number as indexLeon Romanovsky1-1/+1
2019-04-02net/mlx5: Fix false compilation warningTariq Toukan1-1/+1
2019-04-02net/mlx5: Expose MPEIN (Management PCIE INfo) register layoutAya Levin2-1/+51
2019-04-02net/mlx5: Add rate limit print macrosAya Levin1-0/+10
2019-04-02net/mlx5: Add explicit bar address fieldHuy Nguyen6-10/+11
2019-04-02net/mlx5: Replace dev_err/warn/info by mlx5_core_err/warn/infoHuy Nguyen4-103/+106
2019-04-02net/mlx5: Use dev->priv.name instead of dev_nameHuy Nguyen3-4/+4
2019-04-02net/mlx5: Make mlx5_core messages independent from mdev->pdevHuy Nguyen1-10/+9
2019-04-02net/mlx5: Break load_one into three stagesSaeed Mahameed1-71/+77
2019-04-02net/mlx5: Function setup/teardown proceduresSaeed Mahameed1-52/+68
2019-04-02net/mlx5: Move health and page alloc init to mdev_initSaeed Mahameed3-17/+28
2019-04-02net/mlx5: Split mdev init and pci initSaeed Mahameed1-41/+54
2019-04-02net/mlx5: Remove redundant init functions parameterSaeed Mahameed1-27/+22
2019-04-02net/mlx5: Remove spinlock support from mlx5_write64Maxim Mikityanskiy5-26/+13
2019-04-02net/mlx5: Remove unused MLX5_*_DOORBELL_LOCK macrosMaxim Mikityanskiy1-8/+0
2019-04-02RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky1-1/+1