summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMIIOng Boon Leong2021-03-051-3/+6
* net: stmmac: re-init rx buffers when mac resume backJoakim Zhang2021-02-261-1/+83
* net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang2021-02-261-2/+6
* net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang2021-02-261-19/+38
* net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang2021-02-261-0/+2
* net: stmmac: Fixed mtu channged by cache alignedDavid Wu2021-01-131-1/+2
* net: stmmac: use __napi_schedule() for PREEMPT_RTSeb Laveze2021-01-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-11/+40
|\
| * net: stmmac: overwrite the dma_cap.addr64 according to HW designFugang Duan2020-12-081-0/+8
| * net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan2020-12-081-3/+10
| * net: stmmac: free tx skb buffer in stmmac_resume()Fugang Duan2020-12-081-0/+14
| * net: stmmac: start phylink instance before stmmac_hw_setup()Fugang Duan2020-12-081-8/+8
* | net: stmmac: Use hrtimer for TX coalescingVincent Whitchurch2020-11-241-9/+14
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-0/+2
|\|
| * net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() callWong Vee Khee2020-11-161-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-0/+1
|\|
| * net: stmmac: Fix channel lock initializationMarek Szyprowski2020-10-301-0/+1
* | net: stmmac: Enable EEE HW LPI timer with auto SW/HW switchingVineetha G. Jaya Kumaran2020-10-301-3/+28
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-8/+15
|\
| * net: stmmac: Modify configuration method of EEE timersVineetha G. Jaya Kumaran2020-10-031-8/+15
* | net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt2020-09-251-0/+3
* | drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-5/+9
* | net: stmmac: Add support to Ethtool get/set ring parametersSong, Yoong Siang2020-09-161-51/+84
* | net: stmmac: use netif_tx_start|stop_all_queues() functionOng Boon Leong2020-09-151-32/+1
* | net: stmmac: Fix incorrect location to set real_num_rx|tx_queuesAashish Verma2020-09-151-4/+4
* | net: stmmac: add ethtool support for get/set channelsOng Boon Leong2020-09-151-28/+66
* | net: stmmac: set get_rx_header_len() as void for it didn't have any error cod...Luo Jiaxing2020-09-111-2/+2
* | net: stmmac: remove redundant null check before clk_disable_unprepare()Zhang Changzhong2020-09-071-4/+2
|/
* net: stmmac: Speed down the PHY if WoL to save energyJisheng Zhang2020-07-281-0/+8
* net: stmmac: Support WOL with phyJisheng Zhang2020-07-281-0/+4
* net: stmmac: only call pmt() during suspend/resume if HW enables PMTJisheng Zhang2020-07-281-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+2
|\
| * net: stmmac: enable timestamp snapshot for required PTP packets in dwmac v5.10aFugang Duan2020-05-261-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+2
|\|
| * net: stmmac: don't attach interface until resume finishesLeon Yu2020-05-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-6/+1
|\|
| * stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov2020-05-041-6/+1
| * stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko2020-04-301-1/+3
* | net: stmmac: Remove unused inline function stmmac_rx_threshold_countYueHaibing2020-05-051-9/+0
* | stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko2020-04-301-1/+3
|/
* net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng2020-04-211-0/+23
* net: stmmac: Fix VLAN filtering when HW does not support itJose Abreu2020-04-011-5/+12
* net: stmmac: Add support for VLAN Rx filteringWong Vee Khee2020-03-301-0/+9
* net: stmmac: Add XLGMII supportJose Abreu2020-03-171-0/+58
* net: stmmac: Integrate it with DesignWare XPCSJose Abreu2020-03-091-2/+14
* net: stmmac: Use resolved link config in mac_link_up()Jose Abreu2020-03-091-33/+33
* net: stmmac: Fallback to dev_fwnode() if neededJose Abreu2020-03-091-0/+3
* net: stmmac: Switch to linkmode_and()/linkmode_andnot()Jose Abreu2020-03-091-8/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-5/+8
|\
| * net: stmmac: fix notifier registrationAaro Koskinen2020-02-261-5/+8