Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-15sfc: Change VF mac via PF as first preference if available.Jonathan Cooper
2022-09-24sfc: correct filter_table_remove method for EF10 PFsAndy Moreton
2022-07-30sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree
2022-07-15Merge 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-13Merge 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-12sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai
2022-02-02sfc: 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-30Merge 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-24sfc: use DEVICE_ATTR_*() macroYueHaibing
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-21sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree
2021-04-16sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski
2020-09-30net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior
2020-09-30net: sfc: Replace in_interrupt() usageEdward Cree
2020-09-12sfc: advertise encapsulated offloads on EF10Edward Cree
2020-09-12sfc: implement encapsulated TSO on EF10Edward Cree
2020-09-12sfc: de-indirect TSO handlingEdward Cree
2020-09-12sfc: create inner-csum queues on EF10 if supportedEdward Cree
2020-09-12sfc: define inner/outer csum offload TXQ typesEdward Cree
2020-09-12sfc: 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-03sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree
2020-07-03sfc: commonise efx_fini_dmaqEdward Cree
2020-07-03sfc: assign TXQs without gapsEdward Cree
2020-07-03sfc: make tx_queues_per_channel variable at runtimeEdward Cree
2020-07-03sfc: remove max_interrupt_modeEdward Cree
2020-07-03sfc: 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-30sfc: commonise drain event handlingEdward Cree
2020-06-30sfc: split up nic.hEdward Cree
2020-06-30sfc: refactor EF10 stats handlingEdward Cree
2020-06-30sfc: don't try to create more channels than we can have VIsEdward Cree
2020-06-02sfc: 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-06sfc: complete the next packet when we receive a timestampTom Zhao