aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c
AgeCommit message (Expand)Author
2020-06-17net: macb: Only disable NAPI on the actual error pathCharles Keepax
2020-06-17net: cadence: macb: disable NAPI on errorCorentin Labbe
2020-05-14net: macb: fix an issue about leak related system resourcesDejin Zheng
2020-05-14net: macb: Fix runtime PM refcountingAndy Shevchenko
2020-04-08net: macb: Fix handling of fixed-link nodeCodrin Ciubotariu
2020-02-20net: macb: Properly handle phylink on at91rm9200Alexandre Belloni
2020-02-16net: macb: ensure interface is not suspended on at91rm9200Alexandre Belloni
2020-02-05net: macb: Limit maximum GEM TX length in TSOHarini Katakam
2020-02-05net: macb: Remove unnecessary alignment check for TSOHarini Katakam
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-13net: macb: fix for fixed-link modeMilind Parab
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09net: macb: add support for C45 MDIO read/writeMilind Parab
2020-01-05macb: Don't unregister clks unconditionallyStephen Boyd
2019-12-19net: macb: fix probing of PHY not described in the dtAntoine Tenart
2019-11-28net: macb: add missed tasklet_killChuhong Yuan
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King
2019-11-13net: macb: convert to phylinkAntoine Tenart
2019-11-13net: macb: move the Tx and Rx buffer initialization into a functionAntoine Tenart
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-10-19macb: propagate errors when getting optional clocksMichael Tretter
2019-09-25net: macb: Remove dead codeShubhrajyoti Datta
2019-08-28macb: Update compatibility string for SiFive FU540-C000Yash Shah
2019-07-08macb: fix build warning for !CONFIG_OFArnd Bergmann
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-24net: macb: use GROAntoine Tenart
2019-06-24net: macb: use NAPI_POLL_WEIGHTAntoine Tenart
2019-06-24net: macb: do not copy the mac address if NULLAntoine Tenart
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-18macb: Add support for SiFive FU540-C000Yash Shah
2019-05-22net: macb: save/restore the remaining registers and featuresClaudiu Beznea
2019-05-14net: macb: fix error format in dev_err()Luca Ceresoli
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-07net: macb: Change interrupt and napi enable order in openHarini Katakam
2019-05-05net: macb: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-05-03net: macb: shrink macb_platform_data structureNicolas Ferre
2019-05-03net: macb: remove redundant struct phy_device declarationNicolas Ferre
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-08net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-21net: macb: Add null check for PCLK and HCLKHarini Katakam
2019-03-19net: macb: simplify getting .driver_dataWolfram Sang
2019-03-03net: macb: Add support for suspend/resume with full power downHarini Katakam
2019-03-03net: macb: Add pm runtime supportHarini Katakam
2019-03-03net: macb: Support clock management for tsu_clkHarini Katakam
2019-03-03net: macb: Check MDIO state before read/write and use timeoutsHarini Katakam
2019-02-14net:ethernet:cadence: Replace dev_kfree_skb_any by dev_consume_skb_anyHuang Zijiang
2019-02-13net: macb: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-02-12macb_main: pass struct device to DMA API functionsChristoph Hellwig