aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann146-158/+158
2021-07-27cxgb3: use ndo_siocdevprivateArnd Bergmann1-4/+8
2021-07-27tehuti: use ndo_siocdevprivateArnd Bergmann1-13/+5
2021-07-27hamachi: use ndo_siocdevprivateArnd Bergmann1-25/+38
2021-07-27tulip: use ndo_siocdevprivateArnd Bergmann1-3/+8
2021-07-27net: qed: remove unneeded return variablesJason Wang1-4/+2
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean2-0/+3
2021-07-26Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller24-810/+1104
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 Mikityanskiy1-0/+15
2021-07-26net/mlx5e: Prohibit inner indir TIRs in IPoIBMaxim Mikityanskiy3-27/+7
2021-07-26nfp: add support for coalesce adaptive featureYinjun Zhang4-13/+160
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-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller3-5/+8
2021-07-23octeontx2-af: Enhance mailbox trace entryJerin Jacob1-4/+6
2021-07-23e100: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-2/+2
2021-07-23igb: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-2/+1
2021-07-23igb: Add counter to i21x doublecheckGrzegorz Siwik1-1/+5
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz8-8/+8
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller32-99/+575
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds31-99/+574
2021-07-22dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei1-8/+8
2021-07-22nfp: fix return statement in nfp_net_parse_meta()Niklas Söderlund1-1/+1
2021-07-22nfp: flower-tc: add flow stats updates for ctLouis Peens4-2/+157
2021-07-22nfp: flower-ct: add offload calls to the nfpLouis Peens3-1/+16
2021-07-22nfp: flower-ct: add flow_pay to the offload tableLouis Peens3-2/+78
2021-07-22nfp: flower-ct: add actions into flow_pay for offloadLouis Peens1-0/+72
2021-07-22nfp: flower-ct: compile match sections of flow_payloadLouis Peens1-1/+223
2021-07-22nfp: flower-ct: calculate required key_layersLouis Peens4-2/+125
2021-07-22nfp: flower: refactor action offload code slightlyLouis Peens3-20/+19
2021-07-22nfp: flower: refactor match functions to take flow_rule as inputLouis Peens4-28/+17
2021-07-22nfp: flower: make the match compilation functions reusableYinjun Zhang2-145/+239