summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/meta (follow)
Commit message (Expand)AuthorAgeFilesLines
* eth: fbnic: Revert "eth: fbnic: Add hardware monitoring support via HWMON int...Su Hui11 days7-126/+0
* eth: fbnic: fix csr boundary for RPM RAM sectionMohsin Bashir2024-12-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-11-191-2/+0
|\
| * eth: fbnic: don't disable the PCI device twiceJakub Kicinski2024-11-191-2/+0
* | eth: fbnic: add RPC hardware statisticsSanman Pradhan2024-11-195-0/+167
* | eth: fbnic: add PCIe hardware statisticsSanman Pradhan2024-11-195-0/+201
* | eth: fbnic: add basic debugfs structureJakub Kicinski2024-11-194-1/+50
* | eth: fbnic: add missing header guardsJakub Kicinski2024-11-191-0/+5
* | eth: fbnic: add missing SPDX headersJakub Kicinski2024-11-193-0/+9
* | eth: fbnic: Add support to dump registersMohsin Bashir2024-11-145-1/+186
* | eth: fbnic: Add support to write TCE TCAM entriesMohsin Bashir2024-11-075-0/+136
* | eth: fbnic: add CONFIG_PTP_1588_CLOCK_OPTIONAL dependencyArnd Bergmann2024-10-201-0/+1
* | eth: fbnic: Add hardware monitoring support via HWMON interfaceSanman Pradhan2024-10-177-0/+126
* | eth: fbnic: add ethtool timestamping statisticsVadim Fedorenko2024-10-103-1/+34
* | eth: fbnic: add TX packets timestamping supportVadim Fedorenko2024-10-102-3/+95
* | eth: fbnic: add RX packets timestamping supportVadim Fedorenko2024-10-107-1/+194
* | eth: fbnic: add initial PHC supportVadim Fedorenko2024-10-107-4/+386
* | eth: fbnic: add software TX timestamping supportVadim Fedorenko2024-10-102-0/+14
|/
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-151-4/+4
|\
| * fbnic: Set napi irq value after calling netif_napi_addBrett Creeley2024-09-141-4/+4
* | eth: fbnic: Add devlink firmware version infoLee Trager2024-09-101-0/+75
* | eth: fbnic: Add support to fetch group statsMohsin Bashir2024-09-048-0/+211
* | eth: fbnic: Add ethtool support for fbnicMohsin Bashir2024-09-047-3/+49
* | eth: fbnic: add support for basic qstatsStanislav Fomichev2024-08-131-0/+67
* | eth: fbnic: add basic rtnl statsJakub Kicinski2024-08-134-1/+132
* | eth: fbnic: select DEVLINK and PAGE_POOLSimon Horman2024-08-031-0/+2
|/
* fbnic: Change kconfig prompt from S390=n to !S390Alexander Duyck2024-07-271-1/+1
* eth: fbnic: don't build the driver when skb has more than 21 fragsJakub Kicinski2024-07-191-0/+1
* eth: fbnic: fix s390 build.Paolo Abeni2024-07-171-0/+1
* eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"Colin Ian King2024-07-161-1/+1
* eth: fbnic: Write the TCAM tables used for RSS control and Rx to hostAlexander Duyck2024-07-157-1/+498
* eth: fbnic: Add L2 address programmingAlexander Duyck2024-07-159-0/+678
* eth: fbnic: Add basic Rx handlingAlexander Duyck2024-07-155-3/+402
* eth: fbnic: Add basic Tx handlingAlexander Duyck2024-07-154-1/+477
* eth: fbnic: Add link detectionAlexander Duyck2024-07-1512-0/+629
* eth: fbnic: Add initial messaging to notify FW of our presenceAlexander Duyck2024-07-156-0/+555
* eth: fbnic: Implement Rx queue alloc/start/stop/freeAlexander Duyck2024-07-156-9/+638
* eth: fbnic: Implement Tx queue alloc/start/stop/freeAlexander Duyck2024-07-156-11/+550
* eth: fbnic: Allocate a netdevice and napi vectors with queuesAlexander Duyck2024-07-159-2/+775
* eth: fbnic: Add FW communication mechanismAlexander Duyck2024-07-157-0/+641
* eth: fbnic: Add message parsing for FW messagesAlexander Duyck2024-07-153-1/+706
* eth: fbnic: Add register init to set PCIe/Ethernet device configAlexander Duyck2024-07-157-0/+845
* eth: fbnic: Allocate core device specific structures and devlink interfaceAlexander Duyck2024-07-155-2/+222
* eth: fbnic: Add scaffolding for Meta's NIC driverAlexander Duyck2024-07-157-0/+280