aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta/fbnic/fbnic_netdev.c
AgeCommit message (Expand)AuthorFilesLines
3 dayseth: fbnic: fix double-free of PCS on phylink creation failureBobby Eshleman1-1/+2
2026-04-21fbnic: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-7/+13
2026-02-19eth: fbnic: Advertise supported XDP features.Dimitri Daskalakis1-0/+2
2026-02-18eth: fbnic: Add validation for MTU changesDimitri Daskalakis1-0/+18
2025-11-27fbnic: Replace use of internal PCS w/ Designware XPCSAlexander Duyck1-5/+2
2025-11-27fbnic: Add logic to track PMD state via MAC/PCS signalsAlexander Duyck1-1/+1
2025-11-27fbnic: Rename PCS IRQ to MAC IRQ as it is actually a MAC interruptAlexander Duyck1-2/+2
2025-10-09eth: fbnic: fix reporting of alloc_failed qstatsJakub Kicinski1-2/+21
2025-09-18eth: fbnic: support devmem TxJakub Kicinski1-0/+1
2025-09-04eth: fbnic: support queue ops / zero-copy RxJakub Kicinski1-2/+1
2025-09-04eth: fbnic: request ops lockJakub Kicinski1-0/+2
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2025-08-28fbnic: Pass fbnic_dev instead of netdev to __fbnic_set/clear_rx_modeAlexander Duyck1-7/+8
2025-08-28fbnic: Move promisc_sync out of netdev code and into RPC pathAlexander Duyck1-43/+2
2025-08-27fbnic: Move phylink resume out of service_task and into open/closeAlexander Duyck1-0/+4
2025-08-27eth: fbnic: Move hw_stats_lock out of fbnic_devMohsin Bashir1-6/+6
2025-08-19eth: fbnic: Collect packet statistics for XDPMohsin Bashir1-1/+35
2025-08-19eth: fbnic: Add XDP pass, drop, abort supportMohsin Bashir1-0/+35
2025-08-19eth: fbnic: Add support for HDS configurationMohsin Bashir1-0/+4
2025-08-05eth: fbnic: Lock the tx_dropped updateMohsin Bashir1-0/+2
2025-08-05eth: fbnic: Fix tx_dropped reportingMohsin Bashir1-4/+4
2025-08-04eth: fbnic: unlink NAPIs from queues on error to openJakub Kicinski1-1/+3
2025-06-24fbnic: Retire "AUTO" flags and cleanup handling of FW link settingsAlexander Duyck1-2/+0
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck1-2/+3
2025-05-06eth: fbnic: fix `tx_dropped` countingMohsin Bashir1-2/+2
2025-04-15eth: fbnic: add support for TTI HW statsMohsin Bashir1-1/+4
2025-04-15eth: fbnic: add support for TMI statsMohsin Bashir1-0/+3
2025-04-15eth: fbnic: add coverage for RXB statsMohsin Bashir1-1/+13
2025-04-15eth: fbnic: add coverage for hw queue statsMohsin Bashir1-1/+28
2025-02-25eth: fbnic: Update return value in kdocMohsin Bashir1-1/+1
2025-02-20eth: fbnic: Add ethtool support for IRQ coalescingMohsin Bashir1-0/+4
2025-02-17eth: fbnic: support TCP segmentation offloadJakub Kicinski1-4/+21
2025-02-12eth: fbnic: report software Tx queue statsJakub Kicinski1-0/+10
2025-02-12eth: fbnic: report software Rx queue statsJakub Kicinski1-1/+11
2025-02-10eth: fbnic: support n-tuple filtersAlexander Duyck1-0/+1
2025-02-06eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when addin...Alexander Duyck1-0/+2
2024-12-23eth: fbnic: centralize the queue count and NAPI<>queue settingAlexander Duyck1-7/+2
2024-12-23eth: fbnic: add IRQ reuse supportJakub Kicinski1-0/+2
2024-12-23eth: fbnic: store NAPIs in an array instead of the listJakub Kicinski1-1/+0
2024-11-07eth: fbnic: Add support to write TCE TCAM entriesMohsin Bashir1-0/+1
2024-10-10eth: fbnic: add RX packets timestamping supportVadim Fedorenko1-0/+80
2024-10-10eth: fbnic: add initial PHC supportVadim Fedorenko1-2/+9
2024-09-04eth: fbnic: Add ethtool support for fbnicMohsin Bashir1-0/+2
2024-08-12eth: fbnic: add support for basic qstatsStanislav Fomichev1-0/+67
2024-08-12eth: fbnic: add basic rtnl statsJakub Kicinski1-0/+69
2024-07-15eth: fbnic: Write the TCAM tables used for RSS control and Rx to hostAlexander Duyck1-0/+6
2024-07-15eth: fbnic: Add L2 address programmingAlexander Duyck1-0/+230
2024-07-15eth: fbnic: Add basic Rx handlingAlexander Duyck1-1/+3
2024-07-15eth: fbnic: Add basic Tx handlingAlexander Duyck1-0/+9