aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_mbx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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