summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
Commit message (Expand)AuthorAgeFilesLines
* stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA addressingVoon Weifeng2021-01-281-0/+2
* net: stmmac: dwmac-intel-plat: remove config data on errorPan Bian2021-01-231-2/+2
* net: stmmac: fix taprio configuration when base_time is in the pastYannick Vignon2021-01-141-2/+18
* net: stmmac: fix taprio schedule configurationYannick Vignon2021-01-141-48/+4
* net: stmmac: Fixed mtu channged by cache alignedDavid Wu2021-01-141-1/+2
* net: stmmac: use __napi_schedule() for PREEMPT_RTSeb Laveze2021-01-141-2/+2
* net: stmmac: dwmac-sun8i: Balance syscon (de)initializationSamuel Holland2021-01-061-25/+25
* net: stmmac: dwmac-sun8i: Balance internal PHY powerSamuel Holland2021-01-061-8/+23
* net: stmmac: dwmac-sun8i: Balance internal PHY resource referencesSamuel Holland2021-01-061-6/+21
* net: stmmac: dwmac-sun8i: Fix probe error handlingSamuel Holland2021-01-061-10/+15
* stmmac: intel: Add PCI IDs for TGL-H platformNoor Azura Ahmad Tarmizi2020-12-231-0/+4
* net: stmmac: dwmac-meson8b: ignore the second clock inputMartin Blumenstingl2020-12-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-124-23/+45
|\
| * net: stmmac: overwrite the dma_cap.addr64 according to HW designFugang Duan2020-12-082-8/+9
| * 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: increase the timeout for dma resetFugang Duan2020-12-081-1/+1
| * net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel muxMartin Blumenstingl2020-12-081-3/+3
* | net: stmmac: simplify the return tc_delete_knode()Zheng Yongjun2020-12-101-8/+2
* | net: stmmac: allow stmmac to probe for C45 PHY devicesWong Vee Khee2020-12-101-0/+3
* | net: stmmac: simplify the return dwmac5_rxp_disable()Zheng Yongjun2020-12-101-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-281-1/+1
|\|
| * net: stmmac: fix incorrect merge of patch upstreamAntonio Borneo2020-11-251-1/+1
* | net: stmmac: Use hrtimer for TX coalescingVincent Whitchurch2020-11-242-10/+16
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-203-2/+6
|\|
| * net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() callWong Vee Khee2020-11-171-0/+2
| * net: stmmac: dwmac-intel-plat: fix error return code in intel_eth_plat_probe()Zhang Changzhong2020-11-171-1/+3
| * net: stmmac: dwmac_lib: enlarge dma reset timeoutJisheng Zhang2020-11-151-1/+1
* | net: stmmac: platform: use optional clk/reset get APIsJisheng Zhang2020-11-141-13/+9
* | net: stmmac: dwc-qos: Change the dwc_eth_dwmac_data's .probe prototypeJisheng Zhang2020-11-121-27/+19
* | stmmac: intel: change all EHL/TGL to auto detect phy addrVoon Weifeng2020-11-081-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-072-7/+8
|\|
| * net: stmmac: Fix channel lock initializationMarek Szyprowski2020-10-301-0/+1
| * stmmac: intel: Fix kernel panic on pci probeWong Vee Khee2020-10-301-7/+7
* | net: stmmac: dwmac-meson8b: remove unneeded semicolonTom Rix2020-11-031-1/+1
* | net: stmmac: Enable EEE HW LPI timer with auto SW/HW switchingVineetha G. Jaya Kumaran2020-10-306-3/+59
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-064-21/+32
|\
| * net: stmmac: Modify configuration method of EEE timersVineetha G. Jaya Kumaran2020-10-043-9/+28
| * net: stmmac: Fix clock handling on remove pathWong Vee Khee2020-09-261-1/+0
| * net: stmmac: removed enabling eee in EEE set callbackVoon Weifeng2020-09-241-11/+4
* | stmmac: intel: Adding ref clock 1us tic for LPI cntrRusaimi Amira Ruslan2020-09-292-0/+18
* | net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt2020-09-266-2/+30
* | drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-263-7/+12
* | net: stmmac: Add support to Ethtool get/set ring parametersSong, Yoong Siang2020-09-177-59/+132
* | net: stmmac: use netif_tx_start|stop_all_queues() functionOng Boon Leong2020-09-161-32/+1
* | net: stmmac: Fix incorrect location to set real_num_rx|tx_queuesAashish Verma2020-09-161-4/+4
* | net: stmmac: add ethtool support for get/set channelsOng Boon Leong2020-09-163-28/+93
* | net: stmmac: set get_rx_header_len() as void for it didn't have any error cod...Luo Jiaxing2020-09-114-8/+6
* | net: stmmac: dwmac-intel-plat: remove redundant null check before clk_disable...Zhang Changzhong2020-09-091-6/+2