aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/cisco/enic
AgeCommit message (Expand)AuthorFilesLines
2026-08-17enic: re-establish V2 VF admin channel and PF registration after resetSatish Kharat1-40/+82
2026-08-17enic: add V2 VF probe with admin channel and PF registrationSatish Kharat2-11/+86
2026-08-17enic: wire V2 SR-IOV enable with admin channel and MBOXSatish Kharat7-16/+301
2026-08-17enic: add MBOX VF handlers for capability, register and link stateSatish Kharat3-1/+291
2026-08-17enic: add MBOX PF handlers for VF register and capabilitySatish Kharat3-4/+194
2026-08-17enic: add MBOX core send and receive for admin channelSatish Kharat5-3/+232
2026-08-17enic: define MBOX message types and header structuresSatish Kharat1-0/+83
2026-08-17enic: add admin CQ service with MSI-X interrupt and workqueue pollingSatish Kharat3-4/+361
2026-08-17enic: add admin RQ buffer managementSatish Kharat1-2/+64
2026-08-17enic: add admin channel open and close for SR-IOVSatish Kharat6-1/+269
2026-08-17enic: verify firmware supports V2 SR-IOV at probe timeSatish Kharat2-1/+22
2026-07-30enic: fix tx_hang_reset use-after-free on device removalSatish Kharat1-2/+3
2026-04-02enic: detect admin channel resources for SR-IOVSatish Kharat2-2/+17
2026-04-02enic: add type-aware alloc for WQ, RQ, CQ and INTR resourcesSatish Kharat8-12/+53
2026-04-02enic: make enic_dev_enable/disable ref-countedSatish Kharat3-5/+30
2026-04-02enic: detect SR-IOV VF type from PCI capabilitySatish Kharat2-0/+45
2026-04-02enic: add V2 SR-IOV VF device IDSatish Kharat1-1/+4
2026-04-02enic: extend resource discovery for SR-IOV admin channelSatish Kharat3-0/+16
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-16/+13
2026-02-24net:ethernet:enic: map ethtool link modes by VIC typeSatish Kharat1-7/+148
2026-02-24net:ethernet:enic: add VIC subsystem idsSatish Kharat1-0/+39
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-16/+16
2026-01-10net: enic: convert to use .get_rx_ring_countBreno Leitao1-3/+8
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2
2025-07-01enic: fix incorrect MTU comparison in enic_change_mtu()Alok Tiwari1-2/+2
2025-06-16eth: cisco: migrate to new RXFH callbacksJakub Kicinski1-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-05-21net/enic: Allow at least 8 RQs to always be usedNelson Escobar2-1/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-03-11enic: get max rq & wq entries supported by hw, 16K queuesSatish Kharat7-24/+39
2025-03-11enic: cleanup of enic wq request completion pathSatish Kharat3-61/+52
2025-03-11enic: added enic_wq.c and enic_wq.hSatish Kharat7-117/+138
2025-03-11enic: remove unused function cq_enet_wq_desc_decSatish Kharat1-7/+0
2025-03-11enic: enable rq extended cq supportSatish Kharat5-29/+150
2025-03-11enic: enic rq extended cq definesSatish Kharat2-0/+75
2025-03-11enic: enic rq code reorgSatish Kharat4-38/+105
2025-03-11enic: Move function from header file to c fileSatish Kharat2-81/+84
2025-02-25enic: add dependency on Page PoolJohn Daley1-0/+1
2025-02-06enic: remove copybreak tunableJohn Daley3-43/+0
2025-02-06enic: Use the Page Pool API for RXJohn Daley4-61/+71
2025-02-06enic: Simplify RX handler functionJohn Daley1-69/+93
2025-02-06enic: Move RX functions to their own fileJohn Daley4-238/+254
2025-01-09enic: Fix typo in comment in table indexed by link speedJohn Daley1-1/+1
2025-01-09enic: Obtain the Link speed only after the link comes upJohn Daley1-1/+1
2025-01-09enic: Move RX coalescing set functionJohn Daley1-30/+30
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings"Kees Cook1-1/+1
2024-11-15enic: Move kdump check into enic_adjust_resources()Nelson Escobar1-16/+9