aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+2
2021-06-01net: stmmac: enable platform specific safety featuresWong Vee Khee1-1/+3
2020-04-02net: stmmac: xgmac: Fix VLAN register handlingJose Abreu1-0/+11
2020-03-17net: stmmac: Add support for Enterprise MAC versionJose Abreu1-0/+99
2020-02-07net: stmmac: xgmac: fix missing IFF_MULTICAST checki in dwxgmac2_set_filterTan, Tee Min1-1/+1
2020-02-07net: stmmac: xgmac: fix incorrect XGMAC_VLAN_TAG register writtingOng Boon Leong1-2/+6
2020-01-10net: stmmac: xgmac: Fix missing returnJose Abreu1-0/+1
2019-12-18net: stmmac: xgmac3+: Add support for Frame PreemptionJose Abreu1-0/+24
2019-12-18net: stmmac: Add basic EST support for XGMACJose Abreu1-0/+52
2019-11-11net: stmmac: Fix sparse warningJose Abreu1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-11-06net: stmmac: xgmac: Fix TSA selectionJose Abreu1-0/+1
2019-11-06net: stmmac: xgmac: bitrev32 returns u32Jose Abreu1-1/+1
2019-10-06net: stmmac: Fallback to VLAN Perfect filtering if HASH is not availableJose Abreu1-1/+16
2019-10-01net: stmmac: xgmac: Fix RSS writing wrong keysJose Abreu1-2/+3
2019-10-01net: stmmac: xgmac: Fix RSS not writing all Keys to HWJose Abreu1-1/+1
2019-10-01net: stmmac: xgmac: Not all Unicast addresses may be availableJose Abreu1-1/+1
2019-09-21net: stmmac: selftest: avoid large stack usageArnd Bergmann1-3/+2
2019-09-11net: stmmac: xgmac: Reinitialize correctly a variableJose Abreu1-1/+1
2019-09-05net: stmmac: xgmac: Enable RX Jumbo frame supportJose Abreu1-11/+0
2019-09-05net: stmmac: xgmac: Implement ARP OffloadJose Abreu1-0/+17
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu1-0/+177
2019-08-17net: stmmac: Add support for VLAN Insertion OffloadJose Abreu1-0/+14
2019-08-17net: stmmac: xgmac: Add EEE supportJose Abreu1-5/+70
2019-08-17net: stmmac: Add support for SA Insertion/Replacement in XGMAC coresJose Abreu1-0/+11
2019-08-17net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu1-1/+10
2019-08-17net: stmmac: dwxgmac: Add Flexible PPS supportJose Abreu1-0/+56
2019-08-17net: stmmac: Get correct timestamp values from XGMACJose Abreu1-0/+15
2019-08-08net: stmmac: Add Flexible RX Parser support in XGMACJose Abreu1-0/+190
2019-08-08net: stmmac: Implement Safety Features in XGMAC coreJose Abreu1-0/+281
2019-08-08net: stmmac: Implement VLAN Hash Filtering in XGMACJose Abreu1-0/+41
2019-08-08net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu1-0/+52
2019-08-08net: stmmac: xgmac: Implement tx_queue_prio()Jose Abreu1-1/+18
2019-08-08net: stmmac: xgmac: Implement set_mtl_tx_queue_weight()Jose Abreu1-1/+21
2019-08-06net: stmmac: Fix issues when number of Queues >= 4Jose Abreu1-0/+4
2019-08-06net: stmmac: xgmac: Fix XGMAC selftestsJose Abreu1-9/+74
2019-06-28net: stmmac: Add the missing speeds that XGMAC supportsJose Abreu1-6/+8
2019-05-24net: stmmac: dwxgmac2: Also pass control frames while in promisc modeJose Abreu1-1/+1
2019-05-24net: stmmac: dwxgmac2: Add MAC loopback supportJose Abreu1-0/+13
2018-09-01net: stmmac: Add CBS support in XGMAC2Jose Abreu1-1/+18
2018-08-09net: stmmac: Add MAC related callbacks for XGMAC2Jose Abreu1-0/+371