summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+0
2025-11-26fm10k: extract GRXRINGS from .get_rxnfcBreno Leitao-14/+3
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-6/+0
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+1
2025-09-19net: intel: fm10k: Fix parameter idx set but not usedBrahmajit Das-6/+5
2025-08-18eth: intel: use vmalloc_array() to simplify codeQianfeng Rong-1/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann-1/+2
2025-06-16eth: fm10k: migrate to new RXFH callbacksJakub Kicinski-24/+10
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-01-07intel/fm10k: Remove unused fm10k_iov_msg_mac_vlan_pfDr. David Alan Gilbert-122/+0
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen-1/+0
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg-6/+4
2023-12-18intel: legacy: field get conversionJesse Brandeburg-7/+5
2023-12-18intel: legacy: field prep conversionJesse Brandeburg-2/+1
2023-12-18intel: add bit macro includes where neededJesse Brandeburg-0/+2
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-12/+14
2023-10-18fm10k: replace deprecated strncpy with strscpyJustin Stitt-4/+4
2023-03-08fm10k: Remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-01-30fm10k: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-5/+0
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+9
2022-11-23fm10k: Fix error handling in fm10k_init_module()Yuan Can-1/+9
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-4/+4
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+1
2022-06-30intel/fm10k:fix repeated words in commentsJilin Yuan-2/+2
2022-06-30fm10k: remove unexpected word "the"Jiang Jian-1/+1
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall-1/+1
2021-12-21fm10k: Fix syntax errors in commentsXiang wangx-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-2/+6
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-3/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-07-01fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET-0/+1
2021-05-26fm10k: move error checkJesse Brandeburg-5/+5
2021-03-23fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+2
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg-7/+7
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin-9/+4
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski-2/+0
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+1
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior-2/+0
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan-4/+1
2020-07-14fm10k: convert to new udp_tunnel_nic infraJakub Kicinski-159/+28
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher-12/+12
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher-7/+1
2020-03-12net: fm10k: reject unsupported coalescing paramsJakub Kicinski-0/+2
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva-3/+3
2020-01-17fm10k: use txqueue parameter in fm10k_tx_timeoutJacob Keller-7/+10