summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-20net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() methodRussell King (Oracle)1-3/+3
2025-06-17net: stmmac: remove pcs_get_adv_lp() supportRussell King (Oracle)1-6/+0
2025-04-24net: stmmac: fix multiplication overflow when reading timestampAlexis Lothoré1-1/+1
2025-02-19net: stmmac: Use str_enabled_disabled() helperYu-Chun Lin1-1/+2
2025-02-07net: stmmac: remove old EEE methodsRussell King (Oracle)1-13/+0
2025-02-07net: stmmac: add new MAC method set_lpi_mode()Russell King (Oracle)1-14/+19
2024-11-14net: stmmac: Enable timestamping interrupt on dwmac1000Maxime Chevallier1-0/+16
2024-11-14net: stmmac: Introduce dwmac1000 timestamping operationsMaxime Chevallier1-0/+40
2024-11-14net: stmmac: Introduce dwmac1000 ptp_clock_info and operationsMaxime Chevallier1-0/+45
2024-05-31net: stmmac: include linux/io.h rather than asm/io.hRussell King (Oracle)1-1/+1
2024-05-31net: stmmac: remove pcs_rane() methodRussell King (Oracle)1-6/+0
2024-04-16net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin1-0/+2
2023-04-13net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney1-1/+2
2022-09-08net: stmmac: Disable automatic FCS/Pad strippingKurt Kanzenbach1-9/+0
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2020-08-12net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell1-0/+3
2020-04-04net: stmmac: dwmac1000: fix out-of-bounds mac address reg settingJisheng Zhang1-1/+1
2020-03-09net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel1-1/+2
2019-10-10net: stmmac: Remove break after a returnTiezhu Yang1-2/+0
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-11/+1
2019-05-24net: stmmac: dwmac1000: Clear unused address entriesJose Abreu1-0/+6
2019-05-24net: stmmac: dwmac1000: Fix Hash FilterJose Abreu1-0/+1
2019-05-24net: stmmac: dwmac1000: Also pass control frames while in promisc modeJose Abreu1-1/+1
2019-05-24net: stmmac: dwmac1000: Add MAC loopback supportJose Abreu1-0/+13
2018-04-23net: stmmac: Implement logic to automatically select HW InterfaceJose Abreu1-19/+10
2018-02-09net: stmmac: remove redundant enable of PMT irqNiklas Cassel1-2/+0
2018-01-23net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli1-1/+11
2017-05-25net-next: stmmac: rework the speed selectionLABBE Corentin1-11/+15
2017-03-24net: stmmac: add set_mac to the stmmac_opsLABBE Corentin1-0/+1
2017-03-13net: stmmac: mac debug prepared for multiple queuesJoao Pinto1-1/+2
2017-03-13net: stmmac: flow_ctrl functions adapted to mtlJoao Pinto1-1/+2
2017-02-24net: stmmac: unify registers dumps methodsLABBE Corentin1-7/+3
2017-02-08net: stmmac: remove freesoftware addressLABBE Corentin1-4/+0
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-01-30stmmac: Discard masked flags in interrupt status registerAlexey Brodkin1-0/+4
2017-01-09stmmac: adding DT parameter for LPI tx clock gatingjpinto1-1/+4
2016-12-23stmmac: CSR clock configuration fixjpinto1-1/+1
2016-12-03net: stmmac: unify mdio functionsLABBE Corentin1-0/+6
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-19stmmac: fix PWRDWN into the PMT register for global unicast.Giuseppe CAVALLARO1-1/+1
2016-08-31drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"Colin Ian King1-1/+1
2016-06-28drivers: net: stmmac: add port selection programmingGiuseppe CAVALLARO1-0/+15
2016-06-28drivers: net: stmmac: rework core ISR to better manage PCS and PMTGiuseppe CAVALLARO1-7/+17
2016-06-28drivers: net: stmmac: reworking the PCS code.Giuseppe CAVALLARO1-59/+51
2016-04-03stmmac: rework synopsys id read, moved to dwmac setupAlexandre TORGUE1-2/+5
2015-12-02stmmac: support Reg_9 to get HW level informationGiuseppe CAVALLARO1-0/+75
2015-04-16stmmac: Enable unicast pause frame detect in GMAC Register 6Vince Bridgers1-1/+4
2014-10-10stmmac: correct mc_filter local variable in set_filter and set_mac_addr callVince Bridgers1-2/+2
2014-09-02stmmac: fix the rx csum featureGiuseppe CAVALLARO1-1/+5