summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fs_enet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+6
|\
| * net: ethernet: fs_enet: fix fixed-link phydev leaksJohan Hovold2016-11-291-1/+6
* | net: fs_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
* | net: fs_enet: Use net_device_stats from struct net_deviceTobias Klauser2016-10-192-26/+18
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman2016-09-133-3/+3
* net: fs_enet: make rx_copybreak value configurableChristophe Leroy2016-09-101-0/+40
* net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy2016-09-101-16/+20
* net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy2016-09-105-295/+160
* net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-161-24/+2
* net: ethernet: fs-enet: use phydev from struct net_devicePhilippe Reynes2016-05-165-26/+18
* net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes2016-05-031-6/+10
* 82xx: FCC: Fixing a bug causing to FCC port lock-up (second try)Martin Roth2016-01-251-1/+1
* net: freescale: mac-fec: Fix build error from phy_device API changeAndrew Lunn2016-01-111-1/+1
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-072-18/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-1/+1
|\
| * 82xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth2015-12-161-1/+1
* | net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+1
|/
* net: fs_enet: mask interrupts for TX partial frames.LEROY Christophe2015-08-111-1/+1
* net: fs_enet: explicitly remove I flag on TX partial framesLEROY Christophe2015-08-111-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-3/+23
|\
| * net: fs_enet: Fix NETIF_F_SG feature for Freescale MPC5121Alexander Popov2015-06-231-3/+23