aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-04net/mlx4: Fix some indent inconsistancyChristophe Jaillet1-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-06-23net/mlx4_en: Add DCB PFC support through CEE netlink commandsRana Shahout1-0/+1
2016-06-22net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha1-1/+4
2016-06-15net/mlx4_en: initialize cmd.context_lock spinlock earlierEric Dumazet1-0/+1
2016-04-21net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens1-5/+34
2016-04-21net/mlx4_core: Implement pci_resume callbackDaniel Jurgens1-15/+24
2016-03-18net/mlx4_core: Fix backward compatibility on VFsEli Cohen1-6/+18
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+11
2016-03-02net/mlx4_core: Check the correct limitation on VFs for HA modeMoni Shoua1-3/+11
2016-03-01mlx4: Implement port type setting via devlink interfaceJiri Pirko1-21/+65
2016-03-01mlx4: Implement devlink interfaceJiri Pirko1-12/+32
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen1-11/+45
2015-12-06net/mlx4_core: Support the HA mode for SRIOV VFs tooMoni Shoua1-10/+97
2015-11-15net/mlx4_core: Avoid returning success in case of an error flowNoa Osherovich1-3/+5
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+2
2015-10-14net/mlx4_core: Replace VF zero mac with random mac in mlx4_coreJack Morgenstein1-0/+2
2015-10-08net/mlx4: Remove shared_ports variable at mlx4_enable_msi_xCarol L Soto1-8/+2
2015-08-27net/mlx4_core: Capping number of requested MSIXs to MAX_MSIXCarol L Soto1-1/+9
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-07-27net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion1-0/+15
2015-07-26net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz1-0/+5
2015-07-08net/mlx4_core: Add extra check for total vfs for SRIOVCarol Soto1-6/+14
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-44/+222
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2015-06-15net/mlx4_core: Allocate default counter per portEran Ben Elisha1-3/+68
2015-06-15net/mlx4_core: Remove counters table allocation from VF flowEran Ben Elisha1-7/+18
2015-06-15net/mlx4_core: Add sink counterEran Ben Elisha1-4/+7
2015-06-15net/mlx4_core: Reset counters data when freedEran Ben Elisha1-0/+21
2015-06-15net/mlx4_core: Check before cleaning counters bitmapEran Ben Elisha1-0/+6
2015-06-15net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configurationOr Gerlitz1-0/+8
2015-06-12IB/mlx4: Add mmap call to map the hardware clockMatan Barak1-0/+19
2015-06-03net/mlx4_core: need to call close fw if alloc icm is called twiceCarol Soto1-0/+1
2015-06-03net/mlx4_core: double free of dev_vfsCarol L Soto1-0/+1
2015-05-30net/mlx4_core: Move affinity hints to mlx4_core ownershipIdo Shamay1-0/+36
2015-05-30net/mlx4: Add EQ poolMatan Barak1-18/+56
2015-05-24net/mlx4_core: Enable single ported IB VFsOr Gerlitz1-12/+0
2015-04-15net/mlx4_core: Set initial admin GUIDs for VFsYishai Hadas1-0/+15
2015-04-15net/mlx4_core: Manage alias GUID per VFYishai Hadas1-0/+16
2015-04-02net/mlx4_en: Add RX-ALL supportMuhammad Mahajna1-0/+21
2015-04-02net/mlx4: Warn users of depracated QoS FirmwareIdo Shamay1-0/+8
2015-04-02net/mlx4: Add RSS support for fragmented IP datagramsIdo Shamay1-0/+2
2015-03-18net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz1-0/+2
2015-02-04net/mlx4_core: Fix misleading debug print on CQE stride supportOr Gerlitz1-1/+2
2015-02-04net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua1-0/+89
2015-01-27net/mlx4_core: Fix mem leak in SRIOV mlx4_init_one error flowJack Morgenstein1-1/+3
2015-01-27net/mlx4_core: Add reserved lkey for VFs to QUERY_FUNC_CAPJack Morgenstein1-0/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-01-25net/mlx4_core: Reset flow activation upon SRIOV fatal command casesYishai Hadas1-7/+9
2015-01-25net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas1-27/+108