summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+3
|\
| * net/mlx4_core: Fix error handling in mlx4_init_port_info.Tarick Bedeir2018-05-141-1/+3
* | net/mlx4_core: Use msi_x module param to limit num of MSI-X irqsTariq Toukan2018-05-101-1/+9
* | net/mlx4_core: Add PCI calls for suspend/resumeYishai Hadas2018-05-101-0/+46
|/
* net/mlx4: fix spelling mistake: "failedi" -> "failed"Colin Ian King2018-05-011-1/+1
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-80/+1
|\
| * net/mlx4_core: Report PCIe link properties with pcie_print_link_status()Tal Gilboa2018-04-031-80/+1
* | Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-061-0/+1
|\ \
| * | RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe2018-03-151-0/+1
| |/
* / ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-8/+8
|/
* net/mlx4: Use Kconfig flag to remove support of old gen2 Mellanox devicesSlava Shwartsman2017-11-131-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-124/+136
|\
| * net/mlx4_core: Use ARRAY_SIZE macroThomas Meyer2017-09-051-4/+5
| * net/mlx4_core: fix memory leaks on error exit pathColin Ian King2017-09-031-1/+2
| * net/mlx4: Add user mac FW update supportMoshe Shemesh2017-08-291-0/+3
| * net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha2017-08-291-113/+122
| * net/mlx4_core: make mlx4_profile constBhumika Goyal2017-08-241-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-2/+2
| |\
| * | mlx4: sizeof style usagestephen hemminger2017-08-161-6/+6
| * | mlx4: remove unnecessary pci_set_drvdata()Zhu Yanjun2017-08-151-2/+0
* | | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-031-3/+4
|\ \ \ | |_|/ |/| |
| * | (IB, net)/mlx4: Add resource utilization supportMoshe Shemesh2017-07-241-3/+4
* | | net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen2017-08-181-2/+2
| |/ |/|
* | net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) supportInbar Karmy2017-08-021-0/+2
|/
* mlx4_en: make mlx4_log_num_mgm_entry_size staticZhu Yanjun2017-07-031-1/+1
* net/mlx4_en: Optimized single ring steeringSaeed Mahameed2017-06-151-2/+2
* net/mlx4_core: Bump driver versionTariq Toukan2017-06-071-1/+1
* net/mlx4_core: Use min3 to select number of MSI-X vectorsyuval.shaia@oracle.com2017-05-151-6/+4
* net/mlx4_core: Avoid delays during VF driver device shutdownJack Morgenstein2017-03-161-0/+11
* net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein2017-02-231-1/+2
* net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...Majd Dibbiny2017-02-231-2/+0
* net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz2017-02-231-3/+3
* net/mlx4: Replace ENOSYS with better fitting error codesTariq Toukan2017-01-301-3/+3
* net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein2016-12-291-0/+18
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-41/+43
|\
| * net/mlx4_core: Use device ID definesBjorn Helgaas2016-11-171-41/+43
* | Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan2016-11-281-4/+1
* | net/mlx4_core: Avoid setting ports to auto when only one port type is supportedMaor Gottlieb2016-10-291-1/+9
|/
* net/mlx4_core: Fix to clean devlink resourcesKamal Heib2016-09-221-0/+3
* net/mlx4: Fix some indent inconsistancyChristophe Jaillet2016-07-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+5
|\
| * net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha2016-06-221-1/+4
| * net/mlx4_en: initialize cmd.context_lock spinlock earlierEric Dumazet2016-06-151-0/+1
* | net/mlx4_en: Add DCB PFC support through CEE netlink commandsRana Shahout2016-06-231-0/+1
|/
* net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens2016-04-211-5/+34
* net/mlx4_core: Implement pci_resume callbackDaniel Jurgens2016-04-211-15/+24
* net/mlx4_core: Fix backward compatibility on VFsEli Cohen2016-03-181-6/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-3/+11
|\
| * net/mlx4_core: Check the correct limitation on VFs for HA modeMoni Shoua2016-03-021-3/+11