summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/eq.c
AgeCommit message (Expand)AuthorFilesLines
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 ...Matan Barak1-2/+6
2014-10-27net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen1-0/+1
2014-09-20net/mlx4_core: Cache line EQE size supportIdo Shamay1-11/+19
2014-07-03net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai1-61/+8
2014-06-02Revert "net/mlx4_en: Use affinity hint"David S. Miller1-12/+1
2014-06-02net/mlx4_en: Use affinity hintYuval Atias1-1/+12
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias1-0/+62
2014-05-09mellanox: Logging message cleanupsJoe Perches1-52/+33
2014-03-21net/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-10mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and ...Jack Morgenstein1-2/+2
2013-11-08net/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-14net/mlx4: Add VF link state supportRony Efraim1-2/+7
2013-04-25mlx4_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-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-13/+23
2012-11-30mlx4_core: Fix potential deadlock in mlx4_eq_int()Jack Morgenstein1-4/+6
2012-11-26mlx4: 64-byte CQE/EQE supportOr Gerlitz1-9/+17
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder1-1/+1
2012-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+14
2012-10-26net/mlx4_core: Unmap UAR also in the case of error flowDotan Barak1-4/+14
2012-10-23mlx4_core: Remove annoying debug messages from SR-IOV flowOr Gerlitz1-6/+0
2012-10-01IB/mlx4: Miscellaneous adjustments for SR-IOV IB supportJack Morgenstein1-2/+6
2012-10-01mlx4_core: Add IB port-state machine and port mgmt event propagationJack Morgenstein1-16/+221
2012-07-25Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-4/+18
2012-07-19{NET,IB}/mlx4: Add rmap support to mlx4_assign_eqAmir Vadai1-1/+11
2012-07-10mlx4: Use port management change event instead of smp_snoopJack Morgenstein1-4/+18
2012-06-01net/mlx4_core: Fix the slave_id out-of-range test in mlx4_eq_intJack Morgenstein1-1/+1
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+31
2012-03-13mlx4_core: Report thermal error eventsJack Morgenstein1-1/+31
2012-02-22mlx4: Replacing pool_lock with mutexYevgeny Petrilin1-4/+4
2012-02-14mlx4: Fix kcalloc parameters swappedAxel Lin1-2/+3
2012-01-23mlx4_core: map async events to arbitrary slave eqsMarcel Apfelbaum1-10/+7
2012-01-23mlx4_core: removed function index from vf.Marcel Apfelbaum1-2/+2
2011-12-13mlx4_core: resource tracking for HCA resources used by guestsEli Cohen1-37/+0
2011-12-13mlx4_core: Add wrapper functions and comm channel and slave event support to EQsJack Morgenstein1-25/+350
2011-12-13mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed)Jack Morgenstein1-3/+6
2011-12-13mlx4_core: initial header-file changes for SRIOV supportJack Morgenstein1-39/+0
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+1
2011-11-01drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-11mlx4: Move the Mellanox driverJeff Kirsher1-0/+842