summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/falcon
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-21/+20
2026-01-23net: sfc: falcon: convert to use .get_rx_ring_countBreno Leitao-4/+8
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+0
2025-08-14sfc: replace min/max nesting with clamp()Xichao Zhao-3/+2
2025-08-13PCI/ERR: Remove remnants of .link_reset() callbackLukas Wunner-3/+0
2025-07-11sfc: falcon: refactor and document ef4_ethtool_get_rxfh_fieldsEdward Cree-4/+8
2025-06-21eth: sfc: falcon: migrate to new RXFH callbacksJakub Kicinski-23/+28
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-11-09net: sfc: use ethtool string helpersRosen Penev-29/+20
2024-11-05sfc: Remove falcon deadcodeDr. David Alan Gilbert-58/+0
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-07-13sfc: falcon: Make I2C terminology more inclusiveEaswar Hariharan-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
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/+14
2023-08-22sfc: allocate a big enough SKB for loopback selftest packetEdward Cree-1/+1
2023-07-31sfc: fix field-spanning memcpy in selftestEdward Cree-10/+13
2023-06-26sfc: falcon: use padding to fix alignment in loopback testEdward Cree-19/+28
2023-03-08sfc: falcon: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-9/+0
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-8/+8
2022-07-26sfc/falcon: fix repeated words in commentswangjianli-1/+1
2022-07-06sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET-4/+2
2022-06-27sfc:falcon: fix repeated words in commentsJilin Yuan-1/+1
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck-1/+2
2022-05-13eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski-7/+1
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski-2/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski-1/+1
2022-04-07sfc: Stop using iommu_present()Robin Murphy-1/+3
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+5
2022-01-04sfc: The RX page_ring is optionalMartin Habets-0/+5
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2021-12-22sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang-1/+4
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-4/+10
2021-11-05sfc: use swap() to make code cleanerYang Guang-6/+2
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-3/+3
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-59/+20
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit-51/+14
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit-16/+14
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-08-23Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"David S. Miller-14/+16
2021-08-23Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller-14/+51
2021-08-22sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit-51/+14
2021-08-22sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit-16/+14