summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2021-04-14Revert "net: stmmac: re-init rx buffers when mac resume back"Thierry Reding
2021-03-05net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong
2021-02-26net: stmmac: re-init rx buffers when mac resume backJoakim Zhang
2021-02-26net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang
2021-02-26net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang
2021-02-26net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang
2021-01-13net: stmmac: Fixed mtu channged by cache alignedDavid Wu
2021-01-13net: stmmac: use __napi_schedule() for PREEMPT_RTSeb Laveze
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-08net: stmmac: overwrite the dma_cap.addr64 according to HW designFugang Duan
2020-12-08net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan
2020-12-08net: stmmac: free tx skb buffer in stmmac_resume()Fugang Duan
2020-12-08net: stmmac: start phylink instance before stmmac_hw_setup()Fugang Duan
2020-11-24net: stmmac: Use hrtimer for TX coalescingVincent Whitchurch
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-16net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() callWong Vee Khee
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-30net: stmmac: Enable EEE HW LPI timer with auto SW/HW switchingVineetha G. Jaya Kumaran
2020-10-30net: stmmac: Fix channel lock initializationMarek Szyprowski
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-03net: stmmac: Modify configuration method of EEE timersVineetha G. Jaya Kumaran
2020-09-25net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-16net: stmmac: Add support to Ethtool get/set ring parametersSong, Yoong Siang
2020-09-15net: stmmac: use netif_tx_start|stop_all_queues() functionOng Boon Leong
2020-09-15net: stmmac: Fix incorrect location to set real_num_rx|tx_queuesAashish Verma
2020-09-15net: stmmac: add ethtool support for get/set channelsOng Boon Leong
2020-09-11net: stmmac: set get_rx_header_len() as void for it didn't have any error cod...Luo Jiaxing
2020-09-07net: stmmac: remove redundant null check before clk_disable_unprepare()Zhang Changzhong
2020-07-28net: stmmac: Speed down the PHY if WoL to save energyJisheng Zhang
2020-07-28net: stmmac: Support WOL with phyJisheng Zhang
2020-07-28net: stmmac: only call pmt() during suspend/resume if HW enables PMTJisheng Zhang
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-26net: stmmac: enable timestamp snapshot for required PTP packets in dwmac v5.10aFugang Duan
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-23net: stmmac: don't attach interface until resume finishesLeon Yu
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-05net: stmmac: Remove unused inline function stmmac_rx_threshold_countYueHaibing
2020-05-04stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov
2020-04-30stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko
2020-04-30stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko
2020-04-21net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng
2020-04-01net: stmmac: Fix VLAN filtering when HW does not support itJose Abreu
2020-03-30net: stmmac: Add support for VLAN Rx filteringWong Vee Khee
2020-03-17net: stmmac: Add XLGMII supportJose Abreu
2020-03-09net: stmmac: Integrate it with DesignWare XPCSJose Abreu
2020-03-09net: stmmac: Use resolved link config in mac_link_up()Jose Abreu
2020-03-09net: stmmac: Fallback to dev_fwnode() if neededJose Abreu
2020-03-09net: stmmac: Switch to linkmode_and()/linkmode_andnot()Jose Abreu
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller