summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-07-26net/mlx5e: Use the new TIR API for kTLSMaxim Mikityanskiy
2021-07-26net/mlx5e: Move management of indir traffic types to rx_resMaxim Mikityanskiy
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy
2021-07-26net/mlx5e: Create struct mlx5e_rss_params_hashMaxim Mikityanskiy
2021-07-26net/mlx5e: Remove mdev from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy
2021-07-26net/mlx5e: Remove lro_param from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy
2021-07-26net/mlx5e: Remove mlx5e_priv usage from mlx5e_build_*tir_ctx*()Maxim Mikityanskiy
2021-07-26net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware idMaxim Mikityanskiy
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy
2021-07-26net/mlx5e: Move mlx5e_build_rss_params() call to init_rxMaxim Mikityanskiy
2021-07-26net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy
2021-07-26net/mlx5e: Check if inner FT is supported outside of create/destroy functionsMaxim Mikityanskiy
2021-07-26net/mlx5: Take TIR destruction out of the TIR list lockMaxim Mikityanskiy
2021-07-26net/mlx5e: Block LRO if firmware asks for tunneled LROMaxim Mikityanskiy
2021-07-26net/mlx5e: Prohibit inner indir TIRs in IPoIBMaxim Mikityanskiy
2021-07-26net: ixp4xx_hss: use dma_pool_zallocJason Wang
2021-07-26net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren
2021-07-26net: stmmac: add est_irq_status callback function for GMAC 4.10 and 5.10Mohammad Athari Bin Ismail
2021-07-26nfp: add support for coalesce adaptive featureYinjun Zhang
2021-07-26net: mhi: Improve MBIM packet countingRichard Laing
2021-07-26net: hns3: add devlink reload support for VFHao Chen
2021-07-26net: hns3: add devlink reload support for PFHao Chen
2021-07-26net: hns3: add support for devlink get info for VFYufeng Mo
2021-07-26net: hns3: add support for devlink get info for PFYufeng Mo
2021-07-26net: hns3: add support for registering devlink for VFYufeng Mo
2021-07-26net: hns3: add support for registering devlink for PFYufeng Mo
2021-07-25net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2021-07-25mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong
2021-07-25net: phy: broadcom: re-add check for PHY_BRCM_DIS_TXCRXC_NOENRGY on the BCM54...Kevin Lo
2021-07-25can: flexcan: update Kconfig to enable coldfireAngelo Dureghello
2021-07-25can: flexcan: add mcf5441x supportAngelo Dureghello
2021-07-25can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...Vincent Mailhol
2021-07-25can: etas_es58x: use sizeof and sizeof_field macros instead of constant valuesVincent Mailhol
2021-07-25can: etas_es58x: add es58x_free_netdevs() to factorize codeVincent Mailhol
2021-07-25can: etas_es58x: use devm_kzalloc() to allocate device resourcesVincent Mailhol
2021-07-25can: etas_es58x: use error pointer during device probingVincent Mailhol
2021-07-25can: etas_es58x: fix three typos in author name and documentationVincent Mailhol
2021-07-25can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean
2021-07-25can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean
2021-07-25can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean
2021-07-25can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean
2021-07-25can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean
2021-07-25can: peak_pci: fix checkpatch warningsMarc Kleine-Budde
2021-07-25can: peak_pci: convert comments to network style commentsMarc Kleine-Budde
2021-07-25net: at91_can: fix the comments style issuePeng Li
2021-07-25net: at91_can: remove redundant spacePeng Li
2021-07-25net: at91_can: add braces {} to all arms of the statementPeng Li
2021-07-25net: at91_can: fix the alignment issuePeng Li
2021-07-25net: at91_can: use BIT macroPeng Li