summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-12net/mlx5_core: Fix configuration of log_uar_page_szEli Cohen1-0/+1
2015-02-05net/mlx5_core: Move to use hex PCI device IDsOr Gerlitz1-6/+6
2014-12-09net/mlx5_core: Add more supported devicesEli Cohen1-1/+5
2014-12-09net/mlx5_core: Fix min vectors value in mlx5_enable_msixEli Cohen1-1/+1
2014-12-09net/mlx5_core: Request the mlx5 IB module on driver loadEli Cohen1-0/+7
2014-11-07net/mlx5_core: Fix race on driver loadEli Cohen1-2/+2
2014-10-04net/mlx5_core: Add ConnectX-4 to list of supported devicesEli Cohen1-0/+1
2014-10-04net/mlx5_core: use set/get macros in device capsEli Cohen1-76/+74
2014-10-04net/mlx5_core: Update device capabilities handlingEli Cohen1-51/+168
2014-07-31mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein1-2/+2
2014-07-31mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+1
2014-07-31mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein1-3/+287
2014-05-09mellanox: Logging message cleanupsJoe Perches1-7/+7
2014-04-04Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+1
2014-03-10IB/mlx5_core: remove unreachable function call in module initKleber Sacilotto de Souza1-1/+0
2014-03-07IB/mlx5: Keep mlx5 MRs in a radix tree under deviceSagi Grimberg1-0/+1
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-02-26net,IB/mlx: Bump all Mellanox driver versionsAmir Vadai1-2/+2
2014-02-19mlx5: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-11/+5
2014-01-23IB/mlx5: Abort driver cleanup if teardown hca failsEli Cohen1-2/+8
2013-11-09mlx5: Clear reserved area in set_hca_cap()Eli Cohen1-3/+32
2013-10-10mlx5: Remove checksum on command interface commandsEli Cohen1-16/+5
2013-08-01mlx5_core: Implement new initialization sequenceEli Cohen1-7/+62
2013-07-12mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specMoshe Lazer1-1/+1
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+475