summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-10ionic: Allow XDP program to be hot swappedBrett Creeley1-4/+8
2024-09-10ionic: convert Rx queue buffers to use page_poolShannon Nelson1-19/+61
2024-09-10ionic: Fully reconfigure queues when going to/from a NULL XDP programBrett Creeley1-3/+8
2024-09-10ionic: always use rxq_infoShannon Nelson1-36/+15
2024-09-10ionic: use per-queue xdp_progShannon Nelson1-18/+19
2024-08-27ionic: Prevent tx_timeout due to frequent doorbell ringingBrett Creeley1-1/+1
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-06-26ionic: use dev_consume_skb_any outside of napiShannon Nelson1-1/+1
2024-06-20ionic: Only run the doorbell workaround for certain asic_typeBrett Creeley1-8/+13
2024-06-20ionic: add per-queue napi_schedule for doorbell checkShannon Nelson1-0/+2
2024-06-20ionic: add work item for missed-doorbell checkShannon Nelson1-0/+2
2024-06-20ionic: add private workqueue per-deviceShannon Nelson1-7/+7
2024-06-20ionic: Keep interrupt affinity up to dateBrett Creeley1-7/+78
2024-06-20ionic: remove missed doorbell per-queue timerShannon Nelson1-29/+7
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2024-06-13ionic: fix use after netif_napi_del()Taehee Yoo1-3/+1
2024-05-31ionic: Use netdev_name() function instead of netdev->nameBrett Creeley1-2/+2
2024-05-31ionic: Reset LIF device while restarting LIFShannon Nelson1-0/+1
2024-05-31ionic: fix potential irq name truncationShannon Nelson1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-2/+2
2024-03-08ionic: use specialized desc info structsShannon Nelson1-14/+27
2024-03-08ionic: remove the cq_info to save more memoryShannon Nelson1-26/+11
2024-03-08ionic: remove callback pointer from desc_infoShannon Nelson1-1/+1
2024-03-08ionic: move adminq-notifyq handling to main fileShannon Nelson1-65/+0
2024-03-08ionic: drop q mappingShannon Nelson1-14/+10
2024-03-04ionic: Use CQE profile for dimBrett Creeley1-4/+9
2024-03-04ionic: Rework Tx start/stop flowBrett Creeley1-2/+1
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2024-02-27ionic: restore netdev feature bits after resetShannon Nelson1-1/+4
2024-02-16ionic: implement xdp frags supportShannon Nelson1-3/+9
2024-02-16ionic: add ndo_xdp_xmitShannon Nelson1-1/+3
2024-02-16ionic: Add XDP_REDIRECT supportShannon Nelson1-1/+2
2024-02-16ionic: Add XDP_TX supportShannon Nelson1-0/+4
2024-02-16ionic: add initial framework for XDP supportShannon Nelson1-2/+173
2024-02-16ionic: set adminq irq affinityShannon Nelson1-1/+4
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson1-0/+3
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2023-12-06ionic: Don't check null when calling vfree()Brett Creeley1-8/+4
2023-12-06ionic: set ionic ptr before setting up ethtool opsShannon Nelson1-1/+1
2023-12-06ionic: Use cached VF attributesBrett Creeley1-83/+10
2023-12-06ionic: Fix dim work handling in split interrupt modeBrett Creeley1-8/+8
2023-09-20ionic: add a check for max SGs and SKB fragsShannon Nelson1-0/+12
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+16
2023-08-06ionic: Add missing err handling for queue reconfigNitya Sunkad1-7/+16
2023-07-24ionic: add FLR recovery supportShannon Nelson1-4/+4
2023-07-24ionic: pull out common bits from fw_upShannon Nelson1-22/+42
2023-07-07ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad1-5/+0
2023-06-27ionic: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-12ionic: add support for ethtool extended stat link_down_countNitya Sunkad1-0/+1
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson1-10/+151