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