summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/liquidio
AgeCommit message (Expand)Author
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-07liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packetAleksandr Mishin
2024-05-28net: ethernet: liquidio: remove unused structsDr. David Alan Gilbert
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-01-24net: fill in MODULE_DESCRIPTION()s for liquidioBreno Leitao
2024-01-12net: liquidio: fix clang-specific W=1 build warningsDmitry Antipov
2023-10-09cavium/liquidio: replace deprecated strncpy with strscpyJustin Stitt
2023-10-09liquidio: replace deprecated strncpy with strscpyJustin Stitt
2023-10-09net: liquidio: replace deprecated strncpy with strscpy_padJustin Stitt
2023-10-09liquidio: replace deprecated strncpy/strcpy with strscpyJustin Stitt
2023-06-07net: liquidio: fix mixed module-builtin objectMasahiro Yamada
2023-05-30liquidio: Use vzalloc()Christophe JAILLET
2023-05-12net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych
2023-05-10net: liquidio: lio_vf_main: Remove unnecessary (void*) conversionswuych
2023-03-24net: liquidio: Remove redundant pci_clear_masterCai Huoqing
2023-03-22liquidio: remove unused IQ_INSTR_MODE_64B functionTom Rix
2022-12-12liquidio: use strscpy() to instead of strncpy()Xu Panda
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18net: liquidio: simplify if expressionLeon Romanovsky
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-14net: liquidio: release resources when liquidio driver open failedZhengchao Shao
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller
2022-09-29net: liquidio: Remove unused struct lio_trusted_vf_ctxYuan Can
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-20liquidio: CN23XX: delete repeated words, add missing words and fix typo in co...Ruffalo Lavoisier
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-22net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-27liquidio: Overcome missing device lock protection in init/remove flowsLeon Romanovsky
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-15liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King
2021-05-13net: liquidio: Add missing null pointer checksTom Seewald
2021-05-13Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-14cavium/liquidio: Fix duplicate argumentWan Jiabing
2021-04-07liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2021-01-05liquidio: Use kzalloc for allocating only one thingZheng Yongjun