summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorLines
2022-09-27net: stmmac: power up/down serdes in stmmac_open/releaseJunxiao Chang-10/+13
2022-09-05stmmac: intel: Simplify intel_eth_pci_remove()Christophe JAILLET-2/+0
2022-08-25net: stmmac: work around sporadic tx issue on link-upHeiner Kallweit-6/+11
2022-08-18stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_re...Christophe JAILLET-0/+1
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+5
2022-07-28stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter-4/+5
2022-07-25net: ethernet: stmicro: stmmac: permit MTU change with interface upChristian Marangi-6/+24
2022-07-25net: ethernet: stmicro: stmmac: generate stmmac dma conf before openChristian Marangi-173/+289
2022-07-25net: ethernet: stmicro: stmmac: move dma conf to dedicated structChristian Marangi-163/+172
2022-07-25net: ethernet: stmicro: stmmac: first disable all queues and disconnect in re...Christian Marangi-2/+2
2022-07-25net: ethernet: stmicro: stmmac: move queue reset to dedicated functionsChristian Marangi-28/+31
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-69/+71
2022-07-18net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee-8/+0
2022-07-18net: stmmac: fix dma queue left shift overflow issueJunxiao Chang-0/+3
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee-21/+29
2022-07-15net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang-10/+15
2022-07-15net: stmmac: fix pm runtime issue in stmmac_dvr_remove()Biao Huang-2/+3
2022-07-15stmmac: dwmac-mediatek: fix clock issueBiao Huang-28/+21
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2022-07-13net: stmmac: fix leaks in probeDan Carpenter-2/+4
2022-07-07net: stmmac: dwc-qos: Disable split header for Tegra194Jon Hunter-0/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet-1/+1
2022-07-01stmicro/stmmac: fix repeated words in commentsJilin Yuan-1/+1
2022-06-19net: ethernet: stmmac: remove select QCOM_SOCINFO and make it optionalChristian Marangi-1/+3
2022-06-17net: stmmac: make mdio register skips PHY scanning for fixed-linkOng Boon Leong-5/+21
2022-06-17stmmac: intel: add phy-mode and fixed-link ACPI _DSD setting supportOng Boon Leong-0/+30
2022-06-17stmmac: intel: prepare to support 1000BASE-X phy interface settingOng Boon Leong-2/+2
2022-06-16net: ethernet: stmmac: reset force speed bit for ipq806xChristian 'Ansuel' Marangi-0/+64
2022-06-16net: ethernet: stmmac: add missing sgmii configure for ipq806xChristian 'Ansuel' Marangi-16/+78
2022-06-07stmmac: intel: Fix an error handling path in intel_eth_pci_probe()Christophe JAILLET-3/+1
2022-06-02stmmac: intel: Add RPL-P PCI IDMichael Sit Wei Hong-0/+2
2022-06-02net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes-4/+4
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+6
2022-05-20net: stmmac: fix out-of-bounds access in a selftestJakub Kicinski-7/+6
2022-05-18net: stmmac: remove unused get_addr() callbackVincent Whitchurch-28/+0
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+1
2022-05-10net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang-3/+1
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski-3/+2
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2022-05-01net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min-1/+2
2022-04-29net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang-0/+1
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+7
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-2/+2
2022-04-26net: stmmac: dwmac-imx: comment spelling fixMarcel Ziswiler-2/+2
2022-04-22net: ethernet: stmmac: fix write to sgmii_adapter_baseDinh Nguyen-5/+7
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-2/+2
2022-04-20net: stmmac: Use readl_poll_timeout_atomic() in atomic stateKevin Hao-2/+2
2022-04-15stmmac, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski-2/+2
2022-04-15net: stmmac: stmmac_main: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi-12/+6
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-16/+9