aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/pensando/ionic
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+5
2026-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-13/+71
2026-08-20Merge branch 'ionic_rcq_shared' of https://github.com/abhijitG-xlnx/linuxJakub Kicinski1-1/+5
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+22
2026-08-18net/ionic: avoid OOB TX partner lookup for hwstamp RXQAnand Khoje2-3/+21
2026-08-17ionic: fix completion descriptor access with 2x desc sizePrabu Thayalan1-13/+14
2026-08-17ionic: add missing dma_rmb() after the completion publish checkEric Joyner2-0/+8
2026-08-17net: ionic: Fetch RCQ sign bit from firmwareAbhijit Gangurde1-1/+5
2026-07-22net: ionic: Add PHC state page for user space accessAbhijit Gangurde2-1/+45
2026-07-22net: ionic: register PHC for rdma timestampingAbhijit Gangurde4-12/+26
2026-07-02ionic: Change list definition methodLei Zhu1-5/+2
2026-06-15ionic: Get "link_down_count" ext link stat from firmwareEric Joyner6-5/+39
2026-06-15ionic: Report "rx_bits_phy" stat to ethtoolEric Joyner4-1/+73
2026-06-15ionic: Update ionic_if.h with new extra port statsEric Joyner1-53/+11
2026-06-15ionic: Fix check in ionic_get_link_ext_statsBrett Creeley1-2/+9
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/netdev/net-nextLinus 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/netdev/net-nextLinus 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