aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29net/mlx5: Separate and generalize dma device from pci deviceVu Pham1-8/+7
2019-04-29net/mlx5: Get rid of storing copy of device nameParav Pandit1-3/+2
2019-02-14net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang1-16/+38
2018-11-26net/mlx5: FWPage, Use async events chainSaeed Mahameed1-13/+31
2017-06-16net/mlx5: Avoid using multiple blank linesOr Gerlitz1-1/+0
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-2/+2
2016-10-29net/mlx5: Avoid passing dma address 0 to firmwareNoa Osherovich1-8/+18
2016-10-13net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert1-2/+2
2016-09-10net/mlx5: Skip waiting for vf pages in internal errorMohamad Haj Yahia1-1/+12
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed1-8/+3
2016-08-14net/mlx5: Pages management commands via mlx5 ifcSaeed Mahameed1-107/+58
2016-07-01net/mlx5: Fix incorrect page count when in internal errorDaniel Jurgens1-19/+44
2015-12-03net/mlx5_core: Add base sriov supportEli Cohen1-0/+38
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2015-10-14net/mlx5_core: Add pci error handlers to mlx5_core driverMajd Dibbiny1-4/+9
2015-10-15mlx5: stop including <asm-generic/kmap_types.h>Christoph Hellwig1-1/+1
2015-09-28net/mlx5_core: Fix notification of page supplement errorEli Cohen1-26/+37
2015-04-15mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit architecturesHonggang LI1-4/+6
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2015-04-02net/mlx5_core: Allocate firmware pages from device's NUMA nodeEli Cohen1-1/+2
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-2/+2
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+1
2014-05-08mellanox: Logging message cleanupsJoe Perches1-6/+9
2014-01-22mlx5_core: Fix PowerPC supportEli Cohen1-4/+5
2014-01-14mlx5_core: Remove dead codeDan Carpenter1-3/+1
2013-11-15IB/mlx5: Fix list_del of empty listEli Cohen1-1/+2
2013-11-08mlx5_core: Change optimal_reclaimed_pages for better performanceMoshe Lazer1-2/+7
2013-11-08mlx5: Support communicating arbitrary host page size to firmwareEli Cohen1-54/+120
2013-11-08mlx5: Fix cleanup flow when DMA mapping failsEli Cohen1-5/+13
2013-10-10mlx5: Keep polling to reclaim pages while any returnedEli Cohen1-2/+14
2013-08-15net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer1-32/+26
2013-07-31mlx5_core: Implement new initialization sequenceEli Cohen1-6/+14
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+435