summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-07-27ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2023-07-23sfc: fix crash when reading stats while NIC is resettingEdward Cree
2023-06-14sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)
2023-05-17sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton
2023-04-26sfc: Fix use-after-free due to selftest_workDing Hui
2023-04-26sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper
2023-04-05sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet
2023-02-09sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet
2022-12-02sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong
2022-10-29sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren
2022-10-29sfc: Change VF mac via PF as first preference if available.Jonathan Cooper
2022-09-28sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet
2022-09-28sfc: fix TX channel offset when using legacy interruptsÍñigo Huguet
2022-08-03sfc: disable softirqs for ptp TXAlejandro Lucero
2022-07-21sfc: fix kernel panic when creating VFÍñigo Huguet
2022-07-21sfc: fix use after free when disabling sriovÍñigo Huguet
2022-06-14sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet
2022-06-14sfc: fix considering that all channels have TX queuesMartin Habets
2022-06-09sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai
2022-05-18net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo
2022-05-18net: sfc: fix memory leak due to ptp channelTaehee Yoo
2022-05-18sfc: Use swap() instead of open coding itJiapeng Chong
2022-04-13net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo
2022-04-13sfc: Do not free an empty page_ringMartin Habets
2022-04-13net: sfc: add missing xdp queue reinitializationTaehee Yoo
2022-03-19sfc: extend the locking on mcdi->seqnoNiels Dossche
2022-01-11sfc: The RX page_ring is optionalMartin Habets
2021-12-29sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-29sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-22sfc_ef100: potential dereference of null pointerJiasheng Jiang
2021-11-06sfc: Fix reading non-legacy supported link modesErik Ekman
2021-10-21sfc: Don't use netif_info before net_device setupErik Ekman
2021-10-21sfc: Export fibre-specific supported link modesErik Ekman
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-09sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet
2021-09-09sfc: fallback for lack of xdp tx queuesÍñigo Huguet
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-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-13sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet