summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)AuthorFilesLines
11 daysnet: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-22/+39
2024-06-26ionic: use dev_consume_skb_any outside of napiShannon Nelson3-13/+21
2024-06-21ionic: fix kernel panic due to multi-buffer handlingTaehee Yoo1-9/+18
2024-06-20ionic: Only run the doorbell workaround for certain asic_typeBrett Creeley6-17/+42
2024-06-20ionic: Use an u16 for rx_copybreakBrett Creeley2-4/+13
2024-06-20ionic: check for queue deadline in doorbell_napi_workShannon Nelson1-1/+8
2024-06-20ionic: add per-queue napi_schedule for doorbell checkShannon Nelson4-2/+25
2024-06-20ionic: add work item for missed-doorbell checkShannon Nelson5-1/+73
2024-06-20ionic: add private workqueue per-deviceShannon Nelson5-13/+27
2024-06-20ionic: Keep interrupt affinity up to dateBrett Creeley3-9/+81
2024-06-20ionic: remove missed doorbell per-queue timerShannon Nelson4-49/+15
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-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-06-06ionic: advertise 52-bit addressing limitation for MSI-XDavid Christensen1-0/+5
2024-06-05ionic: fix kernel panic in XDP_TX actionTaehee Yoo1-0/+1
2024-05-31ionic: fix up ionic_if.h kernel-doc issuesShannon Nelson1-56/+181
2024-05-31ionic: only sync frag_len in first buffer of xdpShannon Nelson1-1/+1
2024-05-31ionic: Use netdev_name() function instead of netdev->nameBrett Creeley2-3/+3
2024-05-31ionic: Mark error paths in the data path as unlikelyBrett Creeley1-10/+10
2024-05-31ionic: Pass ionic_txq_desc to ionic_tx_tso_postBrett Creeley1-6/+4
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: keep stats struct local to error handlingShannon Nelson1-22/+8
2024-03-08ionic: better dma-map error handlingShannon Nelson1-18/+14
2024-03-08ionic: remove unnecessary NULL testShannon Nelson1-6/+0
2024-03-08ionic: rearrange ionic_queue for better layoutShannon Nelson1-2/+2
2024-03-08ionic: rearrange ionic_qcqShannon Nelson1-4/+4
2024-03-08ionic: carry idev in ionic_cq structShannon Nelson3-19/+6
2024-03-08ionic: refactor skb buildingShannon Nelson1-53/+65
2024-03-08ionic: fold adminq clean into service routineShannon Nelson1-21/+11
2024-03-08ionic: use specialized desc info structsShannon Nelson5-86/+111
2024-03-08ionic: remove the cq_info to save more memoryShannon Nelson7-89/+38
2024-03-08ionic: remove callback pointer from desc_infoShannon Nelson5-91/+57
2024-03-08ionic: move adminq-notifyq handling to main fileShannon Nelson3-65/+67
2024-03-08ionic: drop q mappingShannon Nelson3-35/+10
2024-03-08ionic: remove desc, sg_desc and cmb_desc from desc_infoShannon Nelson4-60/+45
2024-03-04ionic: change MODULE_AUTHOR to person nameShannon Nelson1-1/+1
2024-03-04ionic: Clean RCT ordering issuesBrett Creeley2-3/+4
2024-03-04ionic: Use CQE profile for dimBrett Creeley1-4/+9
2024-03-04ionic: change the hwstamp likely checkBrett Creeley2-6/+6
2024-03-04ionic: reduce the use of netdevShannon Nelson1-10/+8
2024-03-04ionic: Pass local netdev instead of referencing structBrett Creeley1-30/+36
2024-03-04ionic: Check stop no restartBrett Creeley1-2/+7
2024-03-04ionic: Clean up BQL logicBrett Creeley1-15/+21
2024-03-04ionic: Make use napi_consume_skbBrett Creeley1-1/+1
2024-03-04ionic: Shorten a Tx hotpathBrett Creeley1-5/+10
2024-03-04ionic: Change default number of descriptors for Tx and RxBrett Creeley1-1/+1