aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-041-1/+1
* net: ethernet: fs_enet: Make the per clock optionalMaxime Chevallier2024-09-151-1/+1
* net: ethernet: fs_enet: phylink conversionMaxime Chevallier2024-09-091-103/+112
* net: ethernet: fs_enet: simplify clock handling with devm accessorsMaxime Chevallier2024-09-091-12/+4
* net: ethernet: fs_enet: drop unused phy_info and mii_if_infoMaxime Chevallier2024-09-091-1/+0
* net: ethernet: fs_enet: only protect the .restart() call in .adjust_linkMaxime Chevallier2024-09-091-12/+6
* net: ethernet: fs_enet: drop the .adjust_link custom fs_opsMaxime Chevallier2024-09-091-6/+1
* net: ethernet: fs_enet: cosmetic cleanupsMaxime Chevallier2024-09-091-131/+89
* net: ethernet: fs_enet: convert to SPDXMaxime Chevallier2024-09-091-4/+1
* net: ethernet: Use device_get_match_data()Rob Herring2023-10-131-10/+8
* net: fs_enet: Remove set but not used variableChristophe Leroy2023-08-081-2/+0
* net: fs_enet: Convert to platform remove callback returning voidUwe Kleine-König2023-07-121-3/+2
* net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui2022-09-191-3/+0
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-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
* fs_enet: Avoid comma separated statementsJoe Perches2020-08-251-4/+7
* net: fs_enet: remove redundant null checkZhang Changzhong2020-07-211-4/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* net/freescale: Clean drivers from static versionsLeon Romanovsky2020-03-041-2/+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-131-1/+1
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+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-221-1/+2
* net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy2018-01-171-3/+13
* net: fs_enet: Remove unused timerKees Cook2017-10-181-2/+0
* net: fs_enet: Simplify codeChristophe Jaillet2017-02-141-4/+3
* net: fs_enet: Fix an error handling pathChristophe Jaillet2017-02-141-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-241-1/+1
* 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-301-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-191-25/+18
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* net: fs_enet: make rx_copybreak value configurableChristophe Leroy2016-09-111-0/+40
* net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy2016-09-111-16/+20
* net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy2016-09-111-152/+116
* net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-171-24/+2
* net: ethernet: fs-enet: use phydev from struct net_devicePhilippe Reynes2016-05-171-19/+12
* net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes2016-05-031-6/+10
* net: add netif_tx_napi_add()Eric Dumazet2015-11-181-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