aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-15net: ethernet: fs_enet: Make the per clock optionalMaxime Chevallier1-1/+1
2024-09-09net: ethernet: fs_enet: phylink conversionMaxime Chevallier1-103/+112
2024-09-09net: ethernet: fs_enet: simplify clock handling with devm accessorsMaxime Chevallier1-12/+4
2024-09-09net: ethernet: fs_enet: drop unused phy_info and mii_if_infoMaxime Chevallier1-1/+0
2024-09-09net: ethernet: fs_enet: only protect the .restart() call in .adjust_linkMaxime Chevallier1-12/+6
2024-09-09net: ethernet: fs_enet: drop the .adjust_link custom fs_opsMaxime Chevallier1-6/+1
2024-09-09net: ethernet: fs_enet: cosmetic cleanupsMaxime Chevallier1-131/+89
2024-09-09net: ethernet: fs_enet: convert to SPDXMaxime Chevallier1-4/+1
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring1-10/+8
2023-08-08net: fs_enet: Remove set but not used variableChristophe Leroy1-2/+0
2023-07-11net: fs_enet: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-09-19net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui1-3/+0
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
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-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+1
2020-08-25fs_enet: Avoid comma separated statementsJoe Perches1-4/+7
2020-07-20net: fs_enet: remove redundant null checkZhang Changzhong1-4/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky1-2/+0
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-9/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-05-10net: 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-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-01-17net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy1-3/+13
2017-10-18net: fs_enet: Remove unused timerKees Cook1-2/+0
2017-02-13net: fs_enet: Simplify codeChristophe Jaillet1-4/+3
2017-02-13net: 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 Torvalds1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2016-11-29net: ethernet: fs_enet: fix fixed-link phydev leaksJohan Hovold1-1/+6
2016-11-15net: fs_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-10-19net: fs_enet: Use net_device_stats from struct net_deviceTobias Klauser1-25/+18
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-10net: fs_enet: make rx_copybreak value configurableChristophe Leroy1-0/+40
2016-09-10net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy1-16/+20
2016-09-10net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy1-152/+116
2016-05-16net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-16net: ethernet: fs-enet: use phydev from struct net_devicePhilippe Reynes1-19/+12
2016-05-03net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-6/+10
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-1/+1
2015-08-11net: fs_enet: explicitly remove I flag on TX partial framesLEROY Christophe1-1/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+23
2015-06-23net: fs_enet: Fix NETIF_F_SG feature for Freescale MPC5121Alexander Popov1-3/+23