summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-301-4/+2Star
* net/mlx4_core: Do not access comm channel if it has not yet been initializedJack Morgenstein2016-10-291-0/+9
* net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-3/+48
* net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh2016-09-241-0/+7
* net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein2016-09-221-6/+17
* net/mlx4_en: initialize cmd.context_lock spinlock earlierEric Dumazet2016-06-151-1/+0Star
* net/mlx4: fix some error handling in mlx4_multi_func_init()Rasmus Villemoes2016-02-111-1/+1
* IB/mlx4: Use correct order of variables in log messageWengang Wang2015-12-081-1/+1
* net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto2015-10-281-1/+1
* net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein2015-07-271-2/+15
* net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha2015-06-161-0/+30
* net/mlx4_core: Add helper to query countersEran Ben Elisha2015-06-161-0/+57
* net/mlx4_core: fix typo in mlx4_set_vf_macCarol Soto2015-06-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-2/+7
|\
| * mlx4_core: Fix fallback from MSI-X to INTxBenjamin Poirier2015-05-271-2/+7
* | net/mlx4_core: Enable single ported IB VFsOr Gerlitz2015-05-251-0/+11
* | net/mlx4_core: Enhance the MAD_IFC wrapper to convert VF port to physicalOr Gerlitz2015-05-251-4/+6
|/
* net/mlx4_core: Return the admin alias GUID upon host view requestYishai Hadas2015-04-151-14/+27
* net/mlx4_core: Set initial admin GUIDs for VFsYishai Hadas2015-04-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-071-1/+2
|\
| * net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein2015-04-061-1/+2
* | net/mlx4: Add SET_PORT opcode modifiers enumerationIdo Shamay2015-04-021-1/+2
* | net/mlx4_en: Enable TX rate limit per VFIdo Shamay2015-04-021-1/+176
* | net/mlx4: Added qos_vport QP configuration in VST modeIdo Shamay2015-04-021-1/+8
* | net/mlx4: Allocate VPPs for each port on PF initIdo Shamay2015-04-021-0/+66
* | net/mlx4: Add mlx4_SET_VPORT_QOS implementationIdo Shamay2015-04-021-0/+9
* | net/mlx4: Add mlx4_ALLOCATE_VPP implementationIdo Shamay2015-04-021-0/+9
* | net/mlx4: Aesthetic code changes in multi_func_initIdo Shamay2015-04-021-4/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+1
|\|
| * net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutexJack Morgenstein2015-03-241-1/+1
* | net/mlx4_core: Add basic elements for QCNShani Michaeli2015-03-071-0/+9
|/
* net/mlx4_core: Port aggregation low level interfaceMoni Shoua2015-02-051-0/+9
* net/mlx4: Fix memory corruption in mlx4_MAD_IFC_wrapperMatan Barak2015-01-281-1/+3
* net/mlx4_core: Fix HW2SW_EQ to conform to the firmware specJack Morgenstein2015-01-281-1/+1
* net/mlx4_core: Reset flow activation upon SRIOV fatal command casesYishai Hadas2015-01-251-33/+92
* net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas2015-01-251-19/+58
* net/mlx4_core: Activate reset flow upon fatal command casesYishai Hadas2015-01-251-21/+142
* net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas2015-01-251-21/+25
* net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanupMatan Barak2014-11-131-32/+44
* net/mlx4_core: Add retrieval of CONFIG_DEV parametersMatan Barak2014-11-031-2/+2
* net/mlx4_core: Prevent VF from changing port configurationSaeed Mahameed2014-11-031-1/+1
* net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev capSaeed Mahameed2014-10-281-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-2/+12
|\
| * net/mlx4_core: Deprecate error message at ConnectX-2 cards startup to debugJack Morgenstein2014-09-301-2/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-081-2/+2
|\ \ | |/ |/|
| * treewide: fix errors in printkMasanari Iida2014-09-011-2/+2
* | net/mlx4: Correctly configure single ported VFs from the hostMatan Barak2014-09-111-0/+21
* | mlx4_core: Add support for secure-host and SMP firewallJack Morgenstein2014-08-051-0/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-51/+58
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-2/+2
| |\