summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27cxgb3: use ndo_siocdevprivateArnd Bergmann
2021-07-27tehuti: use ndo_siocdevprivateArnd Bergmann
2021-07-27hamachi: use ndo_siocdevprivateArnd Bergmann
2021-07-27tulip: use ndo_siocdevprivateArnd Bergmann
2021-07-27net: qed: remove unneeded return variablesJason Wang
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean
2021-07-26Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
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-26nfp: add support for coalesce adaptive featureYinjun Zhang
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-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2021-07-23octeontx2-af: Enhance mailbox trace entryJerin Jacob
2021-07-23e100: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-07-23igb: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-07-23igb: Add counter to i21x doublecheckGrzegorz Siwik
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-07-22dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei
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