aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
AgeCommit message (Expand)Author
2023-07-27sfc: fix crash when reading stats while NIC is resettingEdward Cree
2023-04-05sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet
2022-10-30sfc: Change VF mac via PF as first preference if available.Jonathan Cooper
2022-07-21sfc: fix kernel panic when creating VFÍñigo Huguet
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
2021-05-14sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree
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
2020-05-11sfc: make filter table probe caller responsible for adding VLANsEdward Cree
2020-05-11sfc: rework handling of (firmware) multicast chaining stateEdward Cree
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree
2020-05-11sfc: make capability checking a nic_type functionTom Zhao
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-27sfc: move mcdi filtering codeAlex Maftei (amaftei)
2020-01-27sfc: create header for mcdi filtering codeAlex Maftei (amaftei)
2020-01-27sfc: rename mcdi filtering functions/structsAlex Maftei (amaftei)
2020-01-10sfc: remove duplicated include from ef10.cYueHaibing
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)
2020-01-10sfc: move various functionsAlex Maftei (amaftei)
2020-01-09sfc: move MCDI receive queue management codeAlex Maftei (amaftei)
2020-01-09sfc: move MCDI transmit queue management codeAlex Maftei (amaftei)