aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/falcon (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang4-8/+8
2022-07-26sfc/falcon: fix repeated words in commentswangjianli1-1/+1
2022-07-06sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-06-27sfc:falcon: fix repeated words in commentsJilin Yuan1-1/+1
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+2
2022-05-13eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski1-7/+1
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-2/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-04-07sfc: Stop using iommu_present()Robin Murphy1-1/+3
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-01-04sfc: The RX page_ring is optionalMartin Habets1-0/+5
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2021-12-22sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-4/+10
2021-11-05sfc: use swap() to make code cleanerYang Guang1-6/+2
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-3/+3
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-59/+20
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit1-16/+14
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-23Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"David S. Miller1-14/+16
2021-08-23Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller1-14/+51
2021-08-22sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-22sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit1-16/+14
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-23sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing2-7/+7
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-1/+1
2021-03-24sfc-falcon: Fix a typoBhaskar Chowdhury1-1/+1
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2-1/+3
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-18/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-8/+8
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-03-26sfc: falcon: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-17net: sfc: reject unsupported coalescing paramsJakub Kicinski1-3/+3
2020-02-26sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-08-08sfc: falcon: don't score irq moderation points for GROEdward Cree1-4/+1
2019-07-25net: sfc: falcon: convert to i2c_new_dummy_deviceWolfram Sang1-7/+7
2019-07-24sfc-falcon: Use dev_get_drvdata where possibleChuhong Yuan2-5/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner27-108/+27
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2019-04-01drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal1-2/+2