aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/eq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+1
2020-07-27net/mlx4: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-07-15ethernet: remove redundant memsetFuqian Huang1-2/+0
2019-01-24net/mlx4_core: A write memory barrier is sufficient in EQ ci updateTariq Toukan1-1/+1
2019-01-23net/mlx4: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-01-17net/mlx4: remove unneeded semicolonYueHaibing1-1/+1
2018-09-21net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2017-08-29net/mlx4_core: Fix misplaced brackets of sizeofTariq Toukan1-1/+1
2017-08-16mlx4: sizeof style usagestephen hemminger1-10/+10
2017-02-23net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein1-3/+2
2017-02-17mlx4: do not fire tasklet unless necessaryEric Dumazet1-8/+1
2017-01-16net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein1-9/+14
2016-10-29net/mlx4: Fix firmware command timeout during interrupt testEugenia Emantayev1-33/+29
2016-09-16net/mlx4_en: fix off by one in error handlingSebastian Ott1-2/+2
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen1-3/+4
2015-12-06net/mlx4_core: Use both physical ports to dispatch link state events to VFMoni Shoua1-4/+20
2015-10-27net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto1-1/+1
2015-10-09net/mlx4_core: Avoid failing the interrupts testCarol L Soto1-0/+4
2015-07-26net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein1-2/+2
2015-06-03net/mlx4_core: Fix build failure introduced by the EQ pool changesOr Gerlitz1-1/+3
2015-05-30net/mlx4_core: Move affinity hints to mlx4_core ownershipIdo Shamay1-0/+21
2015-05-30net/mlx4: Add EQ poolMatan Barak1-141/+212
2015-05-24net/mlx4_core: Modify port values when generting EQEs for VFsOr Gerlitz1-4/+20
2015-04-15net/mlx4_core: Raise slave shutdown event upon FLRYishai Hadas1-0/+2
2015-04-09mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck1-2/+2
2015-03-24net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutexJack Morgenstein1-11/+7
2015-01-27net/mlx4_core: Fix HW2SW_EQ to conform to the firmware specJack Morgenstein1-22/+4
2015-01-27net/mlx4_core: Add bad-cable event supportJack Morgenstein1-0/+22
2015-01-25net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas1-2/+8
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-18/+24
2014-12-11net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak1-1/+15
2014-11-13net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for PF/VFsMatan Barak1-2/+6
2014-10-26net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen1-0/+1
2014-09-19net/mlx4_core: Cache line EQE size supportIdo Shamay1-11/+19
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity mapAmir Vadai1-61/+8
2014-06-02Revert "net/mlx4_en: Use affinity hint"David S. Miller1-12/+1
2014-06-01net/mlx4_en: Use affinity hintYuval Atias1-1/+12
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias1-0/+62
2014-05-08mellanox: Logging message cleanupsJoe Perches1-52/+33
2014-03-20net/mlx4: Adapt code for N-Port VFMatan Barak1-10/+38
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-1/+0
2013-07-29net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin1-0/+9
2013-06-13net/mlx4: Add VF link state supportRony Efraim1-2/+7
2013-04-24mlx4_core: Reduce warning message for SRQ_LIMIT event to debug levelJack Morgenstein1-2/+2
2013-03-21net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer1-1/+1
2012-12-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-13/+23
2012-11-29mlx4_core: Fix potential deadlock in mlx4_eq_int()Jack Morgenstein1-4/+6