aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-12-15ionic: Fix netdev notifier unregister on failureBrett Creeley1-2/+2
2024-12-15ionic: remove the unused nb_workBrett Creeley1-7/+0
2024-12-12ionic: Use VLAN_ETH_HLEN when possibleBrett Creeley1-1/+1
2024-09-09ionic: Allow XDP program to be hot swappedBrett Creeley1-4/+8
2024-09-09ionic: convert Rx queue buffers to use page_poolShannon Nelson1-19/+61
2024-09-09ionic: Fully reconfigure queues when going to/from a NULL XDP programBrett Creeley1-3/+8
2024-09-09ionic: always use rxq_infoShannon Nelson1-36/+15
2024-09-09ionic: 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-25ionic: use dev_consume_skb_any outside of napiShannon Nelson1-1/+1
2024-06-19ionic: Only run the doorbell workaround for certain asic_typeBrett Creeley1-8/+13
2024-06-19ionic: add per-queue napi_schedule for doorbell checkShannon Nelson1-0/+2
2024-06-19ionic: add work item for missed-doorbell checkShannon Nelson1-0/+2
2024-06-19ionic: add private workqueue per-deviceShannon Nelson1-7/+7
2024-06-19ionic: Keep interrupt affinity up to dateBrett Creeley1-7/+78
2024-06-19ionic: 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-30ionic: Use netdev_name() function instead of netdev->nameBrett Creeley1-2/+2
2024-05-30ionic: Reset LIF device while restarting LIFShannon Nelson1-0/+1
2024-05-30ionic: fix potential irq name truncationShannon Nelson1-1/+1
2024-05-07net: 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-02-29Merge 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2023-12-05ionic: Don't check null when calling vfree()Brett Creeley1-8/+4
2023-12-05ionic: set ionic ptr before setting up ethtool opsShannon Nelson1-1/+1
2023-12-05ionic: Use cached VF attributesBrett Creeley1-83/+10
2023-12-05ionic: 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-10Merge 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