summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2022-04-15net: stmmac: stmmac_main: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi1-12/+6
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-16/+9
2022-04-12net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-16/+8
2022-04-11net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen3-16/+9
2022-04-04stmmac: dwmac-loongson: change loongson_dwmac_driver from global to staticTom Rix1-1/+1
2022-04-02net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai1-2/+1
2022-03-25net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resumeBjorn Andersson1-0/+7
2022-03-17net: stmmac: clean up impossible conditionDan Carpenter1-4/+1
2022-03-16stmmac: dwmac-mediatek: add support for mt8195Biao Huang1-10/+268
2022-03-16stmmac: dwmac-mediatek: re-arrange clock settingBiao Huang1-23/+48
2022-03-16stmmac: dwmac-mediatek: Reuse more common featuresBiao Huang1-17/+15
2022-03-16stmmac: dwmac-mediatek: add platform level clocks managementBiao Huang1-7/+18
2022-03-10stmmac: intel: Add ADL-N PCI IDMichael Sit Wei Hong1-0/+2
2022-03-10net: stmmac: switch no PTP HW support message to info levelHeiner Kallweit1-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+29
2022-03-03net: stmmac: dwmac-qcom-ethqos: Adjust rgmii loopback_en per platformBjorn Andersson1-4/+18
2022-03-03net: stmmac: Add support for SM8150Vinod Koul1-0/+15
2022-02-26stmmac: intel: Enable 2.5Gbps for Intel AlderLake-SWong Vee Khee1-2/+1
2022-02-25net: stmmac: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-02-25net: stmmac: only enable DMA interrupts when readyVincent Whitchurch1-2/+26
2022-02-08net: stmmac: optimize locking around PTP clock readsYannick Vignon5-20/+20
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-13/+41
2022-02-04net: stmmac: ensure PTP time register reads are consistentYannick Vignon1-7/+12
2022-02-01net: stmmac: dump gmac4 DMA registers correctlyCamel Guo2-2/+18
2022-01-28net: stmmac: dwmac-sun8i: make clk really gated during rpm suspendedJisheng Zhang1-19/+11
2022-01-28net: stmmac: properly handle with runtime pm in stmmac_dvr_remove()Jisheng Zhang1-2/+4
2022-01-28net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected spee...Yuji Ishikawa1-2/+7
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-21/+20
2022-01-27net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()Jisheng Zhang1-1/+1
2022-01-27net: stmmac: skip only stmmac_ptp_register when resume from suspendMohammad Athari Bin Ismail1-11/+9
2022-01-27net: stmmac: configure PTP clock source prior to PTP initializationMohammad Athari Bin Ismail2-3/+3
2022-01-26net: stmmac: use .mac_select_pcs() interfaceRussell King (Oracle)1-3/+12
2022-01-26net: stmmac: convert to phylink_generic_validate()Russell King (Oracle)1-24/+1
2022-01-26net: stmmac: remove phylink_config.pcs_poll usageRussell King (Oracle)1-1/+0
2022-01-26net: stmmac/xpcs: convert to pcs_validate()Russell King (Oracle)1-5/+0
2022-01-26net: stmmac: fill in supported_interfacesRussell King (Oracle)1-0/+8
2022-01-26net: stmmac: convert to phylink_get_linkmodes()Russell King (Oracle)1-83/+42
2022-01-25net: stmmac: reduce unnecessary wakeups from eee sw timerJisheng Zhang1-6/+7
2022-01-24net: stmmac: remove unused members in struct stmmac_privJisheng Zhang1-2/+0
2022-01-20net: stmmac: dwmac-visconti: Fix clock configuration for RMII modeYuji Ishikawa1-11/+21
2022-01-20net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SELYuji Ishikawa1-5/+5
2022-01-14net: stmmac: Fix "Unbalanced pm_runtime_enable!" warningKai-Heng Feng1-1/+2
2022-01-12net: stmmac: dwmac-oxnas: Add support for OX810SENeil Armstrong1-22/+79
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+2
2021-12-30net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski1-0/+1
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2021-12-23net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu1-1/+1
2021-12-23net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang1-1/+1
2021-12-23net: stmmac: add tc flower filter for EtherType matchingOng Boon Leong2-0/+124
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-18/+105