summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* stmmac: dwmac-mediatek: remove the dwmac_fix_mac_speedBiao Huang2023-01-051-26/+0
* net: stmmac: fix errno when create_singlethread_workqueue() failsGaosheng Cui2022-12-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-134-5/+11
|\
| * stmmac: fix potential division by 0Piergiorgio Beruto2022-12-122-2/+3
| * net: stmmac: fix possible memory leak in stmmac_dvr_probe()Gaosheng Cui2022-12-091-1/+2
| * net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()Zhang Changzhong2022-12-091-2/+6
* | net: stmmac: Add check for taprio basetime configurationMichael Sit Wei Hong2022-12-121-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-4/+4
|\|
| * net: stmmac: fix "snps,axi-config" node property parsingJisheng Zhang2022-12-061-4/+4
* | net: stmmac: tegra: Add MGBE supportBhadram Varka2022-12-053-0/+398
* | net: stmmac: Power up SERDES after the PHY linkRevanth Kumar Uppala2022-12-051-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-2/+12
|\|
| * net: stmmac: Set MAC's flow control register to reflect current settingsGoh, Wei Sheng2022-11-252-2/+12
* | Revert "net: stmmac: use sysfs_streq() instead of strncmp()"Vladimir Oltean2022-11-281-9/+9
* | net: stmmac: use sysfs_streq() instead of strncmp()Xu Panda2022-11-251-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-0/+3
|\|
| * net: stmmac: ensure tx function is not running in stmmac_xdp_release()Mohd Faizal Abdul Rahim2022-11-111-0/+3
* | ptp: stmac: convert .adjfreq to .adjfineJacob Keller2022-11-111-16/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-103-15/+43
|\|
| * stmmac: dwmac-loongson: fix missing of_node_put() while module exitingYang Yingliang2022-11-101-5/+14
| * stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_pr...Yang Yingliang2022-11-101-2/+5
| * stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exitingYang Yingliang2022-11-101-1/+12
| * stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHzTan, Tee Min2022-11-091-2/+9
| * net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()Rasmus Villemoes2022-11-071-5/+3
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-5/+2
|\|
| * stmmac: dwmac-loongson: fix invalid mdio_nodeLiu Peibao2022-11-021-5/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-0/+6
|\|
| * net: stmmac: rk3588: Allow multiple gmac controllerBenjamin Gaignard2022-10-251-0/+6
* | net: stmmac: remove duplicate dma queue channel macrosJunxiao Chang2022-10-272-18/+7
|/
* net: stmmac: Enable mac_managed_pm phylink configShenwei Wang2022-10-151-0/+1
* net: stmmac: add a parse for new property 'snps,clk-csr'Jianguo Zhang2022-09-301-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-10/+13
|\
| * net: stmmac: power up/down serdes in stmmac_open/releaseJunxiao Chang2022-09-271-10/+13
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-4/+2
* | net: stmmac: Minor spell fix related to 'stmmac_clk_csr_set()'Bhupesh Sharma2022-09-271-1/+1
* | net: ethernet: stmicro: stmmac: dwmac-rk: Add rv1126 supportAnand Moon2022-09-261-0/+125
* | net: stmmac: dwc-qos: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-2/+0
|\|
| * stmmac: intel: Simplify intel_eth_pci_remove()Christophe JAILLET2022-09-051-2/+0
* | net: stmmac: Disable automatic FCS/Pad strippingKurt Kanzenbach2022-09-086-40/+6
* | net: ethernet: stmmac: dwmac-rk: Add gmac support for rk3588David Wu2022-09-011-0/+155
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-252-6/+11
|\|
| * net: stmmac: work around sporadic tx issue on link-upHeiner Kallweit2022-08-252-6/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-181-0/+1
|\|
| * stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_re...Christophe JAILLET2022-08-181-0/+1
* | stmmac: intel: remove unused 'has_crossts' flagWong Vee Khee2022-08-171-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-4/+5
|\
| * stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter2022-07-281-4/+5