summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta/fbnic
AgeCommit message (Expand)Author
11 daysnet: Fix typosBjorn Helgaas
2025-07-11eth: fbnic: fix ubsan complaints about OOB accessesJakub Kicinski
2025-07-08eth: fbnic: Create fw_log file in DebugFSLee Trager
2025-07-08eth: fbnic: Enable firmware loggingLee Trager
2025-07-08eth: fbnic: Add mailbox support for firmware logsLee Trager
2025-07-08eth: fbnic: Create ring buffer for firmware logsLee Trager
2025-07-08eth: fbnic: Use FIELD_PREP to generate minimum firmware versionLee Trager
2025-07-08eth: fbnic: Fix incorrect minimum firmware versionLee Trager
2025-06-26eth: fbnic: rename fbnic_fw_clear_cmpl to fbnic_mbx_clear_cmplJakub Kicinski
2025-06-26eth: fbnic: sort includesJakub Kicinski
2025-06-26eth: fbnic: realign whitespaceJakub Kicinski
2025-06-26eth: fbnic: fix stampinn typo in a commentJakub Kicinski
2025-06-26eth: fbnic: remove duplicate FBNIC_MAX_.XQS macrosJakub Kicinski
2025-06-24fbnic: Add support for setting/getting pause configurationAlexander Duyck
2025-06-24fbnic: Add support for reporting link configAlexander Duyck
2025-06-24fbnic: Set correct supported modes and speeds based on FW settingAlexander Duyck
2025-06-24fbnic: Update FW link mode values to represent actual link modesAlexander Duyck
2025-06-24fbnic: Replace link_mode with AUIAlexander Duyck
2025-06-24fbnic: Retire "AUTO" flags and cleanup handling of FW link settingsAlexander Duyck
2025-06-24fbnic: Do not consider mailbox "initialized" until we have verified fw versionAlexander Duyck
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-19eth: fbnic: avoid double free when failing to DMA-map FW msgJakub Kicinski
2025-06-12eth: fbnic: migrate to new RXFH callbacksJakub Kicinski
2025-06-11eth: fbnic: Expand coverage of mac statsMohsin Bashir
2025-05-20eth: fbnic: Replace kzalloc/fbnic_fw_init_cmpl with fbnic_fw_alloc_cmplLee Trager
2025-05-15eth: fbnic: Add devlink dev flash supportLee Trager
2025-05-15eth: fbnic: Add mailbox support for PLDM updatesLee Trager
2025-05-15eth: fbnic: Add support for multiple concurrent completion messagesLee Trager
2025-05-15eth: fbnic: Accept minimum anti-rollback version from firmwareLee Trager
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-08fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_readyAlexander Duyck
2025-05-08fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt contextAlexander Duyck
2025-05-08fbnic: Improve responsiveness of fbnic_mbx_poll_tx_readyAlexander Duyck
2025-05-08fbnic: Cleanup handling of completionsAlexander Duyck
2025-05-08fbnic: Actually flush_tx instead of stalling outAlexander Duyck
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck
2025-05-08fbnic: Gate AXI read/write enabling on FW mailboxAlexander Duyck
2025-05-08fbnic: Fix initialization of mailbox descriptor ringsAlexander Duyck
2025-05-06eth: fbnic: fix `tx_dropped` countingMohsin Bashir
2025-04-15eth: fbnic: add support for TTI HW statsMohsin Bashir
2025-04-15eth: fbnic: add support for TMI statsMohsin Bashir
2025-04-15eth: fbnic: add coverage for RXB statsMohsin Bashir
2025-04-15eth: fbnic: add coverage for hw queue statsMohsin Bashir
2025-04-15eth: fbnic: add locking support for hw statsMohsin Bashir
2025-03-10eth: fbnic: fix memory corruption in fbnic_tlv_attr_get_string()Dan Carpenter
2025-03-07eth: fbnic: support ring size configurationJakub Kicinski
2025-03-07eth: fbnic: fix typo in compile assertJakub Kicinski
2025-03-07eth: fbnic: link NAPIs to page poolsJakub Kicinski
2025-03-04eth: fbnic: Replace firmware field macrosLee Trager
2025-03-04eth: fbnic: Update fbnic_tlv_attr_get_string() to work like nla_strscpy()Lee Trager