aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
AgeCommit message (Expand)AuthorFilesLines
2 daysionic: fix kernel panic in XDP_TX actionTaehee Yoo1-0/+1
2024-05-07net: 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
2024-03-04ionic: Rework Tx start/stop flowBrett Creeley4-45/+50
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-9/+38
2024-02-27ionic: restore netdev feature bits after resetShannon Nelson1-1/+4
2024-02-27ionic: check cmd_regs before copying in or outShannon Nelson4-1/+24
2024-02-27ionic: check before releasing pci regionsShannon Nelson1-7/+10
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-19ionic: use pci_is_enabled not open codeShannon Nelson1-1/+1
2024-02-16ionic: implement xdp frags supportShannon Nelson2-5/+98
2024-02-16ionic: add ndo_xdp_xmitShannon Nelson3-2/+66
2024-02-16ionic: Add XDP_REDIRECT supportShannon Nelson5-1/+32
2024-02-16ionic: Add XDP_TX supportShannon Nelson5-3/+150
2024-02-16ionic: Add XDP packet headroomShannon Nelson1-23/+45
2024-02-16ionic: add initial framework for XDP supportShannon Nelson6-14/+269
2024-02-16ionic: use dma range APIsShannon Nelson1-7/+6
2024-02-16ionic: add helpers for accessing buffer infoShannon Nelson1-13/+24
2024-02-16ionic: set adminq irq affinityShannon Nelson1-1/+4
2024-02-12ionic: minimal work with 0 budgetShannon Nelson1-0/+9
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-12/+14
2023-12-13ionic: fill out pci error handlersShannon Nelson1-0/+25
2023-12-13ionic: lif debugfs refresh on resetShannon Nelson2-0/+4
2023-12-13ionic: use timer_shutdown_syncShannon Nelson1-1/+1
2023-12-13ionic: no fw read when PCI reset failedShannon Nelson2-5/+23
2023-12-13ionic: prevent pci disable of already disabled deviceShannon Nelson1-1/+3