aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxfw (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky1-1/+1
2021-01-05net/mlxfw: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller1-3/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-04-24net/mlxfw: Remove unneeded semicolonZheng Bin1-2/+2
2020-03-03net: mlxfw: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-24net/mlxfw: fix spelling mistake: "progamming" -> "programming"Colin Ian King1-1/+1
2020-02-21net/mlxfw: Add reactivate flow support to FSM burn flowEran Ben Elisha2-4/+119
2020-02-21net/mlxfw: Use MLXFW_ERR_MSG macro for error reportingSaeed Mahameed1-21/+24
2020-02-21net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.cSaeed Mahameed2-38/+54
2020-02-21net/mlxfw: More error messages coverageSaeed Mahameed1-9/+26
2020-02-21net/mlxfw: Improve FSM err message reporting and return codesSaeed Mahameed1-29/+65
2020-02-21net/mlxfw: Generic mlx FW flash status notifySaeed Mahameed3-14/+14
2019-12-26net/mlxfw: Fix out-of-memory error in mfa2 flash burningVladyslav Tarasiuk1-3/+4
2019-11-20net/mlxfw: Verify FSM error code translation doesn't exceed array sizeEran Ben Elisha1-0/+2
2019-06-04mlxfw: Introduce status_notify op and call it to notify about the statusJiri Pirko2-0/+28
2019-06-04mlxfw: Propagate error messages through extackJiri Pirko2-12/+28
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-01-24mlxfw: Replace license text with SPDX identifiers and adjust copyrightsShalom Toledo9-297/+20
2017-07-03net/mlxfw: Properly handle dependancy with non-loadable mlx5Or Gerlitz1-1/+1
2017-06-22mlxfw: Make the module selectableOr Gerlitz2-1/+16
2017-06-14net/mlxfw: fix a NULL dereferenceDan Carpenter1-0/+1
2017-06-06net/mlxfw: remove redundant goto on error checkColin Ian King1-2/+0
2017-05-31net/mlxfw: select CONFIG_XZ_DECArnd Bergmann1-0/+1
2017-05-25Add the mlxfw module for Mellanox firmware flash processYotam Gigi11-0/+1527