summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-19net: stmmac: Correct byte order of perfect_matchSimon Horman1-2/+2
2023-12-20net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes1-3/+3
2023-12-20net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-5/+2
2023-11-28net: stmmac: fix rx budget limit checkBaruch Siach1-1/+1
2023-07-27net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0
2023-04-20net: stmmac: fix up RX flow hash indirection table when setting channelsCorinna Vinschen1-1/+5
2023-03-17net: stmmac: add to set device wake up flag when stmmac init phyRongguang Wei1-0/+1
2023-02-22net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov1-1/+2
2023-02-01net: stmmac: fix invalid call to mdiobus_get_phy()Heiner Kallweit1-0/+5
2022-12-08net: stmmac: Set MAC's flow control register to reflect current settingsGoh, Wei Sheng1-2/+10
2022-10-05net: stmmac: power up/down serdes in stmmac_open/releaseJunxiao Chang1-10/+13
2022-07-29net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang1-9/+8
2022-05-12net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min1-1/+1
2022-03-08net: stmmac: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-02-01net: stmmac: skip only stmmac_ptp_register when resume from suspendMohammad Athari Bin Ismail1-11/+9
2021-12-01net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann1-46/+79
2021-12-01net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resumeJoakim Zhang1-14/+0
2021-11-21net: stmmac: fix issue where clk is being unprepared twiceWong Vee Khee1-1/+0
2021-11-21net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang1-1/+10
2021-11-21net: stmmac: fix missing unlock on error in stmmac_suspend()Yang Yingliang1-1/+3
2021-11-21net: stmmac: add clocks management for gmac driverJoakim Zhang1-9/+66
2021-10-27net: stmmac: Fix E2E delay mechanismKurt Kanzenbach1-1/+1
2021-09-30net: stmmac: allow CSR clock of 300MHzJesper Nilsson1-1/+1
2021-06-03net: stmmac: Fix MAC WoL not working if PHY does not support WoLJoakim Zhang1-3/+6
2021-05-22net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon1-12/+2
2021-05-14net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong1-3/+9
2021-03-30net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang1-19/+38
2021-03-17net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang1-2/+6
2021-03-17net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang1-0/+2
2021-03-17net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong1-3/+6
2021-01-23net: stmmac: use __napi_schedule() for PREEMPT_RTSeb Laveze1-2/+2
2021-01-23net: stmmac: Fixed mtu channged by cache alignedDavid Wu1-1/+2
2020-12-09net: stmmac: overwrite the dma_cap.addr64 according to HW designFugang Duan1-0/+8
2020-12-09net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan1-3/+10
2020-12-09net: stmmac: free tx skb buffer in stmmac_resume()Fugang Duan1-0/+14
2020-12-09net: stmmac: start phylink instance before stmmac_hw_setup()Fugang Duan1-8/+8
2020-11-17net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() callWong Vee Khee1-0/+2
2020-10-30net: stmmac: Fix channel lock initializationMarek Szyprowski1-0/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+15
2020-10-04net: stmmac: Modify configuration method of EEE timersVineetha G. Jaya Kumaran1-8/+15
2020-09-26net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt1-0/+3
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-5/+9
2020-09-17net: stmmac: Add support to Ethtool get/set ring parametersSong, Yoong Siang1-51/+84
2020-09-16net: stmmac: use netif_tx_start|stop_all_queues() functionOng Boon Leong1-32/+1
2020-09-16net: stmmac: Fix incorrect location to set real_num_rx|tx_queuesAashish Verma1-4/+4
2020-09-16net: stmmac: add ethtool support for get/set channelsOng Boon Leong1-28/+66
2020-09-12net: stmmac: set get_rx_header_len() as void for it didn't have any error cod...Luo Jiaxing1-2/+2
2020-09-07net: stmmac: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-4/+2
2020-07-29net: stmmac: Speed down the PHY if WoL to save energyJisheng Zhang1-0/+8
2020-07-29net: stmmac: Support WOL with phyJisheng Zhang1-0/+4