summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-6/+9
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-10/+10
|\
| * net/mlx4: fix spelling mistake: "availible" -> "available"Colin Ian King2017-08-161-8/+8
| * mlx4: sizeof style usagestephen hemminger2017-08-161-2/+2
* | mlx4: Replace PCI pool old APIRomain Perier2017-08-221-5/+5
|/
* net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"Colin Ian King2017-06-291-1/+1
* net/mlx4_core: Reduce harmless SRIOV error message to debug levelJack Morgenstein2017-05-091-3/+11
* net/mlx4_core: Avoid delays during VF driver device shutdownJack Morgenstein2017-03-161-0/+11
* net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev2017-02-231-2/+20
* ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-301-4/+2
* 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-211-6/+17
* net/mlx4_en: initialize cmd.context_lock spinlock earlierEric Dumazet2016-06-151-1/+0
* 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-271-1/+1
* net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein2015-07-261-2/+15
* net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha2015-06-151-0/+30
* net/mlx4_core: Add helper to query countersEran Ben Elisha2015-06-151-0/+57
* net/mlx4_core: fix typo in mlx4_set_vf_macCarol Soto2015-06-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-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-241-0/+11
* | net/mlx4_core: Enhance the MAD_IFC wrapper to convert VF port to physicalOr Gerlitz2015-05-241-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-061-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-061-0/+9
|/
* net/mlx4_core: Port aggregation low level interfaceMoni Shoua2015-02-041-0/+9
* net/mlx4: Fix memory corruption in mlx4_MAD_IFC_wrapperMatan Barak2015-01-271-1/+3
* net/mlx4_core: Fix HW2SW_EQ to conform to the firmware specJack Morgenstein2015-01-271-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
OpenPOWER on IntegriCloud