index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx4
/
cmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-10
ethernet: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-2
/
+0
2021-10-05
mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()
Jakub Kicinski
1
-1
/
+1
2021-10-05
mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()
Jakub Kicinski
1
-1
/
+1
2021-04-22
net/mlx4: Treat VFs fair when handling comm_channel_events
Hans Westgaard Ry
1
-29
/
+40
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-13
/
+0
2019-03-12
net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...
Jack Morgenstein
1
-0
/
+8
2019-03-12
net/mlx4_core: Fix reset flow when in command polling mode
Jack Morgenstein
1
-0
/
+1
2019-01-17
net/mlx4: remove unneeded semicolon
YueHaibing
1
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-6
/
+9
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-3
/
+3
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-10
/
+10
2017-08-22
mlx4: Replace PCI pool old API
Romain Perier
1
-5
/
+5
2017-08-16
net/mlx4: fix spelling mistake: "availible" -> "available"
Colin Ian King
1
-8
/
+8
2017-08-16
mlx4: sizeof style usage
stephen hemminger
1
-2
/
+2
2017-06-29
net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"
Colin Ian King
1
-1
/
+1
2017-05-09
net/mlx4_core: Reduce harmless SRIOV error message to debug level
Jack Morgenstein
1
-3
/
+11
2017-03-16
net/mlx4_core: Avoid delays during VF driver device shutdown
Jack Morgenstein
1
-0
/
+11
2017-02-23
net/mlx4: Spoofcheck and zero MAC can't coexist
Eugenia Emantayev
1
-2
/
+20
2016-11-30
ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zalloc
Souptick Joarder
1
-4
/
+2
2016-10-29
net/mlx4_core: Do not access comm channel if it has not yet been initialized
Jack Morgenstein
1
-0
/
+9
2016-09-24
net/mlx4: Add VF vlan protocol 802.1ad support
Moshe Shemesh
1
-3
/
+48
2016-09-24
net/mlx4_core: Preparation for VF vlan protocol 802.1ad
Moshe Shemesh
1
-0
/
+7
2016-09-21
net/mlx4_core: Fix deadlock when switching between polling and event fw commands
Jack Morgenstein
1
-6
/
+17
2016-06-15
net/mlx4_en: initialize cmd.context_lock spinlock earlier
Eric Dumazet
1
-1
/
+0
2016-02-11
net/mlx4: fix some error handling in mlx4_multi_func_init()
Rasmus Villemoes
1
-1
/
+1
2015-12-08
IB/mlx4: Use correct order of variables in log message
Wengang Wang
1
-1
/
+1
2015-10-27
net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes
Carol L Soto
1
-1
/
+1
2015-07-26
net/mlx4_core: Relieve cpu load average on the port sending flow
Jack Morgenstein
1
-2
/
+15
2015-06-15
net/mlx4_en: Support ndo_get_vf_stats
Eran Ben Elisha
1
-0
/
+30
2015-06-15
net/mlx4_core: Add helper to query counters
Eran Ben Elisha
1
-0
/
+57
2015-06-03
net/mlx4_core: fix typo in mlx4_set_vf_mac
Carol Soto
1
-1
/
+1
2015-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+7
2015-05-27
mlx4_core: Fix fallback from MSI-X to INTx
Benjamin Poirier
1
-2
/
+7
2015-05-24
net/mlx4_core: Enable single ported IB VFs
Or Gerlitz
1
-0
/
+11
2015-05-24
net/mlx4_core: Enhance the MAD_IFC wrapper to convert VF port to physical
Or Gerlitz
1
-4
/
+6
2015-04-15
net/mlx4_core: Return the admin alias GUID upon host view request
Yishai Hadas
1
-14
/
+27
2015-04-15
net/mlx4_core: Set initial admin GUIDs for VFs
Yishai Hadas
1
-0
/
+1
2015-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2015-04-06
net/mlx4_core: Fix error message deprecation for ConnectX-2 cards
Jack Morgenstein
1
-1
/
+2
2015-04-02
net/mlx4: Add SET_PORT opcode modifiers enumeration
Ido Shamay
1
-1
/
+2
2015-04-02
net/mlx4_en: Enable TX rate limit per VF
Ido Shamay
1
-1
/
+176
2015-04-02
net/mlx4: Added qos_vport QP configuration in VST mode
Ido Shamay
1
-1
/
+8
2015-04-02
net/mlx4: Allocate VPPs for each port on PF init
Ido Shamay
1
-0
/
+66
2015-04-02
net/mlx4: Add mlx4_SET_VPORT_QOS implementation
Ido Shamay
1
-0
/
+9
2015-04-02
net/mlx4: Add mlx4_ALLOCATE_VPP implementation
Ido Shamay
1
-0
/
+9
2015-04-02
net/mlx4: Aesthetic code changes in multi_func_init
Ido Shamay
1
-4
/
+15
2015-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-03-24
net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutex
Jack Morgenstein
1
-1
/
+1
2015-03-06
net/mlx4_core: Add basic elements for QCN
Shani Michaeli
1
-0
/
+9
2015-02-04
net/mlx4_core: Port aggregation low level interface
Moni Shoua
1
-0
/
+9
[next]