summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fs_enet
AgeCommit message (Expand)AuthorFilesLines
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring2-17/+11
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-3/+0
2023-08-19net: freescale: Remove unused declarationsYue Haibing1-5/+0
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy1-1/+0
2023-08-16powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy1-1/+0
2023-08-09net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macrosChristophe Leroy2-5/+5
2023-08-09net: fs_enet: Move struct fs_platform_info into fs_enet.hChristophe Leroy2-1/+19
2023-08-09net: fs_enet: Remove has_phy field in fs_platform_info structChristophe Leroy1-14/+0
2023-08-09net: fs_enet: Fix address space and base types mismatchesChristophe Leroy2-3/+3
2023-08-09net: fs_enet: Remove set but not used variableChristophe Leroy1-2/+0
2023-07-28net: Explicitly include correct DT includesRob Herring3-3/+0
2023-07-12net: fs_enet: Convert to platform remove callback returning voidUwe Kleine-König3-11/+6
2023-06-16eth: fs_enet: fix print format for resource sizeJakub Kicinski1-1/+1
2022-09-20net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui1-3/+0
2022-09-16net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2022-07-01freescale/fs_enet:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko1-2/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+1
2021-01-06net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2-0/+2
2020-08-25fs_enet: Avoid comma separated statementsJoe Perches1-4/+7
2020-07-21net: fs_enet: remove redundant null checkZhang Changzhong1-4/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2020-03-04net/freescale: Clean drivers from static versionsLeon Romanovsky2-4/+0
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-9/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-4/+4
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-11net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2018-09-22net: freescale: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+0
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2-4/+2
2018-07-25net: ethernet: fs-enet: Use generic CRC32 implementationKrzysztof Kozlowski1-14/+4
2018-01-17net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy2-3/+14
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-18net: fs_enet: Remove unused timerKees Cook2-3/+0
2017-08-23net: ethernet: freescale: fs_enet: make mdiobb_ops constBhumika Goyal1-1/+1
2017-03-16net: ethernet: fs_enet: Remove useless includesChristophe Leroy2-12/+0
2017-02-14net: fs_enet: Simplify codeChristophe Jaillet1-4/+3
2017-02-14net: fs_enet: Fix an error handling pathChristophe Jaillet1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5