summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta
AgeCommit message (Expand)Author
2025-01-07eth: fbnic: update fbnic_poll return valueMohsin Bashir
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-23eth: fbnic: support ring channel set while upJakub Kicinski
2024-12-23eth: fbnic: support ring channel get and set while downJakub Kicinski
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-12-23eth: fbnic: let user control the RSS hash fieldsAlexander Duyck
2024-12-23eth: fbnic: support setting RSS configurationAlexander Duyck
2024-12-23eth: fbnic: don't reset the secondary RSS indir tableJakub Kicinski
2024-12-23eth: fbnic: support querying RSS configAlexander Duyck
2024-12-23eth: fbnic: reorder ethtool codeJakub Kicinski
2024-12-23eth: fbnic: fix csr boundary for RPM RAM sectionMohsin Bashir
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-11-18eth: fbnic: add RPC hardware statisticsSanman Pradhan
2024-11-18eth: fbnic: add PCIe hardware statisticsSanman Pradhan
2024-11-18eth: fbnic: add basic debugfs structureJakub Kicinski
2024-11-18eth: fbnic: add missing header guardsJakub Kicinski
2024-11-18eth: fbnic: add missing SPDX headersJakub Kicinski
2024-11-18eth: fbnic: don't disable the PCI device twiceJakub Kicinski
2024-11-14eth: fbnic: Add support to dump registersMohsin Bashir
2024-11-07eth: fbnic: Add support to write TCE TCAM entriesMohsin Bashir
2024-10-20eth: fbnic: add CONFIG_PTP_1588_CLOCK_OPTIONAL dependencyArnd Bergmann
2024-10-17eth: fbnic: Add hardware monitoring support via HWMON interfaceSanman Pradhan
2024-10-10eth: fbnic: add ethtool timestamping statisticsVadim Fedorenko
2024-10-10eth: fbnic: add TX packets timestamping supportVadim Fedorenko
2024-10-10eth: fbnic: add RX packets timestamping supportVadim Fedorenko
2024-10-10eth: fbnic: add initial PHC supportVadim Fedorenko
2024-10-10eth: fbnic: add software TX timestamping supportVadim Fedorenko
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-13fbnic: Set napi irq value after calling netif_napi_addBrett Creeley
2024-09-10eth: fbnic: Add devlink firmware version infoLee Trager
2024-09-04eth: fbnic: Add support to fetch group statsMohsin Bashir
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-08-02eth: fbnic: select DEVLINK and PAGE_POOLSimon Horman
2024-07-26fbnic: Change kconfig prompt from S390=n to !S390Alexander Duyck
2024-07-19eth: fbnic: don't build the driver when skb has more than 21 fragsJakub Kicinski
2024-07-17eth: fbnic: fix s390 build.Paolo Abeni
2024-07-16eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"Colin Ian King
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