aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-07stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing1-3/+5
2021-07-07stmmac: dwmac-loongson: Fix unsigned comparison to zeroYueHaibing1-4/+5
2021-07-05net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang2-2/+45
2021-07-05net: stmmac: add mutex lock to protect est parametersXiaoliang Yang1-1/+11
2021-07-05net: stmmac: separate the tas basetime calculation functionXiaoliang Yang2-13/+28
2021-07-01net: stmmac: Terminate FPE workqueue in suspendMohammad Athari Bin Ismail1-0/+1
2021-06-29stmmac: intel: set PCI_D3hot in suspendVoon Weifeng1-0/+1
2021-06-29stmmac: intel: Enable PHY WOL option in EHLLing Pei Lee1-0/+1
2021-06-29net: stmmac: option to enable PHY WOL with PMT enabledLing Pei Lee1-1/+2
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+2
2021-06-24stmmac: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-8/+2
2021-06-22stmmac: dwmac-loongson: fix uninitialized variable in loongson_dwmac_probe()Dan Carpenter1-1/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+6
2021-06-18net: stmmac: remove redundant continue statementColin Ian King1-3/+1
2021-06-18stmmac: pci: Add dwmac support for LoongsonQing Zhang3-0/+228
2021-06-16net: stmmac: disable clocks in stmmac_remove_config_dt()Joakim Zhang1-0/+2
2021-06-16net: stmmac: Fix error return code in ingenic_mac_probe()Wei Yongjun1-0/+1
2021-06-15stmmac: align RX buffersMatteo Croce1-2/+2
2021-06-14Merge branch 'Ingenic-SOC-mac-support'David S. Miller3-0/+410
2021-06-14net: stmmac: Add Ingenic SoCs MAC support.周琰杰 (Zhou Yanjie)3-0/+414
2021-06-12stmmac: intel: fix wrong kernel-docWong Vee Khee1-1/+1
2021-06-12stmmac: intel: move definitions to dwmac-intel header fileWong Vee Khee2-16/+16
2021-06-11net: stmmac: reduce indentation when calling stmmac_xpcs_setupVladimir Oltean1-6/+4
2021-06-11net: stmmac: reverse Christmas tree notation in stmmac_xpcs_setupVladimir Oltean1-3/+3
2021-06-11net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcsVladimir Oltean2-2/+2
2021-06-11net: stmmac: Fix potential integer overflowWong Vee Khee1-1/+1
2021-06-11net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang1-4/+4
2021-06-11net: stmmac: Fix unused values warningsWong Vee Khee1-4/+4
2021-06-10net: stmmac: Fix mixed enum type warningWong Vee Khee1-2/+2
2021-06-09stmmac: prefetch right addressMatteo Croce1-1/+1
2021-06-09net: stmmac: Fix missing { } around two statements in an if statementColin Ian King1-1/+2
2021-06-09net: stmmac: Use devm_platform_ioremap_resource_byname()Yang Yingliang1-3/+1
2021-06-08net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan2-0/+13
2021-06-08net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO busVladimir Oltean1-5/+2
2021-06-08net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng4-1/+68
2021-06-08net: stmmac: split xPCS setup from mdio registerVoon Weifeng3-29/+45
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean5-48/+17
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean4-23/+30
2021-06-03net: pcs: xpcs: export xpcs_probeVladimir Oltean2-3/+1
2021-06-03net: pcs: xpcs: export xpcs_config_eeeVladimir Oltean2-7/+7
2021-06-03net: pcs: xpcs: export xpcs_validateVladimir Oltean2-3/+2
2021-06-03net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean1-1/+3
2021-06-02net: stmmac: fix issue where clk is being unprepared twiceWong Vee Khee1-1/+0
2021-06-01net: stmmac: enable platform specific safety featuresWong Vee Khee7-14/+71
2021-05-30net: stmmac: fix kernel panic due to NULL pointer dereference of mdio_bus_dataSriranjani P1-2/+3
2021-05-28net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean1-6/+15
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+26
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+22
2021-05-20net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang1-1/+10