aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef10.c
AgeCommit message (Expand)Author
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
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)