summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/falcon
AgeCommit message (Expand)Author
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-08-22sfc: allocate a big enough SKB for loopback selftest packetEdward Cree
2023-07-31sfc: fix field-spanning memcpy in selftestEdward Cree
2023-06-26sfc: falcon: use padding to fix alignment in loopback testEdward Cree
2023-03-08sfc: falcon: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-26sfc/falcon: fix repeated words in commentswangjianli
2022-07-06sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-06-27sfc:falcon: fix repeated words in commentsJilin Yuan
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-13eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-07sfc: Stop using iommu_present()Robin Murphy
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-04sfc: The RX page_ring is optionalMartin Habets
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-22sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-05sfc: use swap() to make code cleanerYang Guang
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"David S. Miller
2021-08-23Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller
2021-08-22sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-22sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-23sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit
2021-03-24sfc-falcon: Fix a typoBhaskar Chowdhury
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-03-26sfc: falcon: convert to use i2c_new_client_device()Wolfram Sang
2020-03-17net: sfc: reject unsupported coalescing paramsJakub Kicinski
2020-02-26sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-08-08sfc: falcon: don't score irq moderation points for GROEdward Cree
2019-07-25net: sfc: falcon: convert to i2c_new_dummy_deviceWolfram Sang