summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta
AgeCommit message (Expand)AuthorFilesLines
7 daysfbnic: Move phylink resume out of service_task and into open/closeAlexander Duyck2-2/+4
7 daysfbnic: Fixup rtnl_lock and devl_lock handling related to mailbox codeAlexander Duyck1-7/+6
2025-08-06eth: fbnic: Lock the tx_dropped updateMohsin Bashir1-0/+2
2025-08-06eth: fbnic: Fix tx_dropped reportingMohsin Bashir1-4/+4
2025-08-06eth: fbnic: remove the debugging trick of super high page biasJakub Kicinski2-6/+4
2025-08-05eth: fbnic: unlink NAPIs from queues on error to openJakub Kicinski1-1/+3
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-07-12eth: fbnic: fix ubsan complaints about OOB accessesJakub Kicinski1-4/+4
2025-07-09eth: fbnic: Create fw_log file in DebugFSLee Trager1-0/+29
2025-07-09eth: fbnic: Enable firmware loggingLee Trager3-0/+51
2025-07-09eth: fbnic: Add mailbox support for firmware logsLee Trager3-0/+216
2025-07-09eth: fbnic: Create ring buffer for firmware logsLee Trager4-0/+142
2025-07-09eth: fbnic: Use FIELD_PREP to generate minimum firmware versionLee Trager2-13/+13
2025-07-09eth: fbnic: Fix incorrect minimum firmware versionLee Trager2-3/+3
2025-06-26eth: fbnic: rename fbnic_fw_clear_cmpl to fbnic_mbx_clear_cmplJakub Kicinski4-15/+15
2025-06-26eth: fbnic: sort includesJakub Kicinski1-1/+1
2025-06-26eth: fbnic: realign whitespaceJakub Kicinski5-58/+52
2025-06-26eth: fbnic: fix stampinn typo in a commentJakub Kicinski1-1/+1
2025-06-26eth: fbnic: remove duplicate FBNIC_MAX_.XQS macrosJakub Kicinski1-3/+0
2025-06-24fbnic: Add support for setting/getting pause configurationAlexander Duyck3-0/+22
2025-06-24fbnic: Add support for reporting link configAlexander Duyck3-0/+68
2025-06-24fbnic: Set correct supported modes and speeds based on FW settingAlexander Duyck3-11/+29
2025-06-24fbnic: Update FW link mode values to represent actual link modesAlexander Duyck2-8/+8
2025-06-24fbnic: Replace link_mode with AUIAlexander Duyck4-29/+27
2025-06-24fbnic: Retire "AUTO" flags and cleanup handling of FW link settingsAlexander Duyck4-66/+48
2025-06-24fbnic: Do not consider mailbox "initialized" until we have verified fw versionAlexander Duyck1-2/+21
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2025-06-19eth: fbnic: avoid double free when failing to DMA-map FW msgJakub Kicinski1-4/+1
2025-06-13eth: fbnic: migrate to new RXFH callbacksJakub Kicinski1-55/+56
2025-06-12eth: fbnic: Expand coverage of mac statsMohsin Bashir5-0/+273
2025-05-21eth: fbnic: Replace kzalloc/fbnic_fw_init_cmpl with fbnic_fw_alloc_cmplLee Trager4-15/+16
2025-05-15eth: fbnic: Add devlink dev flash supportLee Trager4-1/+278
2025-05-15eth: fbnic: Add mailbox support for PLDM updatesLee Trager2-0/+228
2025-05-15eth: fbnic: Add support for multiple concurrent completion messagesLee Trager4-22/+87
2025-05-15eth: fbnic: Accept minimum anti-rollback version from firmwareLee Trager2-0/+6
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-143/+231
2025-05-08fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_readyAlexander Duyck1-17/+10
2025-05-08fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt contextAlexander Duyck1-27/+16
2025-05-08fbnic: Improve responsiveness of fbnic_mbx_poll_tx_readyAlexander Duyck1-8/+11
2025-05-08fbnic: Cleanup handling of completionsAlexander Duyck1-0/+17
2025-05-08fbnic: Actually flush_tx instead of stalling outAlexander Duyck1-15/+16
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck4-59/+110
2025-05-08fbnic: Gate AXI read/write enabling on FW mailboxAlexander Duyck3-13/+33
2025-05-08fbnic: Fix initialization of mailbox descriptor ringsAlexander Duyck1-9/+23
2025-05-06eth: fbnic: fix `tx_dropped` countingMohsin Bashir1-2/+2
2025-04-15eth: fbnic: add support for TTI HW statsMohsin Bashir5-1/+92
2025-04-15eth: fbnic: add support for TMI statsMohsin Bashir5-0/+53
2025-04-15eth: fbnic: add coverage for RXB statsMohsin Bashir5-1/+330
2025-04-15eth: fbnic: add coverage for hw queue statsMohsin Bashir5-8/+147
2025-04-15eth: fbnic: add locking support for hw statsMohsin Bashir3-3/+17