summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fs_enet
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Use device_get_match_data()Rob Herring2023-10-132-17/+11
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-312-3/+0
|\
| * powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy2023-08-161-1/+0
| * powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy2023-08-161-1/+0
* | net: freescale: Remove unused declarationsYue Haibing2023-08-181-5/+0
* | net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macrosChristophe Leroy2023-08-082-5/+5
* | net: fs_enet: Move struct fs_platform_info into fs_enet.hChristophe Leroy2023-08-082-1/+19
* | net: fs_enet: Remove has_phy field in fs_platform_info structChristophe Leroy2023-08-081-14/+0
* | net: fs_enet: Fix address space and base types mismatchesChristophe Leroy2023-08-082-3/+3
* | net: fs_enet: Remove set but not used variableChristophe Leroy2023-08-081-2/+0
* | net: Explicitly include correct DT includesRob Herring2023-07-273-3/+0
* | net: fs_enet: Convert to platform remove callback returning voidUwe Kleine-König2023-07-113-11/+6
|/
* eth: fs_enet: fix print format for resource sizeJakub Kicinski2023-06-151-1/+1
* net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui2022-09-191-3/+0
* net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun2022-09-161-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-2/+2
|\
| * powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko2022-06-221-2/+2
* | freescale/fs_enet:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
|/
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2021-01-052-0/+2
* fs_enet: Avoid comma separated statementsJoe Perches2020-08-251-4/+7
* net: fs_enet: remove redundant null checkZhang Changzhong2020-07-201-4/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
* net/freescale: Clean drivers from static versionsLeon Romanovsky2020-03-032-4/+0
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-9/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-4/+4
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: freescale: fix return type of ndo_start_xmit functionYueHaibing2018-09-211-1/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-151-3/+0
|\
| * net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-272-4/+2
* | net: ethernet: fs-enet: Use generic CRC32 implementationKrzysztof Kozlowski2018-07-251-14/+4
|/
* net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy2018-01-172-3/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-043-0/+3
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* | net: fs_enet: Remove unused timerKees Cook2017-10-182-3/+0
|/
* net: ethernet: freescale: fs_enet: make mdiobb_ops constBhumika Goyal2017-08-221-1/+1
* net: ethernet: fs_enet: Remove useless includesChristophe Leroy2017-03-162-12/+0
* net: fs_enet: Simplify codeChristophe Jaillet2017-02-131-4/+3
* net: fs_enet: Fix an error handling pathChristophe Jaillet2017-02-131-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5