Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+4 |
2024-09-13 | fbnic: Set napi irq value after calling netif_napi_add | Brett Creeley | 1 | -4/+4 |
2024-08-12 | eth: fbnic: add basic rtnl stats | Jakub Kicinski | 1 | -1/+50 |
2024-07-16 | eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering" | Colin Ian King | 1 | -1/+1 |
2024-07-15 | eth: fbnic: Add basic Rx handling | Alexander Duyck | 1 | -2/+331 |
2024-07-15 | eth: fbnic: Add basic Tx handling | Alexander Duyck | 1 | -1/+387 |
2024-07-15 | eth: fbnic: Implement Rx queue alloc/start/stop/free | Alexander Duyck | 1 | -6/+497 |
2024-07-15 | eth: fbnic: Implement Tx queue alloc/start/stop/free | Alexander Duyck | 1 | -0/+437 |
2024-07-15 | eth: fbnic: Allocate a netdevice and napi vectors with queues | Alexander Duyck | 1 | -0/+270 |