summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-1/+1
|\
| * net: stmmac: fix incorrect merge of patch upstreamAntonio Borneo2020-11-251-1/+1
* | net: stmmac: Enable EEE HW LPI timer with auto SW/HW switchingVineetha G. Jaya Kumaran2020-10-301-0/+24
|/
* net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt2020-09-251-2/+13
* net: stmmac: Add support for VLAN promiscuous modeChuah, Kim Tatt2020-04-221-0/+67
* net: stmmac: Add support for VLAN Rx filteringWong Vee Khee2020-03-301-0/+195
* net: stmmac: fix missing IFF_MULTICAST check in dwmac4_set_filterVerma, Aashish2020-02-071-1/+1
* net: stmmac: fix incorrect GMAC_VLAN_TAG register writting in GMAC4+Tan, Tee Min2020-02-071-3/+4
* net: stmmac: gmac5+: Add support for Frame PreemptionJose Abreu2019-12-181-0/+2
* net: stmmac: Add basic EST support for GMAC5+Jose Abreu2019-12-181-0/+2
* net: stmmac: Fix sparse warningJose Abreu2019-11-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+1
|\
| * net: stmmac: gmac4: bitrev32 returns u32Jose Abreu2019-11-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-1/+1
|\|
| * net: stmmac: gmac4+: Not all Unicast addresses may be availableJose Abreu2019-10-061-1/+1
* | net: stmmac: add flexible PPS to dwmac 4.10aAntonio Borneo2019-10-091-0/+1
* | net: stmmac: Implement L3/L4 Filters in GMAC4+Jose Abreu2019-10-061-0/+106
* | net: stmmac: Fallback to VLAN Perfect filtering if HASH is not availableJose Abreu2019-10-061-1/+11
|/
* net: stmmac: dwmac4: Always update the MAC Hash FilterJose Abreu2019-10-011-6/+7
* net: stmmac: ARP Offload for GMAC4+ CoresJose Abreu2019-09-111-0/+19
* net: stmmac: Add support for VLAN Insertion Offload in GMAC4+Jose Abreu2019-09-111-0/+16
* net: stmmac: Add support for SA Insertion/Replacement in GMAC4+Jose Abreu2019-09-111-0/+13
* net: stmmac: Add VLAN HASH filtering support in GMAC4+Jose Abreu2019-09-111-0/+31
* net: stmmac: dwmac4: Enable RX Jumbo frame supportJose Abreu2019-09-071-6/+0
* net: stmmac: Fix issues when number of Queues >= 4Jose Abreu2019-08-061-0/+4
* net: stmmac: add support for hash table size 128/256 in dwmac4Biao Huang2019-07-091-20/+29
* net: stmmac: dwmac4: mac address array boudary violation issueBiao Huang2019-07-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
* | net: stmmac: dwmac4: fix flow control issueBiao Huang2019-06-051-2/+6
* | net: stmmac: dwmac4/5: Clear unused address entriesJose Abreu2019-05-241-2/+8
* | net: stmmac: dwmac4/5: Fix Hash FilterJose Abreu2019-05-241-0/+2
* | net: stmmac: dwmac4/5: Also pass control frames while in promisc modeJose Abreu2019-05-241-1/+1
* | net: stmmac: dwmac4/5: Add MAC loopback supportJose Abreu2019-05-241-0/+15
|/
* dwmac4_prog_mtl_tx_algorithms() missing write operationCheng Han2019-05-091-0/+2
* net: stmmac: Add Flexible PPS supportJose Abreu2018-06-041-0/+1
* net: stmmac: Add support for U32 TC filter using Flexible RX ParserJose Abreu2018-05-101-0/+1
* net: stmmac: Implement logic to automatically select HW InterfaceJose Abreu2018-04-231-29/+12
* net: stmmac: Disable ACS Feature for GMAC >= 4Jose Abreu2018-04-191-7/+0
* net: stmmac: Add support for DWMAC5 and implement Safety FeaturesJose Abreu2018-03-301-1/+38
* net: stmmac: rename dwmac4_tx_queue_routing() to match realityNiklas Cassel2018-02-201-3/+3
* net: stmmac: remove redundant enable of PMT irqNiklas Cassel2018-02-091-2/+1
* net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4Niklas Cassel2018-02-091-2/+2
* net: stmmac: discard disabled flags in interrupt status registerNiklas Cassel2018-02-091-2/+4
* net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli2018-01-221-1/+11
* net: stmmac: fix LPI transitioning for dwmac4Niklas Cassel2017-11-141-0/+19
* net: stmmac: dwmac4: Re-enable MAC Rx before powering downEd Blake2017-09-281-0/+7
* net: stmmac: make const array route_possibilities staticColin Ian King2017-07-131-1/+1
* net-next: stmmac: rework the speed selectionLABBE Corentin2017-05-251-11/+15
* net: stmmac: add set_mac to the stmmac_opsLABBE Corentin2017-03-241-2/+37