aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_mbx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-30fm10k: remove unexpected word "the"Jiang Jian1-1/+1
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall1-1/+1
2021-03-23fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-1/+1
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-3/+3
2019-08-04fm10k: mark unused parameters with __always_unusedJacob Keller1-2/+3
2019-08-01fm10k: reduce the scope of the local msg variableJacob Keller1-2/+4
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-19/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-10-02fm10k: fix typos on fall through commentsJacob Keller1-2/+2
2017-01-08fm10k: request reset when mbx->state changesNgai-Mint Kwan1-3/+7
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller1-2/+2
2015-12-22fm10k: cleanup mailbox code comments etcBruce Allan1-20/+30
2015-12-13fm10k: cleanup overly long linesBruce Allan1-1/+1
2015-12-13fm10k: whitespace cleanupsBruce Allan1-0/+1
2015-12-05fm10k: add statistics for actual DWORD count of mbmem mailboxJacob Keller1-0/+4
2015-09-22fm10k: TRIVIAL remove unnecessary commaJacob Keller1-2/+2
2015-09-22fm10k: create "correct" header for the remote end on connectJacob Keller1-1/+24
2015-09-22fm10k: drop transmitted messages in Tx FIFO as part of reset_workJacob Keller1-1/+18
2015-06-17fm10k: remove err_no reference in fm10k_mbx.cJacob Keller1-5/+0
2015-04-14fm10k: mbx_update_max_size does not drop all oversized messagesJeff Kirsher1-3/+6
2015-04-14fm10k: reset head instead of calling update_max_sizeJeff Kirsher1-2/+16
2015-04-14fm10k: fix function header commentJeff Kirsher1-2/+1
2015-04-14fm10k: Correct spelling mistakeJeff Kirsher1-2/+2
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick1-10/+10
2015-02-05fm10k: Resolve compile warnings with W=1Matthew Vick1-3/+2
2014-09-23fm10k: Add support for VFAlexander Duyck1-0/+4
2014-09-23fm10k: Add support for PF <-> VF mailboxAlexander Duyck1-0/+770
2014-09-23fm10k: Implement PF <-> SM mailbox operationsAlexander Duyck1-0/+1351