summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-22nfp: fix return statement in nfp_net_parse_meta()Niklas Söderlund
2021-07-22nfp: flower-tc: add flow stats updates for ctLouis Peens
2021-07-22nfp: flower-ct: add offload calls to the nfpLouis Peens
2021-07-22nfp: flower-ct: add flow_pay to the offload tableLouis Peens
2021-07-22nfp: flower-ct: add actions into flow_pay for offloadLouis Peens
2021-07-22nfp: flower-ct: compile match sections of flow_payloadLouis Peens
2021-07-22nfp: flower-ct: calculate required key_layersLouis Peens
2021-07-22nfp: flower: refactor action offload code slightlyLouis Peens
2021-07-22nfp: flower: refactor match functions to take flow_rule as inputLouis Peens
2021-07-22nfp: flower: make the match compilation functions reusableYinjun Zhang
2021-07-22net: usb: asix: ax88772: add missing stopOleksij Rempel
2021-07-22net: usb: asix: ax88772: do not poll for PHY before registering itOleksij Rempel
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-22net: dpaa2-switch: refactor prechangeupper sanity checksVladimir Oltean
2021-07-22net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_joinVladimir Oltean
2021-07-21ionic: cleanly release devlink instanceLeon Romanovsky
2021-07-21ionic: drop useless check of PCI driver data validityLeon Romanovsky
2021-07-21net: wwan: iosm: Switch to use module_pci_driver() macroAndy Shevchenko
2021-07-21usb: hso: remove the bailout parameterDongliang Mu
2021-07-21usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu
2021-07-21i40e: add support for PTP external synchronization clockPiotr Kwapulinski
2021-07-21net: phy: at803x: finish the phy id checking simplificationVladimir Oltean
2021-07-21net: phylink: cleanup ksettings_setRussell King (Oracle)
2021-07-20igc: Increase timeout value for Speed 100/1000/2500Muhammad Husaini Zulkifli
2021-07-20igc: Set QBVCYCLET_S to 0 for TSN Basic SchedulingMuhammad Husaini Zulkifli
2021-07-20igc: Remove phy->type checkingSasha Neftin
2021-07-20igc: Remove _I_PHY_ID checkingSasha Neftin
2021-07-20igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin
2021-07-20net/e1000e: Fix spelling mistake "The" -> "This"Tree Davies
2021-07-20e1000e: Add space to the debug printSasha Neftin
2021-07-20e1000e: Add support for the next LOM generationSasha Neftin
2021-07-20e1000e: Add support for Lunar LakeSasha Neftin
2021-07-20e1000e: Additional PHY power saving in S0ixSasha Neftin
2021-07-20e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin
2021-07-20e1000e: Add handshake with the CSME to support S0ixSasha Neftin
2021-07-20net: phy: at803x: simplify custom phy id matchingRussell King