aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-17net/mlx5: Inline db alloc API functionTariq Toukan1-6/+0
2022-03-17net/mlx5: Remove unused fill page array API functionTariq Toukan1-13/+0
2022-03-17net/mlx5: Remove unused exported contiguous coherent buffer allocation APITariq Toukan1-47/+0
2022-03-10net/mlx5: Node-aware allocation for the doorbell pgdirTariq Toukan1-2/+2
2020-09-30net/mlx5: Use dma device access helperParav Pandit1-6/+6
2020-07-15net/mlx5: Support setting access rights of dma addressesEli Cohen1-2/+9
2020-01-07net/mlx5: limit the function in local scopeZhu Yanjun1-2/+2
2019-04-29net/mlx5: Separate and generalize dma device from pci deviceVu Pham1-9/+10
2019-03-04mellanox: Switch to bitmap_zalloc()Andy Shevchenko1-6/+3
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-07-18net/mlx5: Fix QP fragmented buffer allocationTariq Toukan1-1/+1
2018-02-15IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen1-12/+25
2017-08-20net/mlx5: Add a blank line after declarationsOr Gerlitz1-0/+1
2017-06-16net/mlx5: Avoid using multiple blank linesOr Gerlitz1-1/+0
2016-12-08net/mlx5e: use %pad format string for dma_addr_tArnd Bergmann1-2/+2
2016-12-02net/mlx5e: Implement Fragmented Work Queue (WQ)Tariq Toukan1-0/+66
2016-10-29{net, ib}/mlx5: Make cache line size determination at runtime.Daniel Jurgens1-5/+26
2015-07-27net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed1-8/+40
2015-05-30net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai1-79/+17
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2015-04-02net/mlx5_core: Clear doorbell record inside mlx5_db_alloc()Saeed Mahameed1-0/+3
2015-02-09net: Mellanox: Delete unnecessary checks before the function call "vunmap"Markus Elfring1-1/+1
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+1
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+238