summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio
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-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+10
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-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-07-25net: Fix typosBjorn Helgaas-3/+3
2025-06-17net: liquidio: Remove unused validate_cn23xx_pf_config_info()Dr. David Alan Gilbert-42/+0
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-10-09net: liquidio: Remove unused cn23xx_dump_pf_initialized_regsDr. David Alan Gilbert-171/+0
2024-09-09liquidio: Remove setting of RX software timestampGal Pressman-9/+7
2024-08-27net: liquidio: Remove unused declarationsYue Haibing-15/+0
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
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-2/+2
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-10-09cavium/liquidio: replace deprecated strncpy with strscpyJustin Stitt-5/+6
2023-10-09liquidio: replace deprecated strncpy with strscpyJustin Stitt-1/+2
2023-10-09net: liquidio: replace deprecated strncpy with strscpy_padJustin Stitt-1/+1
2023-10-09liquidio: replace deprecated strncpy/strcpy with strscpyJustin Stitt-8/+10
2023-06-07net: liquidio: fix mixed module-builtin objectMasahiro Yamada-3/+84
2023-05-30liquidio: Use vzalloc()Christophe JAILLET-6/+2
2023-05-12net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych-12/+6
2023-05-10net: liquidio: lio_vf_main: Remove unnecessary (void*) conversionswuych-10/+5
2023-03-24net: liquidio: Remove redundant pci_clear_masterCai Huoqing-2/+0
2023-03-22liquidio: remove unused IQ_INSTR_MODE_64B functionTom Rix-9/+0
2022-12-12liquidio: use strscpy() to instead of strncpy()Xu Panda-4/+3
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2022-11-18net: liquidio: simplify if expressionLeon Romanovsky-2/+2
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+26
2022-11-14net: liquidio: release resources when liquidio driver open failedZhengchao Shao-8/+26
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller-4/+7
2022-09-29net: liquidio: Remove unused struct lio_trusted_vf_ctxYuan Can-5/+0
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-09-20liquidio: CN23XX: delete repeated words, add missing words and fix typo in co...Ruffalo Lavoisier-4/+4
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski-2/+2
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu-6/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-3/+8
2021-10-22net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing-6/+5
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-1/+0
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-2/+2