summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2024-01-15sfc: fix a double-free bug in efx_probe_filtersZhipeng Lu1-1/+3
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-07-27sfc: fix crash when reading stats while NIC is resettingEdward Cree1-3/+10
2023-06-14sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)1-1/+2
2023-05-17sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton1-4/+7
2023-04-26sfc: Fix use-after-free due to selftest_workDing Hui2-1/+2
2023-04-26sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper6-31/+72
2023-04-05sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet2-22/+33
2023-02-15sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet1-1/+4
2022-12-02sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong1-0/+1
2022-10-30sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2-6/+7
2022-10-30sfc: 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-13sfc: Do not free an empty page_ringMartin Habets1-0/+3
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-18sfc: Don't use netif_info before net_device setupErik Ekman2-3/+3
2021-11-18sfc: Export fibre-specific supported link modesErik Ekman1-11/+26
2021-11-06sfc: Fix reading non-legacy supported link modesErik Ekman1-8/+2
2021-07-28sfc: ensure correct number of XDP queuesÍñigo Huguet1-5/+8
2021-07-19sfc: error code if SRIOV cannot be disabledÍñigo Huguet1-4/+11
2021-07-19sfc: avoid double pci_remove of VFsÍñigo Huguet1-9/+1
2021-06-16net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet1-0/+1
2021-05-14sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree1-2/+1
2021-05-11sfc: farch: fix TX queue lookup in TX event handlingEdward Cree1-4/+4
2021-05-11sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree1-4/+4
2020-10-21sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree2-1/+1
2020-09-30net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior1-1/+1
2020-09-30net: sfc: Replace in_interrupt() usageEdward Cree4-10/+26
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg4-2/+9
2020-09-26sfc: fix kdoc warningJesse Brandeburg2-1/+2
2020-09-26drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-18/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-09-21sfc: Fix error code in probeDan Carpenter1-0/+1
2020-09-12sfc: advertise encapsulated offloads on EF10Edward Cree4-0/+104
2020-09-12sfc: implement encapsulated TSO on EF10Edward Cree2-14/+46
2020-09-12sfc: de-indirect TSO handlingEdward Cree9-37/+46