aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-04mellanox: Switch to bitmap_zalloc()Andy Shevchenko1-3/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-11-15net/mlx4_core: Fix uninitialized variable compilation warningTariq Toukan1-1/+1
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2017-08-16mlx4: sizeof style usagestephen hemminger1-1/+1
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+3
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-15/+14
2017-07-15mlx4_en: remove unnecessary returned value checkZhu Yanjun1-5/+3
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky1-53/+40
2015-02-09net: Mellanox: Delete unnecessary checks before the function call "vunmap"Markus Elfring1-1/+1
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-6/+9
2014-12-11net/mlx4: Add mlx4_bitmap zone allocatorMatan Barak1-0/+382
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev1-6/+37
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-13/+14
2013-12-09mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTsJack Morgenstein1-3/+9
2012-05-14mlx4_core: Change bitmap allocator to work in round-robin fashionJack Morgenstein1-3/+0
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-11mlx4: Move the Mellanox driverJeff Kirsher1-0/+414