summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)AuthorFilesLines
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-05-04net: macb: fix an issue about leak related system resourcesDejin Zheng1-9/+3
2020-05-02net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure1-1/+1
2020-05-01net: macb: Fix runtime PM refcountingAndy Shevchenko1-3/+9
2020-03-31net: macb: Fix handling of fixed-link nodeCodrin Ciubotariu1-0/+3
2020-02-27net: macb: use resolved link config in mac_link_up()Russell King2-22/+29
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-2/+5
2020-02-21net: macb: Properly handle phylink on at91rm9200Alexandre Belloni2-28/+33
2020-02-17net: macb: ensure interface is not suspended on at91rm9200Alexandre Belloni1-1/+5
2020-02-05net: macb: Limit maximum GEM TX length in TSOHarini Katakam1-1/+5
2020-02-05net: macb: Remove unnecessary alignment check for TSOHarini Katakam1-5/+3
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+17
2020-01-14net: macb: fix for fixed-link modeMilind Parab1-13/+17
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+1
2020-01-09net: macb: add support for C45 MDIO read/writeMilind Parab2-15/+61
2020-01-06macb: Don't unregister clks unconditionallyStephen Boyd1-3/+1
2019-12-20net: macb: fix probing of PHY not described in the dtAntoine Tenart1-4/+23
2019-11-29net: macb: add missed tasklet_killChuhong Yuan1-0/+1
2019-11-24net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-4/+4
2019-11-13net: macb: convert to phylinkAntoine Tenart3-219/+237
2019-11-13net: macb: move the Tx and Rx buffer initialization into a functionAntoine Tenart1-15/+24
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-10-19macb: propagate errors when getting optional clocksMichael Tretter1-6/+6
2019-09-25net: macb: Remove dead codeShubhrajyoti Datta1-3/+2
2019-08-29macb: Update compatibility string for SiFive FU540-C000Yash Shah1-1/+1
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+13
2019-07-08macb: fix build warning for !CONFIG_OFArnd Bergmann1-2/+2
2019-06-29net: macb: Fix SUBNS increment and increase resolutionHarini Katakam2-2/+9
2019-06-29net: macb: Add separate definition for PPM fractionHarini Katakam2-1/+4
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-27net: macb: Kconfig: Rename Atmel to CadencePalmer Dabbelt1-3/+3
2019-06-27net: macb: Kconfig: Make MACB depend on COMMON_CLKPalmer Dabbelt1-2/+2
2019-06-24net: macb: use GROAntoine Tenart2-9/+12
2019-06-24net: macb: use NAPI_POLL_WEIGHTAntoine Tenart1-1/+1
2019-06-24net: macb: do not copy the mac address if NULLAntoine Tenart1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-19macb: Add support for SiFive FU540-C000Yash Shah1-0/+123
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 341Thomas Gleixner2-24/+2
2019-05-23net: macb: save/restore the remaining registers and featuresClaudiu Beznea2-27/+91
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-15net: macb: fix error format in dev_err()Luca Ceresoli1-8/+8
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-05-07net: macb: Change interrupt and napi enable order in openHarini Katakam1-3/+3
2019-05-06net: macb: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-7/+5
2019-05-03net: macb: shrink macb_platform_data structureNicolas Ferre1-48/+11
2019-05-03net: macb: remove redundant struct phy_device declarationNicolas Ferre1-2/+0
2019-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2019-04-09net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas1-1/+3