summaryrefslogtreecommitdiffhomepage
path: root/drivers/net/ethernet/meta/fbnic/fbnic_pci.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netdeveldavem/net-nextJakub Kicinski1-1/+1
2026-04-09eth: fbnic: Use wake instead of startMohsin Bashir1-1/+1
2026-03-05eth: fbnic: Add protection against pause stormMohsin Bashir1-0/+5
2026-02-13fbnic: close fw_log race between users and teardownChengfeng Ye1-7/+12
2026-01-30eth fbnic: Add debugfs hooks for tx/rx ringsMike Marciniszyn (Meta)1-0/+4
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2025-11-27fbnic: Add SW shim for MDIO interface to PMD and PCSAlexander Duyck1-0/+3
2025-11-27fbnic: Add logic to track PMD state via MAC/PCS signalsAlexander Duyck1-1/+5
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2025-10-14eth: fbnic: fix various typos in comments and stringsAlok Tiwari1-3/+3
2025-09-18eth: fbnic: add OTP health reporterJakub Kicinski1-0/+5
2025-09-18eth: fbnic: add FW health reporterJakub Kicinski1-1/+10
2025-09-18eth: fbnic: reprogram TCAMs after FW crashJakub Kicinski1-7/+16
2025-09-04eth: fbnic: request ops lockJakub Kicinski1-1/+8
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+6
2025-08-28fbnic: Add logic to repopulate RPC TCAM if BMC enables channelAlexander Duyck1-0/+2
2025-08-28fbnic: Pass fbnic_dev instead of netdev to __fbnic_set/clear_rx_modeAlexander Duyck1-2/+2
2025-08-27fbnic: Move phylink resume out of service_task and into open/closeAlexander Duyck1-2/+0
2025-08-27fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox codeAlexander Duyck1-7/+6
2025-08-27eth: fbnic: Reset MAC statsMohsin Bashir1-0/+2
2025-08-27eth: fbnic: Reset hw stats upon PCI errorMohsin Bashir1-0/+2
2025-08-27eth: fbnic: Move hw_stats_lock out of fbnic_devMohsin Bashir1-2/+1
2025-07-08eth: fbnic: Enable firmware loggingLee Trager1-0/+21
2025-05-15eth: fbnic: Add devlink dev flash supportLee Trager1-0/+9
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck1-7/+7
2025-04-15eth: fbnic: add locking support for hw statsMohsin Bashir1-0/+1
2025-01-15eth: fbnic: Add hardware monitoring support via HWMON interfaceSanman Pradhan1-0/+3
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2025-01-07eth: fbnic: Revert "eth: fbnic: Add hardware monitoring support via HWMON int...Su Hui1-3/+0
2024-12-23eth: fbnic: support ring channel set while upJakub Kicinski1-1/+1
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+0
2024-11-18eth: fbnic: add RPC hardware statisticsSanman Pradhan1-0/+2
2024-11-18eth: fbnic: add PCIe hardware statisticsSanman Pradhan1-0/+4
2024-11-18eth: fbnic: add basic debugfs structureJakub Kicinski1-1/+9
2024-11-18eth: fbnic: don't disable the PCI device twiceJakub Kicinski1-2/+0
2024-10-17eth: fbnic: Add hardware monitoring support via HWMON interfaceSanman Pradhan1-0/+3
2024-10-10eth: fbnic: add initial PHC supportVadim Fedorenko1-1/+8
2024-07-15eth: fbnic: Write the TCAM tables used for RSS control and Rx to hostAlexander Duyck1-0/+4
2024-07-15eth: fbnic: Add L2 address programmingAlexander Duyck1-0/+3
2024-07-15eth: fbnic: Add basic Rx handlingAlexander Duyck1-0/+3
2024-07-15eth: fbnic: Add link detectionAlexander Duyck1-0/+2
2024-07-15eth: fbnic: Add initial messaging to notify FW of our presenceAlexander Duyck1-0/+28
2024-07-15eth: fbnic: Implement Rx queue alloc/start/stop/freeAlexander Duyck1-0/+2
2024-07-15eth: fbnic: Implement Tx queue alloc/start/stop/freeAlexander Duyck1-1/+18
2024-07-15eth: fbnic: Allocate a netdevice and napi vectors with queuesAlexander Duyck1-0/+138
2024-07-15eth: fbnic: Add FW communication mechanismAlexander Duyck1-0/+59
2024-07-15eth: fbnic: Add register init to set PCIe/Ethernet device configAlexander Duyck1-0/+39
2024-07-15eth: fbnic: Allocate core device specific structures and devlink interfaceAlexander Duyck1-1/+69
2024-07-15eth: fbnic: Add scaffolding for Meta's NIC driverAlexander Duyck1-0/+201