aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-15sfc: Change VF mac via PF as first preference if available.Jonathan Cooper1-34/+24
2022-09-23sfc: correct filter_table_remove method for EF10 PFsAndy Moreton1-1/+1
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree1-11/+15
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-07-14sfc: fix kernel panic when creating VFÍñigo Huguet1-0/+3
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper1-2/+2
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-05-12net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo1-0/+5
2022-04-11sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2022-02-01sfc: The size of the RX recycle ring should be more flexibleMartin Habets1-0/+26
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-2/+2
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-06-22sfc: explain that "attached" VFs only refer to XenÍñigo Huguet1-1/+2
2021-05-23sfc: use DEVICE_ATTR_*() macroYueHaibing1-9/+8
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2021-04-20sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree1-2/+1
2021-04-15sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski1-0/+17
2020-09-29net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior1-1/+1
2020-09-29net: sfc: Replace in_interrupt() usageEdward Cree1-9/+13
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree1-0/+16
2020-09-11sfc: implement encapsulated TSO on EF10Edward Cree1-14/+41
2020-09-11sfc: de-indirect TSO handlingEdward Cree1-21/+14
2020-09-11sfc: create inner-csum queues on EF10 if supportedEdward Cree1-7/+16
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree1-2/+2
2020-09-11sfc: decouple TXQ type from labelEdward Cree1-2/+3
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree1-1/+1
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree1-2/+0
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+7
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski1-102/+60
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree1-2/+0
2020-07-02sfc: commonise efx_fini_dmaqEdward Cree1-40/+2
2020-07-02sfc: assign TXQs without gapsEdward Cree1-1/+1
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree1-6/+7
2020-07-02sfc: remove max_interrupt_modeEdward Cree1-2/+0
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree1-9/+6
2020-06-30sfc: commonise initialisation of efx->vport_idEdward Cree1-2/+0
2020-06-30sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree1-0/+1
2020-06-29sfc: commonise drain event handlingEdward Cree1-8/+0
2020-06-29sfc: split up nic.hEdward Cree1-4/+2
2020-06-29sfc: refactor EF10 stats handlingEdward Cree1-34/+34
2020-06-29sfc: don't try to create more channels than we can have VIsEdward Cree1-4/+14
2020-06-01sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge1-0/+1
2020-05-28sfc: avoid an unused-variable warningArnd Bergmann1-1/+1
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree1-0/+15
2020-05-11sfc: make filter table probe caller responsible for adding VLANsEdward Cree1-0/+10
2020-05-11sfc: rework handling of (firmware) multicast chaining stateEdward Cree1-66/+75
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree1-8/+6
2020-05-11sfc: make capability checking a nic_type functionTom Zhao1-0/+18
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree1-8/+8
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao1-15/+17