summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-26net: ipa: kill the remaining conditional validation codeAlex Elder7-27/+1
2021-07-26net: ipa: always validate filter and route tablesAlex Elder2-35/+17
2021-07-26net: ipa: fix ipa_cmd_table_valid()Alex Elder3-26/+29
2021-07-26Merge branch 'sja1105-bridge-port-traffic-termination'David S. Miller11-372/+363
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean3-21/+1
2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean4-4/+89
2021-07-26net: dsa: sja1105: add support for imprecise RXVladimir Oltean3-45/+93
2021-07-26net: dsa: sja1105: deny more than one VLAN-aware bridgeVladimir Oltean1-0/+13
2021-07-26net: dsa: sja1105: deny 8021q uppers on portsVladimir Oltean1-0/+15
2021-07-26net: dsa: sja1105: delete vlan delta save/restore logicVladimir Oltean2-300/+114
2021-07-26net: dsa: sja1105: remove redundant re-assignment of pointer tableColin Ian King1-2/+0
2021-07-26net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean2-0/+35
2021-07-26net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...Vladimir Oltean1-2/+5
2021-07-26Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller25-811/+1106
2021-07-26Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/...David S. Miller24-443/+584
2021-07-26net/mlx5e: Use the new TIR API for kTLSMaxim Mikityanskiy3-29/+35
2021-07-26net/mlx5e: Move management of indir traffic types to rx_resMaxim Mikityanskiy7-81/+87
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy11-307/+447
2021-07-26net/mlx5e: Create struct mlx5e_rss_params_hashMaxim Mikityanskiy4-20/+22
2021-07-26net/mlx5e: Remove mdev from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy1-10/+9
2021-07-26net/mlx5e: Remove lro_param from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy1-6/+6
2021-07-26net/mlx5e: Remove mlx5e_priv usage from mlx5e_build_*tir_ctx*()Maxim Mikityanskiy3-36/+56
2021-07-26net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware idMaxim Mikityanskiy3-5/+9
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy11-119/+188
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy14-154/+189
2021-07-26net/mlx5e: Move mlx5e_build_rss_params() call to init_rxMaxim Mikityanskiy3-8/+7
2021-07-26net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy10-276/+295
2021-07-26net/mlx5e: Check if inner FT is supported outside of create/destroy functionsMaxim Mikityanskiy1-16/+15
2021-07-26net/mlx5: Take TIR destruction out of the TIR list lockMaxim Mikityanskiy1-1/+2
2021-07-26net/mlx5e: Block LRO if firmware asks for tunneled LROMaxim Mikityanskiy2-1/+17
2021-07-26net/mlx5e: Prohibit inner indir TIRs in IPoIBMaxim Mikityanskiy3-27/+7
2021-07-26net: ixp4xx_hss: use dma_pool_zallocJason Wang1-2/+1
2021-07-26nfp: add support for coalesce adaptive featureYinjun Zhang4-13/+160
2021-07-26net: mhi: Improve MBIM packet countingRichard Laing2-7/+11
2021-07-26nfc: s3fwrn5: remove unnecessary labelwengjianfeng1-7/+5
2021-07-26Merge branch 'hns3-devlink'David S. Miller13-3/+390
2021-07-26net: hns3: add devlink reload support for VFHao Chen1-0/+71
2021-07-26net: hns3: add devlink reload support for PFHao Chen1-0/+70
2021-07-26net: hns3: add support for devlink get info for VFYufeng Mo1-0/+30
2021-07-26net: hns3: add support for devlink get info for PFYufeng Mo1-0/+30
2021-07-26net: hns3: add support for registering devlink for VFYufeng Mo5-1/+81
2021-07-26net: hns3: add support for registering devlink for PFYufeng Mo6-2/+82
2021-07-26devlink: add documentation for hns3 driverHao Chen2-0/+26
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgXin Long1-3/+5
2021-07-25can: flexcan: update Kconfig to enable coldfireAngelo Dureghello1-1/+2
2021-07-25can: flexcan: add mcf5441x supportAngelo Dureghello1-20/+104
2021-07-25can: flexcan: add platform data headerAngelo Dureghello1-0/+23
2021-07-25can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...Vincent Mailhol2-4/+2
2021-07-25can: etas_es58x: use sizeof and sizeof_field macros instead of constant valuesVincent Mailhol2-2/+2
2021-07-25can: etas_es58x: add es58x_free_netdevs() to factorize codeVincent Mailhol1-22/+24