summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-19/+16
2026-01-29net: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanupZilin Guan-2/+2
2026-01-29net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanupZilin Guan-2/+3
2026-01-29net: liquidio: Initialize netdev pointer before queue setupZilin Guan-17/+17
2025-11-27net: thunder: convert to use .get_rx_ring_countBreno Leitao-13/+3
2025-11-04net: thunderx: convert to use ndo_hwtstamp callbacksVadim Fedorenko-20/+25
2025-11-04net: octeon: mgmt: convert to use ndo_hwtstamp callbacksVadim Fedorenko-30/+32
2025-11-04net: liquidio_vf: convert to use ndo_hwtstamp callbacksVadim Fedorenko-29/+19
2025-11-04net: liquidio: convert to use ndo_hwtstamp callbacksVadim Fedorenko-30/+20
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-7/+11
2025-09-18net: liquidio: fix overflow in octeon_init_instr_queue()Alexey Nepomnyashih-1/+1
2025-09-03net: thunder_bgx: decrement cleanup index before useRosen Penev-1/+1
2025-09-03net: thunder_bgx: add a missing of_node_putRosen Penev-7/+11
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-70/+19
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-07-25net: Fix typosBjorn Helgaas-3/+3
2025-07-14net: thunderx: Fix format-truncation warning in bgx_acpi_match_id()Alok Tiwari-2/+2
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+3
2025-07-09net: thunderx: avoid direct MTU assignment after WRITE_ONCE()Alok Tiwari-9/+3
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman-1/+1
2025-06-18eth: thunder: migrate to new RXFH callbacksJakub Kicinski-23/+14
2025-06-17net: liquidio: Remove unused validate_cn23xx_pf_config_info()Dr. David Alan Gilbert-42/+0
2025-05-09net: thunder: make tx software timestamp independentJason Xing-4/+4
2025-04-28net: thunder_bgx: Don't disable PCI device manuallyPhilipp Stanner-5/+3
2025-04-28net: thunder_bgx: Use pure PCI devres APIPhilipp Stanner-5/+2
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers-1/+1
2025-03-13net: cn23xx: fix typosJanik Haag-38/+38
2025-02-04cavium/liquidio: Remove unused lio_get_device_idDr. David Alan Gilbert-23/+0
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+3
2024-11-07ethernet: cavium: Replace deprecated PCI functionsPhilipp Stanner-4/+3
2024-10-09net: liquidio: Remove unused cn23xx_dump_pf_initialized_regsDr. David Alan Gilbert-171/+0
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-09-09net: thunderx: Remove setting of RX software timestampGal Pressman-2/+0
2024-09-09liquidio: Remove setting of RX software timestampGal Pressman-9/+7
2024-08-27net: liquidio: Remove unused declarationsYue Haibing-15/+0
2024-08-27net: thunderx: Remove unused declarationsYue Haibing-4/+0
2024-08-15net: thunder_bgx: Fix netdev structure allocationMarc Zyngier-9/+21
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-2/+2
2024-06-27net: thunderx: Unembed netdev structureBreno Leitao-6/+15
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+5
2024-06-07liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packetAleksandr Mishin-6/+5
2024-05-28net: ethernet: liquidio: remove unused structsDr. David Alan Gilbert-11/+0
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-4/+4
2024-01-24net: fill in MODULE_DESCRIPTION()s for liquidioBreno Leitao-0/+1
2024-01-12net: liquidio: fix clang-specific W=1 build warningsDmitry Antipov-3/+6
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-15/+16
2023-10-09cavium/liquidio: replace deprecated strncpy with strscpyJustin Stitt-5/+6