summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic
AgeCommit message (Expand)Author
2025-06-23ethernet: ionic: Fix DMA mapping testsThomas Fourier
2025-06-12ionic: Prevent driver/fw getting out of sync on devcmd(s)Brett Creeley
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-22ionic: add module eeprom channel data to ionic_if and ethtoolShannon Nelson
2025-04-22ionic: support ethtool get_module_eeprom_by_pageShannon Nelson
2025-04-22ionic: extend the QSFP module sprom for more pagesShannon Nelson
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-15ionic: use ee->offset when returning sprom dataShannon Nelson
2024-12-15ionic: no double destroy workqueueShannon Nelson
2024-12-15ionic: Fix netdev notifier unregister on failureBrett Creeley
2024-12-15ionic: remove the unused nb_workBrett Creeley
2024-12-12ionic: add support for QSFP_PLUS_CMISShannon Nelson
2024-12-12ionic: add speed defines for 200G and 400GShannon Nelson
2024-12-12ionic: Translate IONIC_RC_ENOSUPP to EOPNOTSUPPBrett Creeley
2024-12-12ionic: Use VLAN_ETH_HLEN when possibleBrett Creeley
2024-12-12ionic: add asic codes to firmware interface fileShannon Nelson
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-07drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error pathWentao Liang
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-09-09ionic: Allow XDP program to be hot swappedBrett Creeley
2024-09-09ionic: convert Rx queue buffers to use page_poolShannon Nelson
2024-09-09ionic: Fully reconfigure queues when going to/from a NULL XDP programBrett Creeley
2024-09-09ionic: always use rxq_infoShannon Nelson
2024-09-09ionic: use per-queue xdp_progShannon Nelson
2024-09-09ionic: rename ionic_xdp_rx_put_bufsShannon Nelson
2024-09-09ionic: debug line for Tx completion errorsShannon Nelson
2024-09-06ionic: Convert comma to semicolonChen Ni
2024-09-04ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()Li Zetao
2024-09-03ionic: Remove setting of RX software timestampGal Pressman
2024-08-27ionic: Prevent tx_timeout due to frequent doorbell ringingBrett Creeley
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-25ionic: use dev_consume_skb_any outside of napiShannon Nelson
2024-06-21ionic: fix kernel panic due to multi-buffer handlingTaehee Yoo
2024-06-19ionic: Only run the doorbell workaround for certain asic_typeBrett Creeley
2024-06-19ionic: Use an u16 for rx_copybreakBrett Creeley
2024-06-19ionic: check for queue deadline in doorbell_napi_workShannon Nelson
2024-06-19ionic: add per-queue napi_schedule for doorbell checkShannon Nelson
2024-06-19ionic: add work item for missed-doorbell checkShannon Nelson
2024-06-19ionic: add private workqueue per-deviceShannon Nelson
2024-06-19ionic: Keep interrupt affinity up to dateBrett Creeley
2024-06-19ionic: remove missed doorbell per-queue timerShannon Nelson
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-13ionic: fix use after netif_napi_del()Taehee Yoo
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-05ionic: advertise 52-bit addressing limitation for MSI-XDavid Christensen
2024-06-05ionic: fix kernel panic in XDP_TX actionTaehee Yoo
2024-05-30ionic: fix up ionic_if.h kernel-doc issuesShannon Nelson
2024-05-30ionic: only sync frag_len in first buffer of xdpShannon Nelson