summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cisco
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-16/+16
2026-01-10net: enic: convert to use .get_rx_ring_countBreno Leitao-3/+8
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-2/+2
2025-07-01enic: fix incorrect MTU comparison in enic_change_mtu()Alok Tiwari-2/+2
2025-06-16eth: cisco: migrate to new RXFH callbacksJakub Kicinski-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-05-21net/enic: Allow at least 8 RQs to always be usedNelson Escobar-1/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-03-11enic: get max rq & wq entries supported by hw, 16K queuesSatish Kharat-24/+39
2025-03-11enic: cleanup of enic wq request completion pathSatish Kharat-61/+52
2025-03-11enic: added enic_wq.c and enic_wq.hSatish Kharat-117/+138
2025-03-11enic: remove unused function cq_enet_wq_desc_decSatish Kharat-7/+0
2025-03-11enic: enable rq extended cq supportSatish Kharat-29/+150
2025-03-11enic: enic rq extended cq definesSatish Kharat-0/+75
2025-03-11enic: enic rq code reorgSatish Kharat-39/+106
2025-03-11enic: Move function from header file to c fileSatish Kharat-81/+84
2025-02-25enic: add dependency on Page PoolJohn Daley-0/+1
2025-02-06enic: remove copybreak tunableJohn Daley-43/+0
2025-02-06enic: Use the Page Pool API for RXJohn Daley-61/+71
2025-02-06enic: Simplify RX handler functionJohn Daley-69/+93
2025-02-06enic: Move RX functions to their own fileJohn Daley-238/+254
2025-01-09enic: Fix typo in comment in table indexed by link speedJohn Daley-1/+1
2025-01-09enic: Obtain the Link speed only after the link comes upJohn Daley-1/+1
2025-01-09enic: Move RX coalescing set functionJohn Daley-30/+30
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook-1/+1
2024-11-15enic: Move kdump check into enic_adjust_resources()Nelson Escobar-16/+9
2024-11-15enic: Move enic resource adjustments to separate functionNelson Escobar-57/+70
2024-11-15enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar-59/+57
2024-11-15enic: Allocate arrays in enic struct based on VIC configNelson Escobar-21/+87
2024-11-15enic: Save resource counts we read from HWNelson Escobar-9/+18
2024-11-15enic: Make MSI-X I/O interrupts come after the other required onesNelson Escobar-9/+22
2024-11-15enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar-73/+81
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-1/+1
2024-09-13enic: Report some per queue statistics in ethtoolNelson Escobar-2/+81
2024-09-13enic: Report per queue statistics in netdev qstatsNelson Escobar-0/+56
2024-09-13enic: Collect per queue statisticsNelson Escobar-18/+121
2024-09-13enic: Use macro instead of static const variables for array sizesNelson Escobar-10/+13
2024-09-09enic: Remove setting of RX software timestampGal Pressman-3/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-06-28enic: add ethtool get_channel supportJon Kohler-0/+23
2024-05-27enic: Validate length of nl attributes in enic_set_vf_portRoded Zats-0/+12
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-04-25enic: Replace hardcoded values for vnic descriptor by definesSatish Kharat-12/+13
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2024-02-19enic: Avoid false positive under FORTIFY_SOURCEKees Cook-1/+2
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet-1/+1
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-12/+13