summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta/fbnic/fbnic_netdev.c
AgeCommit message (Expand)Author
2026-02-26eth: fbnic: Advertise supported XDP features.Dimitri Daskalakis
2026-02-26eth: fbnic: Add validation for MTU changesDimitri Daskalakis
2025-10-09eth: fbnic: fix reporting of alloc_failed qstatsJakub Kicinski
2025-09-18eth: fbnic: support devmem TxJakub Kicinski
2025-09-04eth: fbnic: support queue ops / zero-copy RxJakub Kicinski
2025-09-04eth: fbnic: request ops lockJakub Kicinski
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-28fbnic: Pass fbnic_dev instead of netdev to __fbnic_set/clear_rx_modeAlexander Duyck
2025-08-28fbnic: Move promisc_sync out of netdev code and into RPC pathAlexander Duyck
2025-08-27fbnic: Move phylink resume out of service_task and into open/closeAlexander Duyck
2025-08-27eth: fbnic: Move hw_stats_lock out of fbnic_devMohsin Bashir
2025-08-19eth: fbnic: Collect packet statistics for XDPMohsin Bashir
2025-08-19eth: fbnic: Add XDP pass, drop, abort supportMohsin Bashir
2025-08-19eth: fbnic: Add support for HDS configurationMohsin Bashir
2025-08-05eth: fbnic: Lock the tx_dropped updateMohsin Bashir
2025-08-05eth: fbnic: Fix tx_dropped reportingMohsin Bashir
2025-08-04eth: fbnic: unlink NAPIs from queues on error to openJakub Kicinski
2025-06-24fbnic: Retire "AUTO" flags and cleanup handling of FW link settingsAlexander Duyck
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-08fbnic: Add additional handling of IRQsAlexander 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-02-25eth: fbnic: Update return value in kdocMohsin Bashir
2025-02-20eth: fbnic: Add ethtool support for IRQ coalescingMohsin Bashir
2025-02-17eth: fbnic: support TCP segmentation offloadJakub Kicinski
2025-02-12eth: fbnic: report software Tx queue statsJakub Kicinski
2025-02-12eth: fbnic: report software Rx queue statsJakub Kicinski
2025-02-10eth: fbnic: support n-tuple filtersAlexander Duyck
2025-02-06eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when addin...Alexander Duyck
2024-12-23eth: fbnic: centralize the queue count and NAPI<>queue settingAlexander Duyck
2024-12-23eth: fbnic: add IRQ reuse supportJakub Kicinski
2024-12-23eth: fbnic: store NAPIs in an array instead of the listJakub Kicinski
2024-11-07eth: fbnic: Add support to write TCE TCAM entriesMohsin Bashir
2024-10-10eth: fbnic: add RX packets timestamping supportVadim Fedorenko
2024-10-10eth: fbnic: add initial PHC supportVadim Fedorenko
2024-09-04eth: fbnic: Add ethtool support for fbnicMohsin Bashir
2024-08-12eth: fbnic: add support for basic qstatsStanislav Fomichev
2024-08-12eth: fbnic: add basic rtnl statsJakub Kicinski
2024-07-15eth: fbnic: Write the TCAM tables used for RSS control and Rx to hostAlexander Duyck
2024-07-15eth: fbnic: Add L2 address programmingAlexander Duyck
2024-07-15eth: fbnic: Add basic Rx handlingAlexander Duyck
2024-07-15eth: fbnic: Add basic Tx handlingAlexander Duyck
2024-07-15eth: fbnic: Add link detectionAlexander Duyck
2024-07-15eth: fbnic: Add initial messaging to notify FW of our presenceAlexander Duyck
2024-07-15eth: fbnic: Implement Rx queue alloc/start/stop/freeAlexander Duyck
2024-07-15eth: fbnic: Implement Tx queue alloc/start/stop/freeAlexander Duyck
2024-07-15eth: fbnic: Allocate a netdevice and napi vectors with queuesAlexander Duyck