aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-30net: gianfar: add support for software TX timestampingVladimir Oltean1-1/+5
2022-03-10gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin1-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2020-03-12net: gianfar: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-03gianfar: remove unnecessary zeroing coalesce settingsJakub Kicinski1-29/+0
2020-03-03net/freescale: Don't set zero if FW iand bus not-available in gianfarLeon Romanovsky1-2/+0
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky1-2/+0
2019-09-05gianfar: remove forward declarationsArseny Solokha1-13/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 362Thomas Gleixner1-4/+1
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu1-1/+1
2018-11-08gianfar: remove use of VLAN_TAG_PRESENTMichał Mirosław1-5/+3
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-3/+1
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-34/+15
2018-07-04net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idxColin Ian King1-2/+0
2018-05-28net: ethernet: gianfar_ethtool: get phc index through drvdataYangbo Lu1-5/+18
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-16net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-25/+2
2016-05-16net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes1-11/+13
2016-05-03net: ethernet: gianfar: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-17/+8
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-25gianfar: Remove duplicated argument to bitwise ORClaudiu Manoil1-2/+2
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-2/+0
2015-10-07gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil1-11/+32
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-341/+4
2015-08-12gianfar: remove faulty filer optimizerJakub Kicinski1-337/+0
2015-08-12gianfar: correct list membership accountingJakub Kicinski1-1/+2
2015-08-12gianfar: correct filer table writingJakub Kicinski1-3/+2
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2015-07-31gianfar: Enable device wakeup when appropriateClaudiu Manoil1-4/+1
2015-07-15gianfar: Add paged allocation and Rx S/GClaudiu Manoil1-1/+0
2015-07-15gianfar: Bundle Rx allocation, cleanupClaudiu Manoil1-0/+3
2015-02-04gianfar: correct the bad expression while writing bit-patternSanjeev Sharma1-1/+1
2014-10-29gianfar: Implement PAUSE frame generation supportMatei Pavaluca1-1/+6
2014-04-24gianfar: Check if phydev present on ethtool -AClaudiu Manoil1-0/+3
2014-02-24gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil1-30/+36
2014-02-24gianfar: Fix device reset races (oops) for TxClaudiu Manoil1-9/+19
2014-02-24gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil1-7/+4
2014-02-18gianfar: Remove clean_rx_ring race from gfar_ethtoolClaudiu Manoil1-55/+8
2014-02-18gianfar: Add missing graceful reset steps and fixesClaudiu Manoil1-3/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-15gianfar: Fix portabilty issues for ethtool and ptpClaudiu Manoil1-27/+71
2013-08-13gianfar: Add flow control supportClaudiu Manoil1-0/+74
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-04-14gianfar: Use netdev_<level> when possibleJoe Perches1-11/+13
2013-03-21gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil1-1/+0
2013-03-20gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil1-1/+1
2013-02-12gianfar: convert u64 status counters to atomic64_tPaul Gortmaker1-2/+2