summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef10.c
AgeCommit message (Expand)Author
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin
2023-07-28sfc: Remove struct efx_special_bufferMartin Habets
2023-07-28sfc: Remove some NIC type indirections that are no longer neededMartin Habets
2023-06-26sfc: fix crash when reading stats while NIC is resettingEdward Cree
2023-06-17sfc: use budget for TX completionsÍñigo Huguet
2023-03-24sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet
2022-10-15sfc: Change VF mac via PF as first preference if available.Jonathan Cooper
2022-09-23sfc: correct filter_table_remove method for EF10 PFsAndy Moreton
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14sfc: fix kernel panic when creating VFÍñigo Huguet
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo
2022-04-11sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai
2022-02-01sfc: The size of the RX recycle ring should be more flexibleMartin Habets
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-22sfc: explain that "attached" VFs only refer to XenÍñigo Huguet
2021-05-23sfc: use DEVICE_ATTR_*() macroYueHaibing
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-20sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree
2021-04-15sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski
2020-09-29net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior
2020-09-29net: sfc: Replace in_interrupt() usageEdward Cree
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree
2020-09-11sfc: implement encapsulated TSO on EF10Edward Cree
2020-09-11sfc: de-indirect TSO handlingEdward Cree
2020-09-11sfc: create inner-csum queues on EF10 if supportedEdward Cree
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree
2020-09-11sfc: decouple TXQ type from labelEdward Cree
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree
2020-07-27sfc: skeleton EF100 PF driverEdward Cree
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree
2020-07-02sfc: commonise efx_fini_dmaqEdward Cree
2020-07-02sfc: assign TXQs without gapsEdward Cree
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree
2020-07-02sfc: remove max_interrupt_modeEdward Cree
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree
2020-06-30sfc: commonise initialisation of efx->vport_idEdward Cree
2020-06-30sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree
2020-06-29sfc: commonise drain event handlingEdward Cree
2020-06-29sfc: split up nic.hEdward Cree
2020-06-29sfc: refactor EF10 stats handlingEdward Cree
2020-06-29sfc: don't try to create more channels than we can have VIsEdward Cree
2020-06-01sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge
2020-05-28sfc: avoid an unused-variable warningArnd Bergmann
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree