aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-24net/mlx4_core: Fix error handling when initializing CQ bufs in the driverJack Morgenstein1-2/+4
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens1-4/+67
2017-10-22drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_tElena Reshetova1-4/+4
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh1-3/+4
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-2/+2
2017-02-17mlx4: do not fire tasklet unless necessaryEric Dumazet1-1/+5
2017-01-16net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen1-1/+3
2015-05-30net/mlx4_core: Make sure there are no pending async events when freeing CQMatan Barak1-0/+3
2015-05-30net/mlx4: Add EQ poolMatan Barak1-5/+5
2014-12-11net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak1-0/+50
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity mapAmir Vadai1-2/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-2/+2
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias1-0/+3
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTsJack Morgenstein1-2/+2
2013-11-07net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein1-6/+0
2013-04-24net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai1-3/+7
2013-03-07net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein1-1/+1
2012-01-22mlx4_core: removed function index from vf.Marcel Apfelbaum1-2/+2
2011-12-13mlx4_core: resource tracking for HCA resources used by guestsEli Cohen1-23/+2
2011-12-13mlx4_core: cq modifications for SRIOVJack Morgenstein1-27/+89
2011-12-13mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein1-3/+3
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/+319