summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta
AgeCommit message (Expand)AuthorFilesLines
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+0
2024-11-19eth: fbnic: add RPC hardware statisticsSanman Pradhan5-0/+167
2024-11-19eth: fbnic: add PCIe hardware statisticsSanman Pradhan5-0/+201
2024-11-19eth: fbnic: add basic debugfs structureJakub Kicinski4-1/+50
2024-11-19eth: fbnic: add missing header guardsJakub Kicinski1-0/+5
2024-11-19eth: fbnic: add missing SPDX headersJakub Kicinski3-0/+9
2024-11-19eth: fbnic: don't disable the PCI device twiceJakub Kicinski1-2/+0
2024-11-14eth: fbnic: Add support to dump registersMohsin Bashir5-1/+186
2024-11-07eth: fbnic: Add support to write TCE TCAM entriesMohsin Bashir5-0/+136
2024-10-20eth: fbnic: add CONFIG_PTP_1588_CLOCK_OPTIONAL dependencyArnd Bergmann1-0/+1
2024-10-17eth: fbnic: Add hardware monitoring support via HWMON interfaceSanman Pradhan7-0/+126
2024-10-10eth: fbnic: add ethtool timestamping statisticsVadim Fedorenko3-1/+34
2024-10-10eth: fbnic: add TX packets timestamping supportVadim Fedorenko2-3/+95
2024-10-10eth: fbnic: add RX packets timestamping supportVadim Fedorenko7-1/+194
2024-10-10eth: fbnic: add initial PHC supportVadim Fedorenko7-4/+386
2024-10-10eth: fbnic: add software TX timestamping supportVadim Fedorenko2-0/+14
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2024-09-14fbnic: Set napi irq value after calling netif_napi_addBrett Creeley1-4/+4
2024-09-10eth: fbnic: Add devlink firmware version infoLee Trager1-0/+75
2024-09-04eth: fbnic: Add support to fetch group statsMohsin Bashir8-0/+211
2024-09-04eth: fbnic: Add ethtool support for fbnicMohsin Bashir7-3/+49
2024-08-13eth: fbnic: add support for basic qstatsStanislav Fomichev1-0/+67
2024-08-13eth: fbnic: add basic rtnl statsJakub Kicinski4-1/+132
2024-08-03eth: fbnic: select DEVLINK and PAGE_POOLSimon Horman1-0/+2
2024-07-27fbnic: Change kconfig prompt from S390=n to !S390Alexander Duyck1-1/+1
2024-07-19eth: fbnic: don't build the driver when skb has more than 21 fragsJakub Kicinski1-0/+1
2024-07-17eth: fbnic: fix s390 build.Paolo Abeni1-0/+1
2024-07-16eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"Colin Ian King1-1/+1
2024-07-15eth: fbnic: Write the TCAM tables used for RSS control and Rx to hostAlexander Duyck7-1/+498
2024-07-15eth: fbnic: Add L2 address programmingAlexander Duyck9-0/+678
2024-07-15eth: fbnic: Add basic Rx handlingAlexander Duyck5-3/+402
2024-07-15eth: fbnic: Add basic Tx handlingAlexander Duyck4-1/+477
2024-07-15eth: fbnic: Add link detectionAlexander Duyck12-0/+629
2024-07-15eth: fbnic: Add initial messaging to notify FW of our presenceAlexander Duyck6-0/+555
2024-07-15eth: fbnic: Implement Rx queue alloc/start/stop/freeAlexander Duyck6-9/+638
2024-07-15eth: fbnic: Implement Tx queue alloc/start/stop/freeAlexander Duyck6-11/+550
2024-07-15eth: fbnic: Allocate a netdevice and napi vectors with queuesAlexander Duyck9-2/+775
2024-07-15eth: fbnic: Add FW communication mechanismAlexander Duyck7-0/+641
2024-07-15eth: fbnic: Add message parsing for FW messagesAlexander Duyck3-1/+706
2024-07-15eth: fbnic: Add register init to set PCIe/Ethernet device configAlexander Duyck7-0/+845
2024-07-15eth: fbnic: Allocate core device specific structures and devlink interfaceAlexander Duyck5-2/+222
2024-07-15eth: fbnic: Add scaffolding for Meta's NIC driverAlexander Duyck7-0/+280