aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2015-10-14net/mlx5_core: Add pci error handlers to mlx5_core driverMajd Dibbiny1-0/+170
2015-10-15mlx5: stop including <asm-generic/kmap_types.h>Christoph Hellwig1-1/+1
2015-10-09net/mlx5_core: Prepare cmd interface to system errors handlingEli Cohen1-2/+18
2015-09-28net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny1-0/+1
2015-09-28net/mlx5_core: Fix async commands return codeEli Cohen1-0/+1
2015-05-30net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai1-19/+0
2015-05-30net/mlx5_core: HW data structs/types definitions cleanupSaeed Mahameed1-4/+13
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2015-04-02net/mlx5_core: Fix a bug in alloc_tokenAchiad Shochat1-1/+4
2015-04-02net/mlx5_core: Avoid usage command work entry after writing command doorbellIra Gusinsky1-1/+2
2015-04-02net/mlx5_core: Avoid copying outbox in aysnc command completionEli Cohen1-1/+2
2015-04-02net/mlx5_core: Use coherent memory for command interface pageEli Cohen1-23/+49
2014-12-08net/mlx5_core: Fix command queue size enforcementEli Cohen1-1/+1
2014-10-03net/mlx5_core: use set/get macros in device capsEli Cohen1-0/+17
2014-10-03net/mlx5_core: Use hardware registers description header fileEli Cohen1-36/+0
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen1-9/+15
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-07-30mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein1-1/+1
2014-07-23net: mlx5: Use ktime_get_ns()Thomas Gleixner1-12/+4
2014-05-08mellanox: Logging message cleanupsJoe Perches1-2/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-08IB/mlx5: Multithreaded create MREli Cohen1-27/+79
2013-10-10mlx5: Fix error code translation from firmware to driverEli Cohen1-1/+1
2013-10-10mlx5: Remove checksum on command interface commandsEli Cohen1-12/+14
2013-08-15net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer1-1/+1
2013-07-31mlx5_core: Implement new initialization sequenceEli Cohen1-1/+7
2013-07-31mlx5_core: Fix use after free in mlx5_cmd_comp_handler()Dan Carpenter1-4/+7
2013-07-11mlx5: Return -EFAULT instead of -EPERMDan Carpenter1-5/+5
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+1515