summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/gianfar_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: Explicitly include correct DT includesRob Herring2023-07-271-0/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* net: gianfar: add support for software TX timestampingVladimir Oltean2022-06-301-1/+5
* gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin2022-03-101-0/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: gianfar: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+2
* gianfar: remove unnecessary zeroing coalesce settingsJakub Kicinski2020-03-031-29/+0
* net/freescale: Don't set zero if FW iand bus not-available in gianfarLeon Romanovsky2020-03-031-2/+0
* net/freescale: Clean drivers from static versionsLeon Romanovsky2020-03-031-2/+0
* gianfar: remove forward declarationsArseny Solokha2019-09-051-13/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 362Thomas Gleixner2019-06-051-4/+1
* ptp_qoriq: make structure/function names more consistentYangbo Lu2019-02-121-1/+1
* gianfar: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-081-5/+3
* net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang2018-09-121-1/+1
* net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2018-09-121-3/+1
* net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-121-34/+15
* net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idxColin Ian King2018-07-041-2/+0
* net: ethernet: gianfar_ethtool: get phc index through drvdataYangbo Lu2018-05-281-5/+18
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-161-25/+2
* net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes2016-05-161-11/+13
* net: ethernet: gianfar: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes2016-05-031-17/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-2/+2
|\
| * gianfar: Remove duplicated argument to bitwise ORClaudiu Manoil2015-10-251-2/+2
* | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* | gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil2015-10-071-11/+32
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-341/+4
|\
| * gianfar: remove faulty filer optimizerJakub Kicinski2015-08-121-337/+0
| * gianfar: correct list membership accountingJakub Kicinski2015-08-121-1/+2
| * gianfar: correct filer table writingJakub Kicinski2015-08-121-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-4/+1
|\|
| * gianfar: Enable device wakeup when appropriateClaudiu Manoil2015-07-311-4/+1
* | gianfar: Add paged allocation and Rx S/GClaudiu Manoil2015-07-151-1/+0
* | gianfar: Bundle Rx allocation, cleanupClaudiu Manoil2015-07-151-0/+3
|/
* gianfar: correct the bad expression while writing bit-patternSanjeev Sharma2015-02-041-1/+1
* gianfar: Implement PAUSE frame generation supportMatei Pavaluca2014-10-291-1/+6
* gianfar: Check if phydev present on ethtool -AClaudiu Manoil2014-04-241-0/+3
* gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil2014-02-241-30/+36
* gianfar: Fix device reset races (oops) for TxClaudiu Manoil2014-02-241-9/+19
* gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil2014-02-241-7/+4
* gianfar: Remove clean_rx_ring race from gfar_ethtoolClaudiu Manoil2014-02-181-55/+8
* gianfar: Add missing graceful reset steps and fixesClaudiu Manoil2014-02-181-3/+2
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* gianfar: Fix portabilty issues for ethtool and ptpClaudiu Manoil2014-01-151-27/+71
* gianfar: Add flow control supportClaudiu Manoil2013-08-131-0/+74
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* gianfar: Use netdev_<level> when possibleJoe Perches2013-04-141-11/+13
* gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil2013-03-211-1/+0
* gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil2013-03-201-1/+1