aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior1-1/+1
2020-09-29net: sfc: Replace in_interrupt() usageEdward Cree1-9/+13
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree1-0/+16
2020-09-11sfc: implement encapsulated TSO on EF10Edward Cree1-14/+41
2020-09-11sfc: de-indirect TSO handlingEdward Cree1-21/+14
2020-09-11sfc: create inner-csum queues on EF10 if supportedEdward Cree1-7/+16
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree1-2/+2
2020-09-11sfc: decouple TXQ type from labelEdward Cree1-2/+3
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree1-1/+1
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree1-2/+0
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+7
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski1-102/+60
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree1-2/+0
2020-07-02sfc: commonise efx_fini_dmaqEdward Cree1-40/+2
2020-07-02sfc: assign TXQs without gapsEdward Cree1-1/+1
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree1-6/+7
2020-07-02sfc: remove max_interrupt_modeEdward Cree1-2/+0
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree1-9/+6
2020-06-30sfc: commonise initialisation of efx->vport_idEdward Cree1-2/+0
2020-06-30sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree1-0/+1
2020-06-29sfc: commonise drain event handlingEdward Cree1-8/+0
2020-06-29sfc: split up nic.hEdward Cree1-4/+2
2020-06-29sfc: refactor EF10 stats handlingEdward Cree1-34/+34
2020-06-29sfc: don't try to create more channels than we can have VIsEdward Cree1-4/+14
2020-06-01sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge1-0/+1
2020-05-28sfc: avoid an unused-variable warningArnd Bergmann1-1/+1
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree1-0/+15
2020-05-11sfc: make filter table probe caller responsible for adding VLANsEdward Cree1-0/+10
2020-05-11sfc: rework handling of (firmware) multicast chaining stateEdward Cree1-66/+75
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree1-8/+6
2020-05-11sfc: make capability checking a nic_type functionTom Zhao1-0/+18
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree1-8/+8
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao1-15/+17
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2731/+89
2020-01-27sfc: move mcdi filtering codeAlex Maftei (amaftei)1-2245/+0
2020-01-27sfc: create header for mcdi filtering codeAlex Maftei (amaftei)1-139/+52
2020-01-27sfc: rename mcdi filtering functions/structsAlex Maftei (amaftei)1-276/+282
2020-01-10sfc: remove duplicated include from ef10.cYueHaibing1-1/+0
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)1-14/+14
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)1-19/+1
2020-01-10sfc: move various functionsAlex Maftei (amaftei)1-18/+3
2020-01-09sfc: move MCDI receive queue management codeAlex Maftei (amaftei)1-92/+7
2020-01-09sfc: move MCDI transmit queue management codeAlex Maftei (amaftei)1-85/+9
2020-01-09sfc: move MCDI event queue management codeAlex Maftei (amaftei)1-104/+13
2020-01-09sfc: move MCDI VI alloc/free codeAlex Maftei (amaftei)1-39/+6
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)1-0/+1
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-0/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-11-22sfc: suppress MCDI errors from ARFSEdward Cree1-2/+6
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan1-5/+9