aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic
AgeCommit message (Expand)AuthorFilesLines
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+11
2026-03-19ionic: fix persistent MAC address override on PFMohammad Heib1-6/+11
2026-03-10ionic: Report additional media types from firmwareEric Joyner2-3/+12
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-10/+10
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-18/+7
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+4
2026-02-10ionic: Rate limit unknown xcvr type messagesEric Joyner1-3/+4
2026-01-31PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address maskVivian Wang1-1/+1
2026-01-23net: ionic: convert to use .get_rx_ring_countBreno Leitao1-15/+3
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+17
2025-11-03net: ionic: map SKB after pseudo-header checksum prepMohammad Heib1-17/+13
2025-11-03net: ionic: add dma_wmb() before ringing TX doorbellMohammad Heib1-0/+4
2025-10-27ionic: convert to ndo_hwtstamp APIVadim Fedorenko3-44/+52
2025-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-64/+665
2025-09-14ionic: use int type for err in ionic_get_module_eeprom_by_pageAlok Tiwari1-1/+1
2025-09-11net: ionic: Provide doorbell and CMB region informationAbhijit Gangurde6-18/+381
2025-09-11net: ionic: Provide interrupt allocation support for the RDMA driverAbhijit Gangurde3-32/+62
2025-09-11net: ionic: Provide RDMA reset support for the RDMA driverAbhijit Gangurde2-0/+31
2025-09-11net: ionic: Export the APIs from net driver to support device commandsAbhijit Gangurde4-8/+40
2025-09-11net: ionic: Update LIF identity with additional RDMA capabilitiesAbhijit Gangurde1-5/+24
2025-09-11net: ionic: Create an auxiliary device for rdma driverAbhijit Gangurde7-1/+127
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-23ethernet: 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-12ionic: 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-15ionic: use ee->offset when returning sprom dataShannon Nelson1-2/+2
2024-12-15ionic: no double destroy workqueueShannon Nelson1-1/+4
2024-12-15ionic: Fix netdev notifier unregister on failureBrett Creeley1-2/+2
2024-12-15ionic: 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-07Merge 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