summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree2022-07-291-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-0/+3
|\
| * sfc: fix kernel panic when creating VFÍñigo Huguet2022-07-141-0/+3
* | sfc: Encapsulate access to netdev_priv()Jonathan Cooper2022-06-291-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+5
|\
| * net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo2022-05-121-0/+5
* | sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai2022-04-111-1/+1
|/
* sfc: The size of the RX recycle ring should be more flexibleMartin Habets2022-02-011-0/+26
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+2
|\
| * sfc: explain that "attached" VFs only refer to XenÍñigo Huguet2021-06-221-1/+2
* | sfc: use DEVICE_ATTR_*() macroYueHaibing2021-05-231-9/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-2/+1
|\
| * sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree2021-04-201-2/+1
* | sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski2021-04-151-0/+17
|/
* net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior2020-09-291-1/+1
* net: sfc: Replace in_interrupt() usageEdward Cree2020-09-291-9/+13
* sfc: advertise encapsulated offloads on EF10Edward Cree2020-09-111-0/+16
* sfc: implement encapsulated TSO on EF10Edward Cree2020-09-111-14/+41
* sfc: de-indirect TSO handlingEdward Cree2020-09-111-21/+14
* sfc: create inner-csum queues on EF10 if supportedEdward Cree2020-09-111-7/+16
* sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-111-2/+2
* sfc: decouple TXQ type from labelEdward Cree2020-09-111-2/+3
* sfc: add and use efx_tx_send_pending in tx.cEdward Cree2020-09-051-1/+1
* sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree2020-08-311-2/+0
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-0/+7
* sfc: convert to new udp_tunnel infrastructureJakub Kicinski2020-07-231-102/+60
* sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree2020-07-021-2/+0
* sfc: commonise efx_fini_dmaqEdward Cree2020-07-021-40/+2
* sfc: assign TXQs without gapsEdward Cree2020-07-021-1/+1
* sfc: make tx_queues_per_channel variable at runtimeEdward Cree2020-07-021-6/+7
* sfc: remove max_interrupt_modeEdward Cree2020-07-021-2/+0
* sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree2020-07-021-9/+6
* sfc: commonise initialisation of efx->vport_idEdward Cree2020-06-301-2/+0
* sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree2020-06-301-0/+1
* sfc: commonise drain event handlingEdward Cree2020-06-291-8/+0
* sfc: split up nic.hEdward Cree2020-06-291-4/+2
* sfc: refactor EF10 stats handlingEdward Cree2020-06-291-34/+34
* sfc: don't try to create more channels than we can have VIsEdward Cree2020-06-291-4/+14
* sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge2020-06-011-0/+1
* sfc: avoid an unused-variable warningArnd Bergmann2020-05-281-1/+1
* sfc: make firmware-variant printing a nic_type functionEdward Cree2020-05-111-0/+15
* sfc: make filter table probe caller responsible for adding VLANsEdward Cree2020-05-111-0/+10
* sfc: rework handling of (firmware) multicast chaining stateEdward Cree2020-05-111-66/+75
* sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree2020-05-111-8/+6
* sfc: make capability checking a nic_type functionTom Zhao2020-05-111-0/+18
* sfc: move vport_id to struct efx_nicEdward Cree2020-05-111-8/+8
* sfc: complete the next packet when we receive a timestampTom Zhao2020-03-051-15/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-2731/+89
|\
| * sfc: move mcdi filtering codeAlex Maftei (amaftei)2020-01-271-2245/+0