summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds6-70/+19
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-25net: Fix typosBjorn Helgaas2-3/+3
2025-07-15net: thunderx: Fix format-truncation warning in bgx_acpi_match_id()Alok Tiwari1-2/+2
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+3
2025-07-10net: thunderx: avoid direct MTU assignment after WRITE_ONCE()Alok Tiwari1-9/+3
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-18eth: thunder: migrate to new RXFH callbacksJakub Kicinski1-23/+14
2025-06-18net: liquidio: Remove unused validate_cn23xx_pf_config_info()Dr. David Alan Gilbert2-42/+0
2025-05-10net: thunder: make tx software timestamp independentJason Xing1-4/+4
2025-04-29net: thunder_bgx: Don't disable PCI device manuallyPhilipp Stanner1-5/+3
2025-04-29net: thunder_bgx: Use pure PCI devres APIPhilipp Stanner1-5/+2
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-03-13net: cn23xx: fix typosJanik Haag1-38/+38
2025-02-05cavium/liquidio: Remove unused lio_get_device_idDr. David Alan Gilbert2-23/+0
2024-11-27Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+3
2024-11-07ethernet: cavium: Replace deprecated PCI functionsPhilipp Stanner1-4/+3
2024-10-10net: liquidio: Remove unused cn23xx_dump_pf_initialized_regsDr. David Alan Gilbert2-171/+0
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-10net: thunderx: Remove setting of RX software timestampGal Pressman1-2/+0
2024-09-10liquidio: Remove setting of RX software timestampGal Pressman1-9/+7
2024-08-28net: liquidio: Remove unused declarationsYue Haibing5-15/+0
2024-08-28net: thunderx: Remove unused declarationsYue Haibing2-4/+0
2024-08-15net: thunder_bgx: Fix netdev structure allocationMarc Zyngier1-9/+21
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent2-2/+2
2024-06-28net: thunderx: Unembed netdev structureBreno Leitao1-6/+15
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+5
2024-06-07liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packetAleksandr Mishin1-6/+5
2024-05-28net: ethernet: liquidio: remove unused structsDr. David Alan Gilbert2-11/+0
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet4-4/+4
2024-01-25net: fill in MODULE_DESCRIPTION()s for liquidioBreno Leitao1-0/+1
2024-01-13net: liquidio: fix clang-specific W=1 build warningsDmitry Antipov3-3/+6
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-15/+16
2023-10-10cavium/liquidio: replace deprecated strncpy with strscpyJustin Stitt1-5/+6
2023-10-10liquidio: replace deprecated strncpy with strscpyJustin Stitt1-1/+2
2023-10-10net: liquidio: replace deprecated strncpy with strscpy_padJustin Stitt1-1/+1
2023-10-10liquidio: replace deprecated strncpy/strcpy with strscpyJustin Stitt1-8/+10
2023-09-20net: ethernet: cavium: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds16-31/+102
2023-06-07net: liquidio: fix mixed module-builtin objectMasahiro Yamada14-3/+89
2023-05-30liquidio: Use vzalloc()Christophe JAILLET2-6/+2
2023-05-12net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych1-12/+6
2023-05-10net: liquidio: lio_vf_main: Remove unnecessary (void*) conversionswuych1-10/+5
2023-05-09net: thunderx: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+1
2023-03-24net: liquidio: Remove redundant pci_clear_masterCai Huoqing2-2/+0
2023-03-23liquidio: remove unused IQ_INSTR_MODE_64B functionTom Rix1-9/+0
2023-03-11net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi2-7/+14
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+2
2022-12-12liquidio: use strscpy() to instead of strncpy()Xu Panda1-4/+3
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3