summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/meta (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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