summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: use swap() to make code cleanerYang Guang2021-11-051-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-223-14/+29
|\
| * sfc: Don't use netif_info before net_device setupErik Ekman2021-10-212-3/+3
| * sfc: Export fibre-specific supported link modesErik Ekman2021-10-211-11/+26
* | sfc: Fix reading non-legacy supported link modesErik Ekman2021-10-181-8/+2
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-146-9/+9
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-024-7/+7
* | ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
|/
* Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-163-40/+103
|\
| * sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet2021-09-093-40/+58
| * sfc: fallback for lack of xdp tx queuesÍñigo Huguet2021-09-093-19/+64
* | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-072-117/+40
|\ \ | |/ |/|
| * 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
| * sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-51/+14
| * sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-201-15/+14
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-242-4/+12
* | 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
* | ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-1/+1
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* | sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet2021-07-131-0/+4
* | sfc: ensure correct number of XDP queuesÍñigo Huguet2021-07-131-7/+8
* | sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet2021-07-131-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-292-20/+19
|\
| * sfc: avoid duplicated code in ef10_sriovÍñigo Huguet2021-06-221-3/+1
| * sfc: explain that "attached" VFs only refer to XenÍñigo Huguet2021-06-222-4/+6
| * sfc: error code if SRIOV cannot be disabledÍñigo Huguet2021-06-221-4/+11
| * sfc: avoid double pci_remove of VFsÍñigo Huguet2021-06-221-9/+1
* | sfc: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-7/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-0/+1
|\|
| * net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet2021-05-211-0/+1
* | sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing2021-05-232-7/+7
* | sfc: use DEVICE_ATTR_*() macroYueHaibing2021-05-233-17/+18
* | sfc: farch: fix compile warning in efx_farch_dimension_resources()Yang Yingliang2021-05-211-6/+7
* | sfc: don't use netif_info et al before net_device is registeredHeiner Kallweit2021-05-141-8/+5
|/
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-052-2/+2
|\
| * PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-302-2/+2
* | sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin2021-04-271-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-262-10/+9
|\ \
| * | sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree2021-04-201-2/+1
| * | sfc: farch: fix TX queue lookup in TX event handlingEdward Cree2021-04-201-4/+4
| * | sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree2021-04-201-4/+4
| |/
* | sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski2021-04-153-0/+30
* | sfc: Remove duplicate argumentWan Jiabing2021-04-141-1/+0
* | sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET2021-04-051-7/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-14/+1
|\ \
| * | bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-14/+1
| |/