summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* mlx4: Address spelling errorsSimon Horman2024-02-061-3/+4
* mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu2023-08-231-2/+2
* net: mellanox: fix open-coded for_each_set_bit()Yury Norov2022-05-021-17/+6
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-2/+0
* mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski2021-10-051-1/+1
* mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-051-1/+1
* net/mlx4: Treat VFs fair when handling comm_channel_eventsHans Westgaard Ry2021-04-221-29/+40
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-13/+0
* net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein2019-03-121-0/+8
* net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein2019-03-121-0/+1
* net/mlx4: remove unneeded semicolonYueHaibing2019-01-171-1/+1
* 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
|\|