aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/falcon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-59/+20
|\
| * sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-51/+14
| * sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-241-16/+14
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* | Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"David S. Miller2021-08-231-14/+16
* | Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"David S. Miller2021-08-231-14/+51
* | sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-221-51/+14
* | sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-221-16/+14
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing2021-05-232-7/+7
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-1/+1
|\
| * PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-1/+1
* | sfc-falcon: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
|/
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-252-1/+3
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-251-18/+11
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-8/+8
* PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* sfc: falcon: convert to use i2c_new_client_device()Wolfram Sang2020-03-261-3/+3
* net: sfc: reject unsupported coalescing paramsJakub Kicinski2020-03-171-3/+3
* sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\
| * netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* sfc: falcon: don't score irq moderation points for GROEdward Cree2019-08-081-4/+1
* net: sfc: falcon: convert to i2c_new_dummy_deviceWolfram Sang2019-07-251-7/+7
* sfc-falcon: Use dev_get_drvdata where possibleChuhong Yuan2019-07-242-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1927-108/+27
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+2
|\
| * drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal2019-04-011-2/+2
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-8/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-8/+0
* | sfc-falcon: remove ndo_poll_controllerEric Dumazet2018-09-281-26/+0
|/
* net: sfc: falcon: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2018-05-281-3/+2
* Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2018-04-061-10/+1
|\
| * mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-10/+1
* | sfc: falcon: remove duplicated bit-wise or of LOOPBACK_SGMIIColin Ian King2018-02-261-1/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-156-13/+14
|\ \ | |/ |/|
| * net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
| |\
| * | net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook2017-10-255-12/+13
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \ \ | | |/ | |/|