summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/falcon
AgeCommit message (Expand)Author
2021-12-22sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang
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
2019-07-24sfc-falcon: Use dev_get_drvdata where possibleChuhong Yuan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-28sfc-falcon: remove ndo_poll_controllerEric Dumazet
2018-08-07net: sfc: falcon: mark expected switch fall-throughGustavo A. R. Silva
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-05-28x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2018-02-26sfc: falcon: remove duplicated bit-wise or of LOOPBACK_SGMIIColin Ian King
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel