summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-7/+7
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2025-06-24ethernet: ionic: Fix DMA mapping testsThomas Fourier1-6/+6
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-06-13ionic: cancel delayed work earlier in removeShannon Nelson1-0/+1
2025-06-13ionic: clean dbpage in de-initShannon Nelson1-4/+3
2025-06-13ionic: print firmware heartbeat as unsignedShannon Nelson1-2/+2
2025-06-13ionic: Prevent driver/fw getting out of sync on devcmd(s)Brett Creeley1-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-22ionic: add module eeprom channel data to ionic_if and ethtoolShannon Nelson2-2/+7
2025-04-22ionic: support ethtool get_module_eeprom_by_pageShannon Nelson2-71/+37
2025-04-22ionic: extend the QSFP module sprom for more pagesShannon Nelson2-17/+56
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+8
2024-12-16ionic: use ee->offset when returning sprom dataShannon Nelson1-2/+2
2024-12-16ionic: no double destroy workqueueShannon Nelson1-1/+4
2024-12-16ionic: Fix netdev notifier unregister on failureBrett Creeley1-2/+2
2024-12-16ionic: remove the unused nb_workBrett Creeley2-8/+0
2024-12-12ionic: add support for QSFP_PLUS_CMISShannon Nelson1-0/+1
2024-12-12ionic: add speed defines for 200G and 400GShannon Nelson2-1/+54
2024-12-12ionic: Translate IONIC_RC_ENOSUPP to EOPNOTSUPPBrett Creeley1-1/+2
2024-12-12ionic: Use VLAN_ETH_HLEN when possibleBrett Creeley1-1/+1
2024-12-12ionic: add asic codes to firmware interface fileShannon Nelson2-3/+5
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-11-07drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error pathWentao Liang1-0/+1
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos1-1/+1
2024-09-10ionic: Allow XDP program to be hot swappedBrett Creeley3-22/+52
2024-09-10ionic: convert Rx queue buffers to use page_poolShannon Nelson4-208/+233
2024-09-10ionic: Fully reconfigure queues when going to/from a NULL XDP programBrett Creeley2-3/+10
2024-09-10ionic: always use rxq_infoShannon Nelson1-36/+15
2024-09-10ionic: use per-queue xdp_progShannon Nelson3-31/+34
2024-09-10ionic: rename ionic_xdp_rx_put_bufsShannon Nelson1-5/+5
2024-09-10ionic: debug line for Tx completion errorsShannon Nelson1-1/+8
2024-09-07ionic: Convert comma to semicolonChen Ni1-2/+2
2024-09-05ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()Li Zetao1-1/+1
2024-09-04ionic: Remove setting of RX software timestampGal Pressman1-2/+0
2024-08-27ionic: Prevent tx_timeout due to frequent doorbell ringingBrett Creeley2-2/+2
2024-07-15net: 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