summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23net: stmmac: Rename phylink_get_caps() callback to update_caps()Serge Semin1-4/+4
2024-04-16net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin1-6/+4
2024-04-16net: stmmac: Apply half-duplex-less constraint for DW QoS Eth onlySerge Semin1-0/+7
2024-04-04net: stmmac: fix rx queue priority assignmentPiotr Wejman1-9/+31
2023-12-05net: stmmac: Refactor EST implementationRohan G Thomas1-4/+0
2023-11-22net: stmmac: Add support for HW-accelerated VLAN strippingGan, Yi Fang1-0/+35
2023-08-26net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)1-0/+8
2023-05-10net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER registerMarek Vasut1-0/+5
2023-04-13net: stmmac: dwmac4: Allow platforms to specify some DMA/MTL offsetsAndrew Halaney1-14/+22
2023-04-13net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney1-5/+9
2023-03-27net: stmmac: don't reject VLANs when IFF_PROMISC is setVladimir Oltean1-58/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-11-25net: stmmac: Set MAC's flow control register to reflect current settingsGoh, Wei Sheng1-0/+2
2022-10-27net: stmmac: remove duplicate dma queue channel macrosJunxiao Chang1-15/+6
2022-09-08net: stmmac: Disable automatic FCS/Pad strippingKurt Kanzenbach1-1/+0
2022-07-18net: stmmac: fix dma queue left shift overflow issueJunxiao Chang1-0/+3
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee1-0/+4
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-07-26net: stmmac: add est_irq_status callback function for GMAC 4.10 and 5.10Mohammad Athari Bin Ismail1-0/+2
2021-06-09net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng1-0/+1
2021-05-04net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B1-0/+1
2021-03-25net: stmmac: support FPE link partner hand-shaking procedureOng Boon Leong1-0/+8
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-25net: stmmac: fix incorrect merge of patch upstreamAntonio Borneo1-1/+1
2020-10-30net: stmmac: Enable EEE HW LPI timer with auto SW/HW switchingVineetha G. Jaya Kumaran1-0/+24
2020-09-26net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt1-2/+13
2020-04-23net: stmmac: Add support for VLAN promiscuous modeChuah, Kim Tatt1-0/+67
2020-03-30net: stmmac: Add support for VLAN Rx filteringWong Vee Khee1-0/+195
2020-02-07net: stmmac: fix missing IFF_MULTICAST check in dwmac4_set_filterVerma, Aashish1-1/+1
2020-02-07net: stmmac: fix incorrect GMAC_VLAN_TAG register writting in GMAC4+Tan, Tee Min1-3/+4
2019-12-18net: stmmac: gmac5+: Add support for Frame PreemptionJose Abreu1-0/+2
2019-12-18net: stmmac: Add basic EST support for GMAC5+Jose Abreu1-0/+2
2019-11-12net: stmmac: Fix sparse warningJose Abreu1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-11-07net: stmmac: gmac4: bitrev32 returns u32Jose Abreu1-1/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-10net: stmmac: add flexible PPS to dwmac 4.10aAntonio Borneo1-0/+1
2019-10-06net: stmmac: Implement L3/L4 Filters in GMAC4+Jose Abreu1-0/+106
2019-10-06net: stmmac: Fallback to VLAN Perfect filtering if HASH is not availableJose Abreu1-1/+11
2019-10-06net: stmmac: gmac4+: Not all Unicast addresses may be availableJose Abreu1-1/+1
2019-10-01net: stmmac: dwmac4: Always update the MAC Hash FilterJose Abreu1-6/+7
2019-09-11net: stmmac: ARP Offload for GMAC4+ CoresJose Abreu1-0/+19
2019-09-11net: stmmac: Add support for VLAN Insertion Offload in GMAC4+Jose Abreu1-0/+16
2019-09-11net: stmmac: Add support for SA Insertion/Replacement in GMAC4+Jose Abreu1-0/+13
2019-09-11net: stmmac: Add VLAN HASH filtering support in GMAC4+Jose Abreu1-0/+31
2019-09-07net: stmmac: dwmac4: Enable RX Jumbo frame supportJose Abreu1-6/+0
2019-08-06net: stmmac: Fix issues when number of Queues >= 4Jose Abreu1-0/+4
2019-07-10net: stmmac: add support for hash table size 128/256 in dwmac4Biao Huang1-20/+29
2019-07-10net: stmmac: dwmac4: mac address array boudary violation issueBiao Huang1-1/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1