summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Rename phylink_get_caps() callback to update_caps()Serge Semin2024-04-231-4/+4
* net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin2024-04-161-6/+4
* net: stmmac: Apply half-duplex-less constraint for DW QoS Eth onlySerge Semin2024-04-161-0/+7
* net: stmmac: fix rx queue priority assignmentPiotr Wejman2024-04-031-9/+31
* net: stmmac: Refactor EST implementationRohan G Thomas2023-12-041-4/+0
* net: stmmac: Add support for HW-accelerated VLAN strippingGan, Yi Fang2023-11-221-0/+35
* net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)2023-08-251-0/+8
* net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER registerMarek Vasut2023-05-091-0/+5
* net: stmmac: dwmac4: Allow platforms to specify some DMA/MTL offsetsAndrew Halaney2023-04-131-14/+22
* net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney2023-04-131-5/+9
* net: stmmac: don't reject VLANs when IFF_PROMISC is setVladimir Oltean2023-03-271-58/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-0/+2
|\
| * net: stmmac: Set MAC's flow control register to reflect current settingsGoh, Wei Sheng2022-11-251-0/+2
* | net: stmmac: remove duplicate dma queue channel macrosJunxiao Chang2022-10-271-15/+6
|/
* net: stmmac: Disable automatic FCS/Pad strippingKurt Kanzenbach2022-09-081-1/+0
* net: stmmac: fix dma queue left shift overflow issueJunxiao Chang2022-07-181-0/+3
* net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee2022-07-181-0/+4
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* net: stmmac: add est_irq_status callback function for GMAC 4.10 and 5.10Mohammad Athari Bin Ismail2021-07-261-0/+2
* net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng2021-06-081-0/+1
* net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B2021-05-041-0/+1
* net: stmmac: support FPE link partner hand-shaking procedureOng Boon Leong2021-03-241-0/+8
* 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
|\