summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
Commit message (Expand)AuthorAgeFilesLines
* ionic: Prevent tx_timeout due to frequent doorbell ringingBrett Creeley2024-08-272-2/+2
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-273-22/+39
|\
| * ionic: use dev_consume_skb_any outside of napiShannon Nelson2024-06-263-13/+21
| * ionic: fix kernel panic due to multi-buffer handlingTaehee Yoo2024-06-211-9/+18
* | ionic: Only run the doorbell workaround for certain asic_typeBrett Creeley2024-06-206-17/+42
* | ionic: Use an u16 for rx_copybreakBrett Creeley2024-06-202-4/+13
* | ionic: check for queue deadline in doorbell_napi_workShannon Nelson2024-06-201-1/+8
* | ionic: add per-queue napi_schedule for doorbell checkShannon Nelson2024-06-204-2/+25
* | ionic: add work item for missed-doorbell checkShannon Nelson2024-06-205-1/+73
* | ionic: add private workqueue per-deviceShannon Nelson2024-06-205-13/+27
* | ionic: Keep interrupt affinity up to dateBrett Creeley2024-06-203-9/+81
* | ionic: remove missed doorbell per-queue timerShannon Nelson2024-06-204-49/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-3/+1
|\|
| * ionic: fix use after netif_napi_del()Taehee Yoo2024-06-131-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-0/+1
|\|
| * ionic: fix kernel panic in XDP_TX actionTaehee Yoo2024-06-051-0/+1
* | ionic: advertise 52-bit addressing limitation for MSI-XDavid Christensen2024-06-061-0/+5
* | ionic: fix up ionic_if.h kernel-doc issuesShannon Nelson2024-05-311-56/+181
* | ionic: only sync frag_len in first buffer of xdpShannon Nelson2024-05-311-1/+1
* | ionic: Use netdev_name() function instead of netdev->nameBrett Creeley2024-05-312-3/+3
* | ionic: Mark error paths in the data path as unlikelyBrett Creeley2024-05-311-10/+10
* | ionic: Pass ionic_txq_desc to ionic_tx_tso_postBrett Creeley2024-05-311-6/+4
* | ionic: Reset LIF device while restarting LIFShannon Nelson2024-05-311-0/+1
* | ionic: fix potential irq name truncationShannon Nelson2024-05-311-1/+1
|/
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-2/+2
* ionic: keep stats struct local to error handlingShannon Nelson2024-03-081-22/+8
* ionic: better dma-map error handlingShannon Nelson2024-03-081-18/+14
* ionic: remove unnecessary NULL testShannon Nelson2024-03-081-6/+0
* ionic: rearrange ionic_queue for better layoutShannon Nelson2024-03-081-2/+2
* ionic: rearrange ionic_qcqShannon Nelson2024-03-081-4/+4
* ionic: carry idev in ionic_cq structShannon Nelson2024-03-083-19/+6
* ionic: refactor skb buildingShannon Nelson2024-03-081-53/+65
* ionic: fold adminq clean into service routineShannon Nelson2024-03-081-21/+11
* ionic: use specialized desc info structsShannon Nelson2024-03-085-86/+111
* ionic: remove the cq_info to save more memoryShannon Nelson2024-03-087-89/+38
* ionic: remove callback pointer from desc_infoShannon Nelson2024-03-085-91/+57
* ionic: move adminq-notifyq handling to main fileShannon Nelson2024-03-083-65/+67
* ionic: drop q mappingShannon Nelson2024-03-083-35/+10
* ionic: remove desc, sg_desc and cmb_desc from desc_infoShannon Nelson2024-03-084-60/+45
* ionic: change MODULE_AUTHOR to person nameShannon Nelson2024-03-041-1/+1
* ionic: Clean RCT ordering issuesBrett Creeley2024-03-042-3/+4
* ionic: Use CQE profile for dimBrett Creeley2024-03-041-4/+9
* ionic: change the hwstamp likely checkBrett Creeley2024-03-042-6/+6
* ionic: reduce the use of netdevShannon Nelson2024-03-041-10/+8
* ionic: Pass local netdev instead of referencing structBrett Creeley2024-03-041-30/+36
* ionic: Check stop no restartBrett Creeley2024-03-041-2/+7
* ionic: Clean up BQL logicBrett Creeley2024-03-041-15/+21
* ionic: Make use napi_consume_skbBrett Creeley2024-03-041-1/+1
* ionic: Shorten a Tx hotpathBrett Creeley2024-03-041-5/+10