summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-201-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-031-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-121-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-211-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-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-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-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-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-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-101-152/+116
* 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-161-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
* | net: fs_enet: use swap() in fs_enet_rx_napi()Fabian Frederick2015-06-111-5/+2
|/
* net/fsl: constify of_device_id arrayFabian Frederick2015-03-171-2/+2
* net: fs_enet: Implement NETIF_F_SG featureLEROY Christophe2015-02-041-30/+65
* net: ethernet: freescale: fs_enet: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* net: fs_enet: Add NAPI TXLEROY Christophe2014-10-081-9/+38
* net: fs_enet: Remove non NAPI RXLEROY Christophe2014-10-081-149/+15
* net: fs_enet: fix reference counting for phy_nodeUwe Kleine-König2014-08-071-1/+1
* fs_enet: use the new fixed PHY helpersFlorian Fainelli2014-05-221-7/+10
* fs_enet: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3