summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-08-07net: stmmac: dwmac-imx: enable MAC propagation delay correction for i.MX8MPJohannes Zink1-0/+5
2023-08-07net: stmmac: correct MAC propagation delayJohannes Zink4-0/+58
2023-08-06net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast ad...Yang Yingliang1-4/+4
2023-08-06ibmvnic: remove unused rc variableYu Liao1-2/+1
2023-08-06net: mana: Add page pool for RX buffersHaiyang Zhang1-16/+74
2023-08-06gve: RX path for DQO-QPLRushil Gupta2-18/+114
2023-08-06gve: Tx path for DQO-QPLRushil Gupta2-83/+398
2023-08-06gve: Control path for DQO-QPLRushil Gupta4-20/+128
2023-08-05mlxsw: spectrum: Remove unused function declarationsYue Haibing2-9/+0
2023-08-05ixgbevf: Remove unused function declarationsYue Haibing1-3/+0
2023-08-05net: hns3: Remove unused function declarationsYue Haibing2-5/+0
2023-08-04net: lan966x: Do not check 0 for platform_get_irq_byname()Zhu Wang1-2/+2
2023-08-04net: mana: Configure hwc timeout from hardwareSouradeep Chakrabarti2-2/+52
2023-08-04net: microchip: vcap api: Use ERR_CAST() in vcap_decode_rule()Li Zetao1-1/+1
2023-08-04eth: dpaa: add missing net/xdp.h includeJakub Kicinski1-0/+1
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski12-0/+12
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski50-199/+497
2023-08-03prestera: fix fallback to previous version on same major versionJonas Gorski1-1/+2
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski12-0/+12
2023-08-03net/mlx4: Remove many unnecessary NULL valuesRuan Jinjie3-11/+11
2023-08-03net: gemini: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-03drivers: net: xgene: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-03net: ethernet: mtk_eth_soc: support per-flow accounting on MT7988Daniel Golle3-7/+17
2023-08-03net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean3-25/+14
2023-08-03net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-50/+55
2023-08-03net: sparx5: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-28/+46
2023-08-03net: fec: delete fec_ptp_disable_hwts()Vladimir Oltean3-17/+1
2023-08-03net: fec: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-50/+59
2023-08-03net/mlx5e: Set proper IPsec source port in L4 selectorLeon Romanovsky1-2/+2
2023-08-03net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu1-8/+72
2023-08-03net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu1-15/+14
2023-08-03net/mlx5e: Make TC and IPsec offloads mutually exclusive on a netdevJianbo Liu2-4/+127
2023-08-03net/mlx5e: Add get IPsec offload stats for uplink representorJianbo Liu1-0/+1
2023-08-03net/mlx5e: Modify and restore TC rules for IPSec TX rulesJianbo Liu5-4/+154
2023-08-03net/mlx5e: Make IPsec offload work together with eswitch and TCJianbo Liu3-15/+128
2023-08-03net/mlx5: Compare with old_dest param to modify rule destinationJianbo Liu1-1/+1
2023-08-03net/mlx5e: Support IPsec packet offload for TX in switchdev modeJianbo Liu6-9/+100
2023-08-03net/mlx5e: Refactor IPsec TX tables creationJianbo Liu2-6/+28
2023-08-03net/mlx5e: Handle IPsec offload for RX datapath in switchdev modeJianbo Liu7-3/+136
2023-08-03net/mlx5e: Support IPsec packet offload for RX in switchdev modeJianbo Liu7-47/+312
2023-08-03net/mlx5e: Refactor IPsec RX tables creation and destructionJianbo Liu2-31/+80
2023-08-03net/mlx5e: Prepare IPsec packet offload for switchdev modeJianbo Liu3-83/+184
2023-08-03net/mlx5e: Change the parameter of IPsec RX skb handle functionJianbo Liu3-5/+5
2023-08-03net/mlx5e: Add function to get IPsec offload namespaceJianbo Liu1-24/+22
2023-08-02pds_core: Fix documentation for pds_client_registerBrett Creeley1-1/+1
2023-08-02cirrus: cs89x0: fix the return value handle and remove redundant dev_warn() f...Ruan Jinjie1-3/+2
2023-08-02bnx2x: Remove unnecessary ternary operatorsRuan Jinjie1-3/+3
2023-08-02octeontx2: Remove unnecessary ternary operatorsRuan Jinjie2-3/+3
2023-08-02net: hisilicon: fix the return value handle and remove redundant netdev_err()...Ruan Jinjie3-7/+6
2023-08-02net: Remove duplicated include in mac.cYang Li1-1/+0