summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2022-10-29sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2-6/+7
2022-10-29sfc: Change VF mac via PF as first preference if available.Jonathan Cooper1-34/+24
2022-09-28sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet1-1/+1
2022-09-28sfc: fix TX channel offset when using legacy interruptsÍñigo Huguet1-1/+1
2022-08-03sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-07-21sfc: fix kernel panic when creating VFÍñigo Huguet1-0/+3
2022-07-21sfc: fix use after free when disabling sriovÍñigo Huguet1-3/+7
2022-06-14sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet1-4/+2
2022-06-14sfc: fix considering that all channels have TX queuesMartin Habets1-1/+1
2022-06-09sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2022-05-18net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo1-0/+5
2022-05-18net: sfc: fix memory leak due to ptp channelTaehee Yoo3-2/+20
2022-05-18sfc: Use swap() instead of open coding itJiapeng Chong1-10/+4
2022-04-13net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo3-1/+6
2022-04-13sfc: Do not free an empty page_ringMartin Habets1-0/+3
2022-04-13net: sfc: add missing xdp queue reinitializationTaehee Yoo1-65/+81
2022-03-19sfc: extend the locking on mcdi->seqnoNiels Dossche1-1/+1
2022-01-11sfc: The RX page_ring is optionalMartin Habets2-0/+10
2021-12-29sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-12-29sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-12-22sfc_ef100: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-11-06sfc: Fix reading non-legacy supported link modesErik Ekman1-8/+2
2021-10-21sfc: Don't use netif_info before net_device setupErik Ekman2-3/+3
2021-10-21sfc: Export fibre-specific supported link modesErik Ekman1-11/+26
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-40/+103
2021-09-09sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet3-40/+58
2021-09-09sfc: fallback for lack of xdp tx queuesÍñigo Huguet3-19/+64
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-117/+40
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 Mo2-4/+12
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-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit1-15/+14
2021-08-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-2/+2
2021-07-13sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet1-0/+4
2021-07-13sfc: ensure correct number of XDP queuesÍñigo Huguet1-7/+8
2021-07-13sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet1-1/+2
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-20/+19
2021-06-24sfc: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-7/+2
2021-06-22sfc: avoid duplicated code in ef10_sriovÍñigo Huguet1-3/+1
2021-06-22sfc: explain that "attached" VFs only refer to XenÍñigo Huguet2-4/+6
2021-06-22sfc: error code if SRIOV cannot be disabledÍñigo Huguet1-4/+11
2021-06-22sfc: avoid double pci_remove of VFsÍñigo Huguet1-9/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-05-24sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing2-7/+7