index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx4
/
eq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mlx4: Address spelling errors
Simon Horman
2024-02-07
1
-1
/
+1
*
mlx4: Use 'void *' as the event param of mlx4_dispatch_event()
Petr Pavlu
2023-08-23
1
-7
/
+8
*
net/mlx4: Use irq_update_affinity_hint()
Nitesh Narayan Lal
2021-12-10
1
-5
/
+3
*
net: mlx: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-14
1
-2
/
+1
*
net/mlx4: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-27
1
-1
/
+1
*
ethernet: remove redundant memset
Fuqian Huang
2019-07-15
1
-2
/
+0
*
net/mlx4_core: A write memory barrier is sufficient in EQ ci update
Tariq Toukan
2019-01-25
1
-1
/
+1
*
net/mlx4: Mark expected switch fall-through
Gustavo A. R. Silva
2019-01-23
1
-0
/
+1
*
net/mlx4: remove unneeded semicolon
YueHaibing
2019-01-18
1
-1
/
+1
*
net/mlx4: Use cpumask_available for eq->affinity_mask
Nathan Chancellor
2018-09-22
1
-1
/
+2
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-2
/
+3
*
net/mlx4_core: Fix misplaced brackets of sizeof
Tariq Toukan
2017-08-29
1
-1
/
+1
*
mlx4: sizeof style usage
stephen hemminger
2017-08-16
1
-10
/
+10
*
net/mlx4_core: Use cq quota in SRIOV when creating completion EQs
Jack Morgenstein
2017-02-23
1
-3
/
+2
*
mlx4: do not fire tasklet unless necessary
Eric Dumazet
2017-02-17
1
-8
/
+1
*
net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV
Jack Morgenstein
2017-01-16
1
-9
/
+14
*
net/mlx4: Fix firmware command timeout during interrupt test
Eugenia Emantayev
2016-10-29
1
-33
/
+29
*
net/mlx4_en: fix off by one in error handling
Sebastian Ott
2016-09-16
1
-2
/
+2
*
net/mlx4_core: Set UAR page size to 4KB regardless of system page size
Huy Nguyen
2016-02-17
1
-3
/
+4
*
net/mlx4_core: Use both physical ports to dispatch link state events to VF
Moni Shoua
2015-12-07
1
-4
/
+20
*
net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes
Carol L Soto
2015-10-28
1
-1
/
+1
*
net/mlx4_core: Avoid failing the interrupts test
Carol L Soto
2015-10-09
1
-0
/
+4
*
net/mlx4_core: Fix wrong index in propagating port change event to VFs
Jack Morgenstein
2015-07-27
1
-2
/
+2
*
net/mlx4_core: Fix build failure introduced by the EQ pool changes
Or Gerlitz
2015-06-04
1
-1
/
+3
*
net/mlx4_core: Move affinity hints to mlx4_core ownership
Ido Shamay
2015-05-31
1
-0
/
+21
*
net/mlx4: Add EQ pool
Matan Barak
2015-05-31
1
-141
/
+212
*
net/mlx4_core: Modify port values when generting EQEs for VFs
Or Gerlitz
2015-05-25
1
-4
/
+20
*
net/mlx4_core: Raise slave shutdown event upon FLR
Yishai Hadas
2015-04-15
1
-0
/
+2
*
mlx4/mlx5: Use dma_wmb/rmb where appropriate
Alexander Duyck
2015-04-09
1
-2
/
+2
*
net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutex
Jack Morgenstein
2015-03-24
1
-11
/
+7
*
net/mlx4_core: Fix HW2SW_EQ to conform to the firmware spec
Jack Morgenstein
2015-01-28
1
-22
/
+4
*
net/mlx4_core: Add bad-cable event support
Jack Morgenstein
2015-01-28
1
-0
/
+22
*
net/mlx4_core: Enable device recovery flow with SRIOV
Yishai Hadas
2015-01-25
1
-2
/
+8
*
net/mlx4_core: Maintain a persistent memory for mlx4 device
Yishai Hadas
2015-01-25
1
-18
/
+24
*
net/mlx4_core: Use tasklet for user-space CQ completion events
Matan Barak
2014-12-11
1
-1
/
+15
*
net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for ...
Matan Barak
2014-11-13
1
-2
/
+6
*
net/mlx4_core: Call synchronize_irq() before freeing EQ buffer
Eli Cohen
2014-10-27
1
-0
/
+1
*
net/mlx4_core: Cache line EQE size support
Ido Shamay
2014-09-19
1
-11
/
+19
*
net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...
Amir Vadai
2014-07-03
1
-61
/
+8
*
Revert "net/mlx4_en: Use affinity hint"
David S. Miller
2014-06-02
1
-12
/
+1
*
net/mlx4_en: Use affinity hint
Yuval Atias
2014-06-02
1
-1
/
+12
*
net/mlx4_core: Enforce irq affinity changes immediatly
Yuval Atias
2014-05-14
1
-0
/
+62
*
mellanox: Logging message cleanups
Joe Perches
2014-05-09
1
-52
/
+33
*
net/mlx4: Adapt code for N-Port VF
Matan Barak
2014-03-20
1
-10
/
+38
*
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-16
1
-1
/
+0
*
mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and ...
Jack Morgenstein
2013-12-10
1
-2
/
+2
*
net/mlx4_core: Initialize all mailbox buffers to zero before use
Jack Morgenstein
2013-11-08
1
-1
/
+0
*
net/mlx4_core: Respond to operation request by firmware
Yevgeny Petrilin
2013-07-29
1
-0
/
+9
*
net/mlx4: Add VF link state support
Rony Efraim
2013-06-14
1
-2
/
+7
*
mlx4_core: Reduce warning message for SRQ_LIMIT event to debug level
Jack Morgenstein
2013-04-25
1
-2
/
+2
[next]