aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10IB/mlx5_core: remove unreachable function call in module initKleber Sacilotto de Souza1-1/+0
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-02-25net,IB/mlx: Bump all Mellanox driver versionsAmir Vadai1-2/+2
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-02-18mlx5: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-11/+5
2014-02-13IB/mlx5: Remove dependency on X86Eli Cohen1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2014-01-22IB/mlx5: Abort driver cleanup if teardown hca failsEli Cohen1-2/+8
2014-01-22mlx5_core: Fix PowerPC supportEli Cohen1-4/+5
2014-01-22mlx5_core: Improve debugfs readabilityEli Cohen1-6/+33
2014-01-22IB/mlx5: Add support for resize CQEli Cohen1-2/+2
2014-01-22IB/mlx5: Implement modify CQEli Cohen1-2/+15
2014-01-22mlx5_core: Use mlx5 core style warningEli Cohen1-1/+2
2014-01-22IB/mlx5: Clear out struct before create QP commandEli Cohen1-1/+1
2014-01-22mlx5_core: Fix out arg size in access_register commandHaggai Eran1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-14mlx5_core: Remove dead codeDan Carpenter1-3/+1
2013-11-15IB/mlx5: Fix list_del of empty listEli Cohen1-1/+2
2013-11-08mlx5: Use enum to indicate adapter page sizeEli Cohen1-1/+1
2013-11-08mlx5_core: Change optimal_reclaimed_pages for better performanceMoshe Lazer1-2/+7
2013-11-08mlx5: Clear reserved area in set_hca_cap()Eli Cohen1-3/+32
2013-11-08mlx5: Support communicating arbitrary host page size to firmwareEli Cohen2-55/+121
2013-11-08mlx5: Fix cleanup flow when DMA mapping failsEli Cohen1-5/+13
2013-11-08IB/mlx5: Multithreaded create MREli Cohen3-42/+104
2013-10-10IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg1-1/+3
2013-10-10mlx5: Fix error code translation from firmware to driverEli Cohen1-1/+1
2013-10-10mlx5: Keep polling to reclaim pages while any returnedEli Cohen1-2/+14
2013-10-10mlx5: Remove checksum on command interface commandsEli Cohen2-28/+19
2013-09-06mlx5: remove unused MLX5_DEBUG param in KconfigMichael Opdenacker1-10/+0
2013-08-15net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer4-35/+29
2013-08-05mlx5: remove health handler pluginEli Cohen1-28/+1
2013-08-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-14/+83
2013-07-31mlx5_core: Implement new initialization sequenceEli Cohen3-14/+83
2013-07-31mlx5_core: Fix use after free in mlx5_cmd_comp_handler()Dan Carpenter1-4/+7
2013-07-30mlx5: fix error return code in mlx5_alloc_uuars()Wei Yongjun1-0/+1
2013-07-24mlx5: use after free in mlx5_cmd_comp_handler()Dan Carpenter1-4/+7
2013-07-16mlx5 core: Fix __udivdi3 when compiling for 32 bit archesTim Gardner1-1/+1
2013-07-11mlx5: Return -EFAULT instead of -EPERMDan Carpenter2-13/+9
2013-07-11mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specMoshe Lazer1-1/+1
2013-07-08mlx5_core: Fixes for sparse warningsRoland Dreier2-11/+21
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen20-0/+5765