summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: liquidio: Remove unused cn23xx_dump_pf_initialized_regsDr. David Alan Gilbert2024-10-102-171/+0
* net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-051-1/+1
* net: thunderx: Remove setting of RX software timestampGal Pressman2024-09-101-2/+0
* liquidio: Remove setting of RX software timestampGal Pressman2024-09-101-9/+7
* net: liquidio: Remove unused declarationsYue Haibing2024-08-275-15/+0
* net: thunderx: Remove unused declarationsYue Haibing2024-08-272-4/+0
* net: thunder_bgx: Fix netdev structure allocationMarc Zyngier2024-08-151-9/+21
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-152-2/+2
* net: thunderx: Unembed netdev structureBreno Leitao2024-06-281-6/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-6/+5
|\
| * liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packetAleksandr Mishin2024-06-071-6/+5
* | net: ethernet: liquidio: remove unused structsDr. David Alan Gilbert2024-05-282-11/+0
|/
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-084-4/+4
* net: fill in MODULE_DESCRIPTION()s for liquidioBreno Leitao2024-01-251-0/+1
* net: liquidio: fix clang-specific W=1 build warningsDmitry Antipov2024-01-133-3/+6
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-15/+16
* cavium/liquidio: replace deprecated strncpy with strscpyJustin Stitt2023-10-101-5/+6
* liquidio: replace deprecated strncpy with strscpyJustin Stitt2023-10-101-1/+2
* net: liquidio: replace deprecated strncpy with strscpy_padJustin Stitt2023-10-101-1/+1
* liquidio: replace deprecated strncpy/strcpy with strscpyJustin Stitt2023-10-101-8/+10
* net: ethernet: cavium: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-3/+2
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-2916-31/+102
|\
| * net: liquidio: fix mixed module-builtin objectMasahiro Yamada2023-06-0714-3/+89
| * liquidio: Use vzalloc()Christophe JAILLET2023-05-302-6/+2
| * net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych2023-05-121-12/+6
| * net: liquidio: lio_vf_main: Remove unnecessary (void*) conversionswuych2023-05-101-10/+5
* | net: thunderx: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-091-2/+1
|/
* net: liquidio: Remove redundant pci_clear_masterCai Huoqing2023-03-242-2/+0
* liquidio: remove unused IQ_INSTR_MODE_64B functionTom Rix2023-03-231-9/+0
* net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi2023-03-112-7/+14
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-031-0/+2
* liquidio: use strscpy() to instead of strncpy()Xu Panda2022-12-121-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-091-1/+3
|\
| * net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wqYongqiang Liu2022-12-061-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-3/+5
|\|
| * net: thunderx: Fix the ACPI memory leakYu Liao2022-11-241-1/+3
| * net: liquidio: simplify if expressionLeon Romanovsky2022-11-181-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-181-8/+26
|\|
| * net: liquidio: release resources when liquidio driver open failedZhengchao Shao2022-11-141-8/+26
* | ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-4/+7
|/
* eth: octeon: fix build after netif_napi_add() changesJakub Kicinski2022-10-041-2/+2
* net: liquidio: Remove unused struct lio_trusted_vf_ctxYuan Can2022-09-291-5/+0
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-292-3/+2
* liquidio: CN23XX: delete repeated words, add missing words and fix typo in co...Ruffalo Lavoisier2022-09-212-4/+4
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-3/+3
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* net: thunderx: remove null check after call container_of()Haowen Bai2022-05-181-3/+0
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-062-2/+2
* pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner2022-05-011-8/+8
* Revert "net: ethernet: cavium: use div64_u64() instead of do_div()"Jakub Kicinski2022-02-121-2/+2