summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'Ingenic-SOC-mac-support'David S. Miller2021-06-143-0/+410
|\ \
| * | net: stmmac: Add Ingenic SoCs MAC support.周琰杰 (Zhou Yanjie)2021-06-143-0/+414
|/ /
* | stmmac: intel: fix wrong kernel-docWong Vee Khee2021-06-121-1/+1
* | stmmac: intel: move definitions to dwmac-intel header fileWong Vee Khee2021-06-122-16/+16
* | net: stmmac: reduce indentation when calling stmmac_xpcs_setupVladimir Oltean2021-06-111-6/+4
* | net: stmmac: reverse Christmas tree notation in stmmac_xpcs_setupVladimir Oltean2021-06-111-3/+3
* | net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcsVladimir Oltean2021-06-112-2/+2
* | net: stmmac: Fix potential integer overflowWong Vee Khee2021-06-111-1/+1
* | net: stmmac: Fix unused values warningsWong Vee Khee2021-06-111-4/+4
* | net: stmmac: Fix mixed enum type warningWong Vee Khee2021-06-101-2/+2
* | stmmac: prefetch right addressMatteo Croce2021-06-091-1/+1
* | net: stmmac: Fix missing { } around two statements in an if statementColin Ian King2021-06-091-1/+2
* | net: stmmac: Use devm_platform_ioremap_resource_byname()Yang Yingliang2021-06-091-3/+1
* | net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan2021-06-082-0/+13
* | net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO busVladimir Oltean2021-06-081-5/+2
* | net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng2021-06-084-1/+68
* | net: stmmac: split xPCS setup from mdio registerVoon Weifeng2021-06-083-29/+45
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-2/+3
|\|
| * net: stmmac: fix issue where clk is being unprepared twiceWong Vee Khee2021-06-021-1/+0
| * net: stmmac: fix kernel panic due to NULL pointer dereference of mdio_bus_dataSriranjani P2021-05-301-2/+3
* | net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean2021-06-035-48/+17
* | net: pcs: xpcs: convert to mdio_deviceVladimir Oltean2021-06-034-23/+30
* | net: pcs: xpcs: export xpcs_probeVladimir Oltean2021-06-032-3/+1
* | net: pcs: xpcs: export xpcs_config_eeeVladimir Oltean2021-06-032-7/+7
* | net: pcs: xpcs: export xpcs_validateVladimir Oltean2021-06-032-3/+2
* | net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean2021-06-031-1/+3
* | net: stmmac: enable platform specific safety featuresWong Vee Khee2021-06-017-14/+71
* | net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean2021-05-281-6/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-272-14/+26
|\|
| * Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-261-10/+22
| |\
| | * net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang2021-05-201-1/+10
| | * net: stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()Joakim Zhang2021-05-201-6/+6
| | * net: stmmac: Fix MAC WoL not working if PHY does not support WoLJoakim Zhang2021-05-111-3/+6
| * | net: stmicro: handle clk_prepare() failure during initAnirudh Rayabharam2021-05-131-3/+5
| * | Revert "net: stmicro: fix a missing check of clk_prepare"Greg Kroah-Hartman2021-05-131-3/+1
| |/
* | net: stmmac: Add callbacks for DWC xpcs Energy Efficient EthernetMichael Sit Wei Hong2021-05-173-0/+19
* | net: stmmac: Add RK3566/RK3568 SoC supportDavid Wu2021-05-171-0/+121
* | net: stmmac: dwmac-rk: Check platform-specific opsDavid Wu2021-05-171-2/+29
* | net: stmmac: Don't set has_gmac if has_gmac4 is setEzequiel Garcia2021-05-171-1/+5
* | stmmac: use XDP helpersMatteo Croce2021-05-141-6/+3
* | net: stmmac: dwmac-rk: add support for rk3308 gmacTobias Schramm2021-05-141-0/+49
* | net: stmmac: platform: Delete a redundant condition branchZhen Lei2021-05-101-2/+0
|/
* net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2021-05-072-18/+3
* net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B2021-05-041-0/+1
* net: stmmac: Remove duplicate declaration of stmmac_privWan Jiabing2021-04-301-1/+0
* net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail2021-04-301-0/+1
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2949-629/+3877
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-3/+9
| |\
| | * net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong2021-04-211-3/+9
| * | stmmac: intel: Enable HW descriptor prefetch by defaultMohammad Athari Bin Ismail2021-04-221-0/+1