aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/icm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-26net/mlx4: Fix error check for dma_map_sgJack Wang1-2/+2
2019-01-07net/mlx4: replace pci_{,un}map_sg with dma_{,un}map_sgStephen Warren1-8/+7
2019-01-07net/mlx4: Get rid of page operation after dma_alloc_coherentStephen Warren1-36/+56
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-1/+1
2018-06-03mlx4_core: restore optimal ICM memory allocationEric Dumazet1-6/+12
2018-05-25mlx4_core: allocate ICM memory in page size chunksQing Huang1-7/+9
2017-08-16mlx4: sizeof style usagestephen hemminger1-1/+1
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-4/+3
2016-12-29net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky1-1/+6
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-5/+6
2014-06-04mlx4_core: Fix GFP flags parameters to be gfp_tRoland Dreier1-1/+1
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-3/+4
2013-11-07net/mlx4_core: ICM pages are allocated on device NUMA nodeEugenia Emantayev1-12/+30
2012-09-13mlx4_core: Fix integer overflows so 8TBs of memory registration worksYishai Hadas1-12/+18
2012-08-15mlx4_core: Fix integer overflow issues around MTT tableYishai Hadas1-3/+6
2012-07-11net/mlx4_core: Free ICM table in case of errorDotan Barak1-0/+2
2011-12-13mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein1-2/+3
2011-08-11mlx4: Move the Mellanox driverJeff Kirsher1-0/+430