summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5 days1-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-193-5/+8
|\
| * ionic: use ee->offset when returning sprom dataShannon Nelson2024-12-151-2/+2
| * ionic: no double destroy workqueueShannon Nelson2024-12-151-1/+4
| * ionic: Fix netdev notifier unregister on failureBrett Creeley2024-12-151-2/+2
* | ionic: remove the unused nb_workBrett Creeley2024-12-152-8/+0
* | ionic: add support for QSFP_PLUS_CMISShannon Nelson2024-12-121-0/+1
* | ionic: add speed defines for 200G and 400GShannon Nelson2024-12-122-1/+54
* | ionic: Translate IONIC_RC_ENOSUPP to EOPNOTSUPPBrett Creeley2024-12-121-1/+2
* | ionic: Use VLAN_ETH_HLEN when possibleBrett Creeley2024-12-121-1/+1
* | ionic: add asic codes to firmware interface fileShannon Nelson2024-12-122-3/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-071-0/+1
|\
| * drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error pathWentao Liang2024-11-071-0/+1
* | dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos2024-11-031-1/+1
|/
* ionic: Allow XDP program to be hot swappedBrett Creeley2024-09-093-22/+52
* ionic: convert Rx queue buffers to use page_poolShannon Nelson2024-09-094-208/+233
* ionic: Fully reconfigure queues when going to/from a NULL XDP programBrett Creeley2024-09-092-3/+10
* ionic: always use rxq_infoShannon Nelson2024-09-091-36/+15
* ionic: use per-queue xdp_progShannon Nelson2024-09-093-31/+34
* ionic: rename ionic_xdp_rx_put_bufsShannon Nelson2024-09-091-5/+5
* ionic: debug line for Tx completion errorsShannon Nelson2024-09-091-1/+8
* ionic: Convert comma to semicolonChen Ni2024-09-061-2/+2
* ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()Li Zetao2024-09-041-1/+1
* ionic: Remove setting of RX software timestampGal Pressman2024-09-031-2/+0
* 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-253-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-196-17/+42
* | ionic: Use an u16 for rx_copybreakBrett Creeley2024-06-192-4/+13
* | ionic: check for queue deadline in doorbell_napi_workShannon Nelson2024-06-191-1/+8
* | ionic: add per-queue napi_schedule for doorbell checkShannon Nelson2024-06-194-2/+25
* | ionic: add work item for missed-doorbell checkShannon Nelson2024-06-195-1/+73
* | ionic: add private workqueue per-deviceShannon Nelson2024-06-195-13/+27
* | ionic: Keep interrupt affinity up to dateBrett Creeley2024-06-193-9/+81
* | ionic: remove missed doorbell per-queue timerShannon Nelson2024-06-194-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-051-0/+5
* | ionic: fix up ionic_if.h kernel-doc issuesShannon Nelson2024-05-301-56/+181
* | ionic: only sync frag_len in first buffer of xdpShannon Nelson2024-05-301-1/+1
* | ionic: Use netdev_name() function instead of netdev->nameBrett Creeley2024-05-302-3/+3
* | ionic: Mark error paths in the data path as unlikelyBrett Creeley2024-05-301-10/+10
* | ionic: Pass ionic_txq_desc to ionic_tx_tso_postBrett Creeley2024-05-301-6/+4
* | ionic: Reset LIF device while restarting LIFShannon Nelson2024-05-301-0/+1
* | ionic: fix potential irq name truncationShannon Nelson2024-05-301-1/+1
|/
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-2/+2