summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
Commit message (Expand)AuthorAgeFilesLines
* 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
* ionic: Change default number of descriptors for Tx and RxBrett Creeley2024-03-041-1/+1
* ionic: Rework Tx start/stop flowBrett Creeley2024-03-044-45/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-296-9/+38
|\
| * ionic: restore netdev feature bits after resetShannon Nelson2024-02-271-1/+4
| * ionic: check cmd_regs before copying in or outShannon Nelson2024-02-274-1/+24
| * ionic: check before releasing pci regionsShannon Nelson2024-02-271-7/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-1/+1
|\|
| * ionic: use pci_is_enabled not open codeShannon Nelson2024-02-191-1/+1
* | ionic: implement xdp frags supportShannon Nelson2024-02-162-5/+98
* | ionic: add ndo_xdp_xmitShannon Nelson2024-02-163-2/+66
* | ionic: Add XDP_REDIRECT supportShannon Nelson2024-02-165-1/+32
* | ionic: Add XDP_TX supportShannon Nelson2024-02-165-3/+150
* | ionic: Add XDP packet headroomShannon Nelson2024-02-161-23/+45
* | ionic: add initial framework for XDP supportShannon Nelson2024-02-166-14/+269
* | ionic: use dma range APIsShannon Nelson2024-02-161-7/+6
* | ionic: add helpers for accessing buffer infoShannon Nelson2024-02-161-13/+24
* | ionic: set adminq irq affinityShannon Nelson2024-02-161-1/+4
|/
* ionic: minimal work with 0 budgetShannon Nelson2024-02-121-0/+9
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-12/+14
* ionic: fill out pci error handlersShannon Nelson2023-12-131-0/+25
* ionic: lif debugfs refresh on resetShannon Nelson2023-12-132-0/+4
* ionic: use timer_shutdown_syncShannon Nelson2023-12-131-1/+1
* ionic: no fw read when PCI reset failedShannon Nelson2023-12-132-5/+23
* ionic: prevent pci disable of already disabled deviceShannon Nelson2023-12-131-1/+3
* ionic: bypass firmware cmds when stuck in resetShannon Nelson2023-12-133-7/+20
* ionic: keep filters across FLRShannon Nelson2023-12-131-0/+2