summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/gianfar_ethtool.c
AgeCommit message (Expand)Author
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu
2018-11-08gianfar: remove use of VLAN_TAG_PRESENTMichał Mirosław
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn
2018-07-04net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idxColin Ian King
2018-05-28net: ethernet: gianfar_ethtool: get phc index through drvdataYangbo Lu
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-16net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-05-16net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes
2016-05-03net: ethernet: gianfar: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-25gianfar: Remove duplicated argument to bitwise ORClaudiu Manoil
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-10-07gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-12gianfar: remove faulty filer optimizerJakub Kicinski
2015-08-12gianfar: correct list membership accountingJakub Kicinski
2015-08-12gianfar: correct filer table writingJakub Kicinski
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-31gianfar: Enable device wakeup when appropriateClaudiu Manoil
2015-07-15gianfar: Add paged allocation and Rx S/GClaudiu Manoil
2015-07-15gianfar: Bundle Rx allocation, cleanupClaudiu Manoil
2015-02-04gianfar: correct the bad expression while writing bit-patternSanjeev Sharma
2014-10-29gianfar: Implement PAUSE frame generation supportMatei Pavaluca
2014-04-24gianfar: Check if phydev present on ethtool -AClaudiu Manoil
2014-02-24gianfar: Fix Tx int miss, dont write IC on-the-flyClaudiu Manoil
2014-02-24gianfar: Fix device reset races (oops) for TxClaudiu Manoil
2014-02-24gianfar: Fix on-the-fly vlan and mtu updatesClaudiu Manoil
2014-02-18gianfar: Remove clean_rx_ring race from gfar_ethtoolClaudiu Manoil
2014-02-18gianfar: Add missing graceful reset steps and fixesClaudiu Manoil
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-15gianfar: Fix portabilty issues for ethtool and ptpClaudiu Manoil
2013-08-13gianfar: Add flow control supportClaudiu Manoil
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-14gianfar: Use netdev_<level> when possibleJoe Perches
2013-03-21gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil
2013-03-20gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil
2013-02-12gianfar: convert u64 status counters to atomic64_tPaul Gortmaker
2013-02-12gianfar: remove largely unused gfar_stats structPaul Gortmaker
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-09-21gianfar: fix phc index build failureRichard Cochran
2012-06-05gianfar_ethtool: coding style and whitespace cleanupsJan Ceuleers
2012-04-06gianfar: Include linux/net_tstamp.hDavid S. Miller
2012-04-04gianfar: Support the get_ts_info ethtool method.Richard Cochran
2012-03-15gianfar: constify giant block of status descriptor stringsPaul Gortmaker
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker
2012-01-04gianfar: Reject out-of-range RX NFC locationsBen Hutchings
2011-11-21gianfar: Use kmemdup rather than duplicating its implementationThomas Meyer