summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cisco
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-29enic: add ethtool get_channel supportJon Kohler1-0/+23
2024-05-27enic: Validate length of nl attributes in enic_set_vf_portRoded Zats1-0/+12
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-25enic: Replace hardcoded values for vnic descriptor by definesSatish Kharat2-12/+13
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-02-19enic: Avoid false positive under FORTIFY_SOURCEKees Cook1-1/+2
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet1-1/+1
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-12/+13
2022-10-19enic: define constants for legacy interrupts offsetGovindarajulu Varadarajan2-23/+11
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-4/+5
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds32-475/+41
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner32-475/+41
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2022-01-02enic: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-1/+1