summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/eq.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+1
2016-01-21net/mlx5_core: Add RQ and SQ event handlingmajd@mellanox.com1-0/+1
2015-12-03net/mlx5: Introducing E-Switch and l2 tableSaeed Mahameed1-0/+13
2015-11-03net/mlx5_core: Use the the real irqn in eq->irqnAchiad Shochat1-4/+4
2015-09-29net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny1-0/+1
2015-05-31net/mlx5_core: New device capabilities handlingSaeed Mahameed1-2/+2
2015-05-31net/mlx5_core: Set irq affinity hintsSaeed Mahameed1-8/+8
2015-05-31net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai1-2/+1
2015-04-09mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck1-1/+1
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2014-12-16mlx5_core: Add support for page faults events and low level handlingHaggai Eran1-1/+12
2014-12-09net/mlx5_core: Print resource number on QP/SRQ async eventsEli Cohen1-2/+2
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-2/+2
2014-11-07net/mlx5_core: Fix race in create EQEli Cohen1-4/+3
2014-10-27net/mlx5_core: Call synchronize_irq() before freeing EQ bufferEli Cohen1-0/+1
2014-10-04net/mlx5_core: Identify resources by their typeEli Cohen1-6/+6
2014-10-04net/mlx5_core: Update device capabilities handlingEli Cohen1-1/+1
2014-07-31mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein1-1/+2
2014-07-31mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+2
2014-05-09mellanox: Logging message cleanupsJoe Perches1-3/+6
2013-11-09mlx5: Use enum to indicate adapter page sizeEli Cohen1-1/+1
2013-11-09mlx5: Support communicating arbitrary host page size to firmwareEli Cohen1-1/+1
2013-10-10IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg1-1/+3
2013-08-16net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer1-1/+1
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+521