summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-04-02net/mlx5: Add explicit bar address fieldHuy Nguyen5-10/+10
2019-04-02net/mlx5: Replace dev_err/warn/info by mlx5_core_err/warn/infoHuy Nguyen4-103/+106
2019-04-02net/mlx5: Use dev->priv.name instead of dev_nameHuy Nguyen3-4/+4
2019-04-02net/mlx5: Make mlx5_core messages independent from mdev->pdevHuy Nguyen1-10/+9
2019-04-02net/mlx5: Break load_one into three stagesSaeed Mahameed1-71/+77
2019-04-02net/mlx5: Function setup/teardown proceduresSaeed Mahameed1-52/+68
2019-04-02net/mlx5: Move health and page alloc init to mdev_initSaeed Mahameed2-17/+27
2019-04-02net/mlx5: Split mdev init and pci initSaeed Mahameed1-41/+54
2019-04-02net/mlx5: Remove redundant init functions parameterSaeed Mahameed1-27/+22
2019-04-02net/mlx5: Remove spinlock support from mlx5_write64Maxim Mikityanskiy3-3/+3
2019-02-19net/mlx5: Factor out HCA capabilities functionsLeon Romanovsky1-15/+31
2019-02-14IB/mlx5: Add support for 50Gbps per lane link modesAya Levin1-5/+61
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin4-30/+75
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin5-131/+91
2019-02-14net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang2-11/+16
2019-02-14net/mlx5: Relocate vport macros to the vport header fileBodong Wang2-0/+2
2019-02-14net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang6-30/+26
2019-02-14net/mlx5: Add host params change eventBodong Wang2-0/+5
2019-02-14net/mlx5: Add query host params commandBodong Wang3-0/+33
2019-02-14net/mlx5: Update enable HCA dependencyBodong Wang3-0/+94
2019-02-14net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang7-19/+77
2019-02-14IB/mlx5: Use unified register/load function for uplink and VF vportsBodong Wang3-72/+37
2019-02-14net/mlx5: Use consistent vport num argument typeBodong Wang2-20/+20
2019-02-13net/mlx5: Align ODP capability function with netdev coding styleLeon Romanovsky1-9/+6
2019-02-12mlx5: use RCU lock in mlx5_eq_cq_get()Cong Wang1-6/+6
2019-02-03net/mlx5: Set ODP SRQ support in firmwareMoni Shoua1-0/+53
2019-01-24net/mlx5: Add pci AtomicOps requestMichael Guralnik1-0/+5
2019-01-24net/mlx5: Make mlx5_cmd_exec_cb() a safe APIJason Gunthorpe4-42/+65
2019-01-15RDMA/mad: Reduce MAD scope to mlx5_ib onlyLeon Romanovsky6-83/+47
2019-01-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds9-56/+186
2019-01-13Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+4
2019-01-13Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-24/+32
2019-01-13Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-6/+33
2019-01-13Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...Olof Johansson7-36/+181
2019-01-13phy: fix build breakage: add PHY_MODE_SATAJohn Hubbard1-2/+3
2019-01-13Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds11-64/+185
2019-01-12Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...Linus Torvalds170-940/+905
2019-01-12Merge tag 'drm-fixes-2019-01-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds15-102/+185
2019-01-12ata: ahci: mvebu: request PHY suspend/resume for Armada 3700Miquel Raynal1-0/+3
2019-01-12ata: ahci: mvebu: add Armada 3700 initialization needed for S2RAMMiquel Raynal1-9/+18
2019-01-12ata: ahci: mvebu: do Armada 38x configuration only on relevant SoCsMiquel Raynal1-17/+51
2019-01-12ata: ahci: mvebu: remove stale commentMiquel Raynal1-5/+0
2019-01-12ata: libahci_platform: comply to PHY frameworkMiquel Raynal2-0/+15
2019-01-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+20
2019-01-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+3
2019-01-11Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-5/+4
2019-01-11Merge tag 'acpi-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-11/+59
2019-01-11Merge tag 'pm-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds6-23/+78
2019-01-11Merge tag 'drm-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds17-118/+219
2019-01-11tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13