summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti
AgeCommit message (Expand)AuthorFilesLines
2026-03-25net: ethernet: ti: am65-cpsw-nuss/cpsw-ale: Fix multicast entry handling in A...Chintan Vankar2-6/+5
2026-03-04net: cpsw_new: Fix unnecessary netdev unregistration in cpsw_probe() error pathKevin Hao1-7/+5
2025-12-07net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on...Nishanth Menon1-5/+5
2025-06-04net: ethernet: ti: am65-cpsw: Lower random mac address error print to infoNishanth Menon1-1/+1
2025-06-04net: ethernet: ti: cpsw_new: populate netdev of_nodeAlexander Sverdlin1-0/+1
2025-02-21net: ethernet: ti: am65-cpsw: fix freeing IRQ in am65_cpsw_nuss_remove_tx_chns()Roger Quadros1-1/+1
2025-01-23net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()Sudheer Kumar Doredla1-7/+7
2024-12-14ptp: convert remaining drivers to adjfine interfaceJacob Keller1-2/+3
2024-05-02net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packetsJason Reeder1-0/+5
2024-04-27net: ethernet: ti: am65-cpsw-nuss: cleanup DMA Channels before using themSiddharth Vadapalli1-0/+18
2024-02-23net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdioSinthu Raja1-0/+3
2024-02-23net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdioSinthu Raja1-0/+2
2024-01-26net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet framesSanjuán García, Jorge1-2/+3
2023-10-10net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns()Dan Carpenter1-0/+1
2023-07-27net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil1-5/+19
2023-04-13net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probeSiddharth Vadapalli1-2/+4
2023-04-06net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release actionSiddharth Vadapalli3-10/+12
2023-02-22net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown QuirkSiddharth Vadapalli2-1/+12
2022-12-31net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()Nathan Chancellor1-1/+1
2022-12-31net: ethernet: ti: am65-cpsw: Fix PM runtime leakage in am65_cpsw_nuss_ndo_sl...Roger Quadros1-3/+7
2022-12-01net: ethernet: ti: am65-cpsw: Fix RGMII configuration at SPEED_10Siddharth Vadapalli1-1/+1
2022-11-28net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()Zhang Changzhong1-1/+1
2022-11-10net: cpsw: disable napi in cpsw_ndo_open()Zhengchao Shao1-0/+2
2022-11-04net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unloadRoger Quadros1-1/+1
2022-10-12net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused portsMatthias Schiffer1-1/+4
2022-09-29net: cpmac: Add __init/__exit annotations to module init/exit funcsruanjinjie1-2/+2
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski6-9/+6
2022-09-22net: ethernet: ti: am65-cpsw: remove unused parameter of am65_cpsw_nuss_commo...Jian Shen1-3/+2
2022-09-21net: ethernet: ti: cpsw_new: Switch to use dev_err_probe() helperYang Yingliang1-3/+2
2022-09-21net: ethernet: ti: cpsw: Switch to use dev_err_probe() helperYang Yingliang1-2/+1
2022-09-21net: ethernet: ti: am65-cpts: Switch to use dev_err_probe() helperYang Yingliang1-5/+2
2022-09-20net: ethernet: ti: davinci_emac: Fix return type of emac_dev_xmitNathan Huckleberry1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang6-15/+15
2022-08-25net: ethernet: ti: davinci_mdio: fix build for mdio bitbang usesRandy Dunlap1-0/+1
2022-08-24net: ethernet: ti: am65-cpsw: Move phy_set_mode_ext() to correct locationSiddharth Vadapalli1-5/+4
2022-08-24net: ethernet: ti: am65-cpsw: Add support for J7200 CPSW5GSiddharth Vadapalli2-2/+35
2022-08-22net: ethernet: ti: davinci_mdio: Add workaround for errata i2329Ravi Gunasekaran1-11/+231
2022-07-08net: ethernet: ti: am65-cpsw: Fix devlink port register sequenceSiddharth Vadapalli1-7/+10
2022-05-27net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaksMiaoqian Lin1-1/+2
2022-05-26net: ethernet: ti: am65-cpsw: Fix fwnode passed to phylink_create()Siddharth Vadapalli1-1/+4
2022-05-17ethernet/ti: delete if NULL check befort devm_kfreeBernard Zhao1-9/+4
2022-05-06net: switch to netif_napi_add_tx()Jakub Kicinski4-9/+7
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-04-30net: cpsw: add missing of_node_put() in cpsw_probe_dt()Yang Yingliang1-1/+4
2022-04-29eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski4-11/+10
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2-5/+3
2022-04-22net: ethernet: ti: am65-cpsw-ethtool: use pm_runtime_resume_and_getMinghao Chi1-4/+2
2022-04-21drivers: net: davinci_mdio: using pm_runtime_resume_and_get instead of pm_run...Minghao Chi1-12/+6
2022-04-15net: ethernet: ti: davinci_emac: using pm_runtime_resume_and_get instead of p...Minghao Chi1-6/+3
2022-04-15net: ethernet: ti: cpsw_priv: using pm_runtime_resume_and_get instead of pm_r...Minghao Chi1-12/+6