summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-07-29dpaa2-switch: add VLAN based mirroringIoana Ciornei1-5/+138
2021-07-29dpaa2-switch: add support for port mirroringIoana Ciornei3-5/+182
2021-07-29dpaa2-switch: add API for setting up mirroringIoana Ciornei3-0/+130
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replaceIoana Ciornei1-6/+25
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_flower_replaceIoana Ciornei1-6/+26
2021-07-29dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_blockIoana Ciornei3-125/+130
2021-07-29dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACLIoana Ciornei1-8/+8
2021-07-29qede: Remove the qede module versionShai Malin3-21/+4
2021-07-29qed: Remove the qed module versionShai Malin3-18/+1
2021-07-28bnxt_en: Log if an invalid signal detected on TSIO pinPavan Chebbi2-0/+28
2021-07-28bnxt_en: Event handler for PPS eventsPavan Chebbi3-0/+58
2021-07-28bnxt_en: 1PPS functions to configure TSIO pinsPavan Chebbi3-2/+178
2021-07-28bnxt_en: 1PPS support for 5750X family chipsPavan Chebbi4-1/+113
2021-07-28bnxt_en: Do not read the PTP PHC during chip resetMichael Chan2-11/+35
2021-07-28bnxt_en: Move bnxt_ptp_init() from bnxt_open() back to bnxt_init_one()Michael Chan2-9/+12
2021-07-28net: fec: add MAC internal delayed clock feature supportFugang Duan2-0/+33
2021-07-28net: fec: add eee mode tx lpi supportFugang Duan2-0/+95
2021-07-28net: fec: add imx8mq and imx8qm new versions supportFugang Duan2-0/+43
2021-07-28nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload()Yang Yingliang1-2/+6
2021-07-28net/mlx5: Don't rely on always true registered fieldLeon Romanovsky2-16/+5
2021-07-28net: ti: am65-cpsw-nuss: fix wrong devlink release orderLeon Romanovsky1-17/+17
2021-07-27ionic: add function tag to debug stringShannon Nelson1-2/+2
2021-07-27ionic: enable rxhash only with multiple queuesShannon Nelson1-1/+3
2021-07-27ionic: block some ethtool operations when fw in resetShannon Nelson1-0/+21
2021-07-27ionic: remove unneeded comp union fieldsShannon Nelson1-2/+0
2021-07-27ionic: increment num-vfs before configureShannon Nelson1-1/+1
2021-07-27ionic: use fewer inits on the buf_info structShannon Nelson1-16/+11
2021-07-27ionic: init reconfig err to 0Shannon Nelson1-3/+10
2021-07-27ionic: print firmware version on identifyShannon Nelson1-0/+2
2021-07-27ionic: monitor fw status generationShannon Nelson3-3/+31
2021-07-27ionic: minimize resources when under kdumpShannon Nelson1-2/+19
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-27Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/ker...David 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