Sign in
android-kvm
/
linux
/
050fc52d83c47279ddc115636741105ec1d4886a
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx5
/
core
/
cmd.c
1f30a86
net/mlx5: Add missing entries for set/query rate limit commands
by Or Gerlitz
· 8 years ago
9eb7892
net/mlx5: Change ENOTSUPP to EOPNOTSUPP
by Or Gerlitz
· 8 years ago
c63d352
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f9c14e4
net/mlx5: Fix query ISSI flow
by Kamal Heib
· 8 years ago
fec668d
ethernet :mellanox :mlx5: Replace pci_pool_alloc by pci_pool_zalloc
by Souptick Joarder
· 8 years ago
0ac3ea7
net/mlx5: Make the command interface cache more flexible
by Mohamad Haj Yahia
· 8 years ago
813f854
net/mlx5: Introduce TSAR manipulation firmware commands
by Mohamad Haj Yahia
· 9 years ago
6abdd5f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fff84d2
Merge tag 'shared-for-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma
by David S. Miller
· 9 years ago
01555e6
Merge tag 'shared-for-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma
by David S. Miller
· 9 years ago
6f0b826
mlx5/core: Use memdup_user() rather than duplicating its implementation
by Markus Elfring
· 9 years ago
2c0f8ce
net/mlx5: Added missing check of msg length in verifying its signature
by Paul Blakey
· 9 years ago
84df61e
net/mlx5: Add HW interfaces used by LAG
by Aviv Heller
· 9 years ago
575ddf5
net/mlx5: Introduce alloc_encap and dealloc_encap commands
by Ilya Lesokhin
· 9 years ago
c4f287c
net/mlx5: Unify and improve command interface
by Saeed Mahameed
· 9 years ago
ec22eb5
{net,IB}/mlx5: MKey/PSV commands via mlx5 ifc
by Saeed Mahameed
· 9 years ago
20bb566
net/mlx5: MCG commands via mlx5 ifc
by Saeed Mahameed
· 9 years ago
65ee670
net/mlx5: Add timeout handle to commands with callback
by Mohamad Haj Yahia
· 9 years ago
9cba4eb
net/mlx5: Fix potential deadlock in command mode change
by Mohamad Haj Yahia
· 9 years ago
0d83444
net/mlx5: Fix teardown errors that happen in pci error handler
by Mohamad Haj Yahia
· 9 years ago
5be1ea8
net/mlx5: Update command strings
by Eli Cohen
· 9 years ago
9dc0b28
net/mlx5_core: Firmware commands to support flow counters
by Amir Vadai
· 9 years ago
42ca502
net/mlx5_core: Use a macro in mlx5_command_str()
by Amir Vadai
· 9 years ago
b8ba452
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
1f324bf
net/mlx5_core: Implement modify HCA vport command
by Eli Cohen
· 9 years ago
b3f63c3
net/mlx5e: Add netdev support for VXLAN tunneling
by Matthew Finlay
· 9 years ago
928cfe8
net/mlx5e: Wake On LAN support
by Tariq Toukan
· 9 years ago
9cf5c09
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
by Linus Torvalds
· 9 years ago
89d44f0
net/mlx5_core: Add pci error handlers to mlx5_core driver
by Majd Dibbiny
· 9 years ago
adec640
mlx5: stop including <asm-generic/kmap_types.h>
by Christoph Hellwig
· 10 years ago
020446e
net/mlx5_core: Prepare cmd interface to system errors handling
by Eli Cohen
· 9 years ago
a31208b
net/mlx5_core: New init and exit flow for mlx5_core
by Majd Dibbiny
· 9 years ago
be87544
net/mlx5_core: Fix async commands return code
by Eli Cohen
· 9 years ago
f62b8bb
net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionality
by Amir Vadai
· 10 years ago
e281682
net/mlx5_core: HW data structs/types definitions cleanup
by Saeed Mahameed
· 10 years ago
302bdf6
net/mlx5_core: Fix Mellanox copyright note
by Saeed Mahameed
· 10 years ago
4cbdd27
net/mlx5_core: Fix a bug in alloc_token
by Achiad Shochat
· 10 years ago
21db507
net/mlx5_core: Avoid usage command work entry after writing command doorbell
by Ira Gusinsky
· 10 years ago
05e4ecd
net/mlx5_core: Avoid copying outbox in aysnc command completion
by Eli Cohen
· 10 years ago
64599cc
net/mlx5_core: Use coherent memory for command interface page
by Eli Cohen
· 10 years ago
2d446d1
net/mlx5_core: Fix command queue size enforcement
by Eli Cohen
· 10 years ago
b775516
net/mlx5_core: use set/get macros in device caps
by Eli Cohen
· 10 years ago
d29b796
net/mlx5_core: Use hardware registers description header file
by Eli Cohen
· 10 years ago
c7a08ac
net/mlx5_core: Update device capabilities handling
by Eli Cohen
· 10 years ago
ae045e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
f241e74
mlx5: minor fixes (mainly avoidance of hidden casts)
by Jack Morgenstein
· 11 years ago
14a7004
net: mlx5: Use ktime_get_ns()
by Thomas Gleixner
· 11 years ago
1a91de2
mellanox: Logging message cleanups
by Joe Perches
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
746b558
IB/mlx5: Multithreaded create MR
by Eli Cohen
· 11 years ago
9c86513
mlx5: Fix error code translation from firmware to driver
by Eli Cohen
· 11 years ago
c1868b8
mlx5: Remove checksum on command interface commands
by Eli Cohen
· 11 years ago
0a324f31
net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changes
by Moshe Lazer
· 12 years ago
cd23b14
mlx5_core: Implement new initialization sequence
by Eli Cohen
· 12 years ago
11940c8
mlx5_core: Fix use after free in mlx5_cmd_comp_handler()
by Dan Carpenter
· 12 years ago
5e631a0
mlx5: Return -EFAULT instead of -EPERM
by Dan Carpenter
· 12 years ago
e126ba9
mlx5: Add driver for Mellanox Connect-IB adapters
by Eli Cohen
· 12 years ago