summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fs_enet
AgeCommit message (Expand)Author
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-01-05net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman
2020-08-25fs_enet: Avoid comma separated statementsJoe Perches
2020-07-20net: fs_enet: remove redundant null checkZhang Changzhong
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski
2018-07-25net: ethernet: fs-enet: Use generic CRC32 implementationKrzysztof Kozlowski
2018-01-17net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18net: fs_enet: Remove unused timerKees Cook
2017-08-22net: ethernet: freescale: fs_enet: make mdiobb_ops constBhumika Goyal
2017-03-16net: ethernet: fs_enet: Remove useless includesChristophe Leroy
2017-02-13net: fs_enet: Simplify codeChristophe Jaillet
2017-02-13net: fs_enet: Fix an error handling pathChristophe Jaillet
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-29net: ethernet: fs_enet: fix fixed-link phydev leaksJohan Hovold
2016-11-15net: fs_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-10-19net: fs_enet: Use net_device_stats from struct net_deviceTobias Klauser
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman
2016-09-10net: fs_enet: make rx_copybreak value configurableChristophe Leroy
2016-09-10net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy
2016-09-10net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy
2016-05-16net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-05-16net: ethernet: fs-enet: use phydev from struct net_devicePhilippe Reynes
2016-05-03net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes
2016-01-2582xx: FCC: Fixing a bug causing to FCC port lock-up (second try)Martin Roth
2016-01-11net: freescale: mac-fec: Fix build error from phy_device API changeAndrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-1682xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-08-11net: fs_enet: mask interrupts for TX partial frames.LEROY Christophe