aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium
AgeCommit message (Expand)AuthorFilesLines
2024-01-24net: fill in MODULE_DESCRIPTION()s for liquidioGravatar Breno Leitao 1-0/+1
2024-01-12net: liquidio: fix clang-specific W=1 build warningsGravatar Dmitry Antipov 3-3/+6
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsGravatar Ahmed Zaki 1-15/+16
2023-10-09cavium/liquidio: replace deprecated strncpy with strscpyGravatar Justin Stitt 1-5/+6
2023-10-09liquidio: replace deprecated strncpy with strscpyGravatar Justin Stitt 1-1/+2
2023-10-09net: liquidio: replace deprecated strncpy with strscpy_padGravatar Justin Stitt 1-1/+1
2023-10-09liquidio: replace deprecated strncpy/strcpy with strscpyGravatar Justin Stitt 1-8/+10
2023-09-20net: ethernet: cavium: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 16-31/+102
2023-06-07net: liquidio: fix mixed module-builtin objectGravatar Masahiro Yamada 14-3/+89
2023-05-30liquidio: Use vzalloc()Gravatar Christophe JAILLET 2-6/+2
2023-05-12net: liquidio: lio_main: Remove unnecessary (void*) conversionsGravatar wuych 1-12/+6
2023-05-10net: liquidio: lio_vf_main: Remove unnecessary (void*) conversionsGravatar wuych 1-10/+5
2023-05-08net: thunderx: Use alloc_ordered_workqueue() to create ordered workqueuesGravatar Tejun Heo 1-2/+1
2023-03-24net: liquidio: Remove redundant pci_clear_masterGravatar Cai Huoqing 2-2/+0
2023-03-22liquidio: remove unused IQ_INSTR_MODE_64B functionGravatar Tom Rix 1-9/+0
2023-03-10net: thunderx: take into account xdp_features setting tx/rx queuesGravatar Lorenzo Bianconi 2-7/+14
2023-02-02drivers: net: turn on XDP featuresGravatar Marek Majtyka 1-0/+2
2022-12-12liquidio: use strscpy() to instead of strncpy()Gravatar Xu Panda 1-4/+3
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+3
2022-12-06net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wqGravatar Yongqiang Liu 1-1/+3
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-3/+5
2022-11-24net: thunderx: Fix the ACPI memory leakGravatar Yu Liao 1-1/+3
2022-11-18net: liquidio: simplify if expressionGravatar Leon Romanovsky 1-2/+2
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-8/+26
2022-11-14net: liquidio: release resources when liquidio driver open failedGravatar Zhengchao Shao 1-8/+26
2022-11-11ptp: convert remaining drivers to adjfine interfaceGravatar Jacob Keller 1-4/+7
2022-10-03eth: octeon: fix build after netif_napi_add() changesGravatar Jakub Kicinski 1-2/+2
2022-09-29net: liquidio: Remove unused struct lio_trusted_vf_ctxGravatar Yuan Can 1-5/+0
2022-09-28net: drop the weight argument from netif_napi_addGravatar Jakub Kicinski 2-3/+2
2022-09-20liquidio: CN23XX: delete repeated words, add missing words and fix typo in co...Gravatar Ruffalo Lavoisier 2-4/+4
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 2-3/+3
2022-07-02net: add skb_[inner_]tcp_all_headers helpersGravatar Eric Dumazet 1-2/+2
2022-05-17net: thunderx: remove null check after call container_of()Gravatar Haowen Bai 1-3/+0
2022-05-06net: make drivers set the TSO limit not the GSO limitGravatar Jakub Kicinski 2-2/+2
2022-05-01pci_irq_vector() can't be used in atomic context any longer. This conflictsGravatar Thomas Gleixner 1-8/+8
2022-02-11Revert "net: ethernet: cavium: use div64_u64() instead of do_div()"Gravatar Jakub Kicinski 1-2/+2
2022-02-09net: ethernet: cavium: use div64_u64() instead of do_div()Gravatar Wang Qing 1-2/+2
2022-02-02drivers: net: Replace acpi_bus_get_device()Gravatar Rafael J. Wysocki 1-1/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 2-1/+2
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hGravatar Jakub Kicinski 1-0/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXGravatar Hangbin Liu 4-13/+0
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoGravatar Paolo Abeni 1-1/+1
2021-11-22octeon: constify netdev->dev_addrGravatar Jakub Kicinski 1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenGravatar Hao Chen 2-5/+14
2021-10-22net: liquidio: Make use of the helper macro kthread_run()Gravatar Cai Huoqing 1-6/+5
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-3/+3
2021-10-19cavium: Fix return values of the probe functionGravatar Zheyu Ma 1-2/+2
2021-10-18cavium: Return negative value when pci_alloc_irq_vectors() failsGravatar Zheyu Ma 1-1/+1
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsGravatar Christophe JAILLET 1-1/+0