summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+10
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-18/+7
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-3/+4
2026-02-10ionic: Rate limit unknown xcvr type messagesEric Joyner-3/+4
2026-01-31PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address maskVivian Wang-1/+1
2026-01-23net: ionic: convert to use .get_rx_ring_countBreno Leitao-15/+3
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+17
2025-11-03net: ionic: map SKB after pseudo-header checksum prepMohammad Heib-17/+13
2025-11-03net: ionic: add dma_wmb() before ringing TX doorbellMohammad Heib-0/+4
2025-10-27ionic: convert to ndo_hwtstamp APIVadim Fedorenko-44/+52
2025-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-64/+665
2025-09-14ionic: use int type for err in ionic_get_module_eeprom_by_pageAlok Tiwari-1/+1
2025-09-11net: ionic: Provide doorbell and CMB region informationAbhijit Gangurde-18/+381
2025-09-11net: ionic: Provide interrupt allocation support for the RDMA driverAbhijit Gangurde-32/+62
2025-09-11net: ionic: Provide RDMA reset support for the RDMA driverAbhijit Gangurde-0/+31
2025-09-11net: ionic: Export the APIs from net driver to support device commandsAbhijit Gangurde-8/+40
2025-09-11net: ionic: Update LIF identity with additional RDMA capabilitiesAbhijit Gangurde-5/+24
2025-09-11net: ionic: Create an auxiliary device for rdma driverAbhijit Gangurde-1/+127
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-7/+7
2025-07-25net: Fix typosBjorn Helgaas-1/+1
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman-1/+1
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+6
2025-06-23ethernet: ionic: Fix DMA mapping testsThomas Fourier-6/+6
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2025-06-13ionic: cancel delayed work earlier in removeShannon Nelson-0/+1
2025-06-13ionic: clean dbpage in de-initShannon Nelson-4/+3
2025-06-13ionic: print firmware heartbeat as unsignedShannon Nelson-2/+2
2025-06-12ionic: Prevent driver/fw getting out of sync on devcmd(s)Brett Creeley-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-22ionic: add module eeprom channel data to ionic_if and ethtoolShannon Nelson-2/+7
2025-04-22ionic: support ethtool get_module_eeprom_by_pageShannon Nelson-71/+37
2025-04-22ionic: extend the QSFP module sprom for more pagesShannon Nelson-17/+56
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+8
2024-12-15ionic: use ee->offset when returning sprom dataShannon Nelson-2/+2
2024-12-15ionic: no double destroy workqueueShannon Nelson-1/+4
2024-12-15ionic: Fix netdev notifier unregister on failureBrett Creeley-2/+2
2024-12-15ionic: remove the unused nb_workBrett Creeley-8/+0
2024-12-12ionic: add support for QSFP_PLUS_CMISShannon Nelson-0/+1
2024-12-12ionic: add speed defines for 200G and 400GShannon Nelson-1/+54
2024-12-12ionic: Translate IONIC_RC_ENOSUPP to EOPNOTSUPPBrett Creeley-1/+2
2024-12-12ionic: Use VLAN_ETH_HLEN when possibleBrett Creeley-1/+1
2024-12-12ionic: add asic codes to firmware interface fileShannon Nelson-3/+5
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2024-11-07drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error pathWentao Liang-0/+1
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos-1/+1
2024-09-09ionic: Allow XDP program to be hot swappedBrett Creeley-22/+52
2024-09-09ionic: convert Rx queue buffers to use page_poolShannon Nelson-208/+232
2024-09-09ionic: Fully reconfigure queues when going to/from a NULL XDP programBrett Creeley-3/+10