aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03net: stmmac: dwmac1000: fix out-of-bounds mac address reg settingJisheng Zhang1-1/+1
2020-03-08net: stmmac: dwmac1000: Disable ACS if enhanced descs are not usedRemi Pommarel1-1/+2
2019-10-09net: stmmac: Remove break after a returnTiezhu Yang1-2/+0
2019-06-17Merge 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-22net: 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-12net: stmmac: mac debug prepared for multiple queuesJoao Pinto1-1/+2
2017-03-12net: 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-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-01-29stmmac: 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-18stmmac: fix PWRDWN into the PMT register for global unicast.Giuseppe CAVALLARO1-1/+1
2016-08-30drivers: 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-02stmmac: rework synopsys id read, moved to dwmac setupAlexandre TORGUE1-2/+5
2015-12-01stmmac: 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-01stmmac: fix the rx csum featureGiuseppe CAVALLARO1-1/+5
2014-07-31net: stmmac: Support devicetree configs for mcast and ucast filter entriesVince Bridgers1-16/+50
2014-07-31net: stmmac: Correct set_filter for multicast and unicast casesVince Bridgers1-15/+10
2014-07-31net: stmmac: Change MAC interface to support multiple filter configurationsVince Bridgers1-15/+35
2014-07-02net: stmmac: Remove unneeded I/O read caught by cppcheckVince Bridgers1-4/+1
2014-01-21stmmac: Fix kernel crashes for jumbo framesVince Bridgers1-1/+6
2013-07-02stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO1-38/+19
2013-04-08stmmac: code tidy-upGiuseppe CAVALLARO1-34/+36
2013-03-26stmmac: initial support to manage pcs modesGiuseppe CAVALLARO1-3/+61
2013-03-26stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO1-16/+28
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO1-8/+93
2012-05-14stmmac: extend mac addr reg and fix perfect fileringGiuseppe CAVALLARO1-2/+9
2012-04-04stmmac: sanitize the rx coe and add the type-1 csum (v2)Deepak SIKRI1-2/+2
2011-09-15stmmac: rework the code to get the Synopsys ID (v3)Giuseppe CAVALLARO1-4/+2