summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/falcon
Commit message (Expand)AuthorAgeFilesLines
* sfc/falcon: fix repeated words in commentswangjianli2022-07-261-1/+1
* sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-4/+2
* sfc:falcon: fix repeated words in commentsJilin Yuan2022-06-271-1/+1
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+2
* eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski2022-05-131-7/+1
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-2/+2
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* sfc: Stop using iommu_present()Robin Murphy2022-04-071-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-0/+5
|\
| * sfc: The RX page_ring is optionalMartin Habets2022-01-041-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+4
|\|
| * sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang2021-12-221-1/+4
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-1/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-4/+10
|/
* sfc: use swap() to make code cleanerYang Guang2021-11-051-6/+2
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-3/+3
* 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