summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/eq.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet: remove redundant memsetFuqian Huang2019-07-151-2/+0Star
* net/mlx4_core: A write memory barrier is sufficient in EQ ci updateTariq Toukan2019-01-251-1/+1
* net/mlx4: Mark expected switch fall-throughGustavo A. R. Silva2019-01-231-0/+1
* net/mlx4: remove unneeded semicolonYueHaibing2019-01-181-1/+1
* net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor2018-09-221-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3
* net/mlx4_core: Fix misplaced brackets of sizeofTariq Toukan2017-08-291-1/+1
* mlx4: sizeof style usagestephen hemminger2017-08-161-10/+10
* net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein2017-02-231-3/+2Star
* mlx4: do not fire tasklet unless necessaryEric Dumazet2017-02-171-8/+1Star
* net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein2017-01-161-9/+14
* net/mlx4: Fix firmware command timeout during interrupt testEugenia Emantayev2016-10-291-33/+29Star
* net/mlx4_en: fix off by one in error handlingSebastian Ott2016-09-161-2/+2
* net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen2016-02-171-3/+4
* net/mlx4_core: Use both physical ports to dispatch link state events to VFMoni Shoua2015-12-071-4/+20
* net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto2015-10-281-1/+1
* net/mlx4_core: Avoid failing the interrupts testCarol L Soto2015-10-091-0/+4
* net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein2015-07-271-2/+2
* net/mlx4_core: Fix build failure introduced by the EQ pool changesOr Gerlitz2015-06-041-1/+3
* net/mlx4_core: Move affinity hints to mlx4_core ownershipIdo Shamay2015-05-311-0/+21
* net/mlx4: Add EQ poolMatan Barak2015-05-311-141/+212
* net/mlx4_core: Modify port values when generting EQEs for VFsOr Gerlitz2015-05-251-4/+20
* net/mlx4_core: Raise slave shutdown event upon FLRYishai Hadas2015-04-151-0/+2
* mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck2015-04-091-2/+2
* net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutexJack Morgenstein2015-03-241-11/+7Star
* net/mlx4_core: Fix HW2SW_EQ to conform to the firmware specJack Morgenstein2015-01-281-22/+4Star
* net/mlx4_core: Add bad-cable event supportJack Morgenstein2015-01-281-0/+22
* net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas2015-01-251-2/+8
* net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas2015-01-251-18/+24
* net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak2014-12-111-1/+15
* net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for ...Matan Barak2014-11-131-2/+6
* net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen2014-10-271-0/+1
* net/mlx4_core: Cache line EQE size supportIdo Shamay2014-09-191-11/+19
* net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai2014-07-031-61/+8Star
* Revert "net/mlx4_en: Use affinity hint"David S. Miller2014-06-021-12/+1Star
* net/mlx4_en: Use affinity hintYuval Atias2014-06-021-1/+12
* net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias2014-05-141-0/+62
* mellanox: Logging message cleanupsJoe Perches2014-05-091-52/+33Star
* net/mlx4: Adapt code for N-Port VFMatan Barak2014-03-201-10/+38
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and ...Jack Morgenstein2013-12-101-2/+2
* net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein2013-11-081-1/+0Star
* net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin2013-07-291-0/+9
* net/mlx4: Add VF link state supportRony Efraim2013-06-141-2/+7
* mlx4_core: Reduce warning message for SRQ_LIMIT event to debug levelJack Morgenstein2013-04-251-2/+2
* net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer2013-03-211-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-12-141-13/+23
|\
| * mlx4_core: Fix potential deadlock in mlx4_eq_int()Jack Morgenstein2012-11-291-4/+6
| * mlx4: 64-byte CQE/EQE supportOr Gerlitz2012-11-261-9/+17
* | various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-191-1/+1
|/