summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cisco
AgeCommit message (Expand)AuthorFilesLines
2026-04-03enic: detect admin channel resources for SR-IOVSatish Kharat2-2/+17
2026-04-03enic: add type-aware alloc for WQ, RQ, CQ and INTR resourcesSatish Kharat8-12/+53
2026-04-03enic: make enic_dev_enable/disable ref-countedSatish Kharat3-5/+30
2026-04-03enic: detect SR-IOV VF type from PCI capabilitySatish Kharat2-0/+45
2026-04-03enic: add V2 SR-IOV VF device IDSatish Kharat1-1/+4
2026-04-03enic: 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-25net:ethernet:enic: map ethtool link modes by VIC typeSatish Kharat1-7/+148
2026-02-25net: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-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-6/+3
2026-02-22Convert '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-02enic: fix incorrect MTU comparison in enic_change_mtu()Alok Tiwari1-2/+2
2025-06-17eth: 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-22net/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-39/+106
2025-03-11enic: Move function from header file to c fileSatish Kharat2-81/+84
2025-02-26enic: add dependency on Page PoolJohn Daley1-0/+1
2025-02-07enic: remove copybreak tunableJohn Daley3-43/+0
2025-02-07enic: Use the Page Pool API for RXJohn Daley4-61/+71
2025-02-07enic: Simplify RX handler functionJohn Daley1-69/+93
2025-02-07enic: 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-19Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook1-1/+1
2024-11-16enic: Move kdump check into enic_adjust_resources()Nelson Escobar1-16/+9
2024-11-16enic: Move enic resource adjustments to separate functionNelson Escobar1-57/+70
2024-11-16enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar1-59/+57
2024-11-16enic: Allocate arrays in enic struct based on VIC configNelson Escobar2-21/+87
2024-11-16enic: Save resource counts we read from HWNelson Escobar3-9/+18
2024-11-16enic: Make MSI-X I/O interrupts come after the other required onesNelson Escobar2-9/+22
2024-11-16enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar4-73/+81
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+1
2024-09-14enic: Report some per queue statistics in ethtoolNelson Escobar1-2/+81
2024-09-14enic: Report per queue statistics in netdev qstatsNelson Escobar1-0/+56
2024-09-14enic: Collect per queue statisticsNelson Escobar2-18/+121
2024-09-14enic: Use macro instead of static const variables for array sizesNelson Escobar1-10/+13
2024-09-10enic: Remove setting of RX software timestampGal Pressman1-3/+1