aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-13/+0
2019-03-12net/mlx4_core: Fix locking in SRIOV mode when switching between events and pollingJack Morgenstein1-0/+8
2019-03-12net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein1-0/+1
2019-01-17net/mlx4: remove unneeded semicolonYueHaibing1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-6/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+10
2017-08-22mlx4: Replace PCI pool old APIRomain Perier1-5/+5
2017-08-16net/mlx4: fix spelling mistake: "availible" -> "available"Colin Ian King1-8/+8
2017-08-16mlx4: sizeof style usagestephen hemminger1-2/+2
2017-06-29net/mlx4: fix spelling mistake: "enforcment" -> "enforcement"Colin Ian King1-1/+1
2017-05-09net/mlx4_core: Reduce harmless SRIOV error message to debug levelJack Morgenstein1-3/+11
2017-03-16net/mlx4_core: Avoid delays during VF driver device shutdownJack Morgenstein1-0/+11
2017-02-23net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev1-2/+20
2016-11-30ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-4/+2
2016-10-29net/mlx4_core: Do not access comm channel if it has not yet been initializedJack Morgenstein1-0/+9
2016-09-24net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh1-3/+48
2016-09-24net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh1-0/+7
2016-09-21net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein1-6/+17
2016-06-15net/mlx4_en: initialize cmd.context_lock spinlock earlierEric Dumazet1-1/+0
2016-02-11net/mlx4: fix some error handling in mlx4_multi_func_init()Rasmus Villemoes1-1/+1
2015-12-08IB/mlx4: Use correct order of variables in log messageWengang Wang1-1/+1
2015-10-27net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto1-1/+1
2015-07-26net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein1-2/+15
2015-06-15net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha1-0/+30
2015-06-15net/mlx4_core: Add helper to query countersEran Ben Elisha1-0/+57
2015-06-03net/mlx4_core: fix typo in mlx4_set_vf_macCarol Soto1-1/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2015-05-27mlx4_core: Fix fallback from MSI-X to INTxBenjamin Poirier1-2/+7
2015-05-24net/mlx4_core: Enable single ported IB VFsOr Gerlitz1-0/+11
2015-05-24net/mlx4_core: Enhance the MAD_IFC wrapper to convert VF port to physicalOr Gerlitz1-4/+6
2015-04-15net/mlx4_core: Return the admin alias GUID upon host view requestYishai Hadas1-14/+27
2015-04-15net/mlx4_core: Set initial admin GUIDs for VFsYishai Hadas1-0/+1
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-04-06net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein1-1/+2
2015-04-02net/mlx4: Add SET_PORT opcode modifiers enumerationIdo Shamay1-1/+2
2015-04-02net/mlx4_en: Enable TX rate limit per VFIdo Shamay1-1/+176
2015-04-02net/mlx4: Added qos_vport QP configuration in VST modeIdo Shamay1-1/+8
2015-04-02net/mlx4: Allocate VPPs for each port on PF initIdo Shamay1-0/+66
2015-04-02net/mlx4: Add mlx4_SET_VPORT_QOS implementationIdo Shamay1-0/+9
2015-04-02net/mlx4: Add mlx4_ALLOCATE_VPP implementationIdo Shamay1-0/+9
2015-04-02net/mlx4: Aesthetic code changes in multi_func_initIdo Shamay1-4/+15
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-24net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutexJack Morgenstein1-1/+1
2015-03-06net/mlx4_core: Add basic elements for QCNShani Michaeli1-0/+9
2015-02-04net/mlx4_core: Port aggregation low level interfaceMoni Shoua1-0/+9
2015-01-27net/mlx4: Fix memory corruption in mlx4_MAD_IFC_wrapperMatan Barak1-1/+3
2015-01-27net/mlx4_core: Fix HW2SW_EQ to conform to the firmware specJack Morgenstein1-1/+1
2015-01-25net/mlx4_core: Reset flow activation upon SRIOV fatal command casesYishai Hadas1-33/+92
2015-01-25net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas1-19/+58